html {
    font-size: 15px;
}

* {
    box-sizing: border-box;
}

body {
    line-height: 1.45;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

input,
select,
textarea,
button {
    font: inherit;
}

input,
select,
textarea {
    min-height: 2.45rem;
}

.stickers-page .sticker-form {
    align-content: start;
}

.stickers-page .sticker-form input[type="number"] {
    height: 2.65rem;
    min-height: 2.65rem;
}

.stickers-page .sticker-form label {
    min-height: 0;
}

.stickers-page .sticker-options label {
    min-height: 2.55rem;
}

.stickers-page .sticker-form button[type="submit"] {
    min-height: 2.75rem;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
}

.stickers-page .sticker-kpis > div {
    padding: 0.85rem;
}

.stickers-page .sticker-kpis .text-4xl {
    font-size: 1.7rem;
}

.stickers-page .sticker-results > div:not(.sticker-kpis) {
    padding: 0.85rem;
}

.stickers-page .sticker-results h2 {
    margin-bottom: 0.55rem;
    font-size: 1.15rem;
}

.stickers-page .sticker-results [class*="border-b"] {
    min-height: 2rem;
    padding-top: 0.38rem;
    padding-bottom: 0.38rem;
}

.stickers-page .sticker-canvas-wrap {
    min-height: 11rem;
}

@media (min-width: 1280px) {
    .stickers-page .sticker-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

textarea {
    min-height: 5.5rem;
}

button,
a {
    touch-action: manipulation;
}

.w-72 {
    width: 16.5rem;
}

.w-64 {
    width: 15rem;
}

.min-h-56 {
    min-height: 12rem;
}

.rounded-3xl {
    border-radius: 1.1rem;
}

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

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

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

.p-20 {
    padding: 4rem;
}

.p-12 {
    padding: 2.5rem;
}

.p-10 {
    padding: 2.1rem;
}

.p-8 {
    padding: 1.65rem;
}

.p-6 {
    padding: 1.2rem;
}

.p-5 {
    padding: 1rem;
}

.p-4 {
    padding: 0.85rem;
}

.p-3 {
    padding: 0.65rem;
}

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

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

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

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

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

.py-10 {
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
}

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

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

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

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

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

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

.mb-5 {
    margin-bottom: 0.95rem;
}

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

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

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

.mt-8 {
    margin-top: 1.45rem;
}

.mt-6 {
    margin-top: 1.15rem;
}

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

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

.mt-2 {
    margin-top: 0.4rem;
}

.gap-8 {
    gap: 1.45rem;
}

.gap-6 {
    gap: 1.15rem;
}

.gap-5 {
    gap: 1rem;
}

.gap-4 {
    gap: 0.85rem;
}

.gap-3 {
    gap: 0.65rem;
}

.gap-2 {
    gap: 0.45rem;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1.2rem;
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0.65rem;
}

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

.text-5xl {
    font-size: 2.45rem;
    line-height: 1.05;
}

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

.text-3xl {
    font-size: 1.55rem;
    line-height: 1.18;
}

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

.text-xl {
    font-size: 1.1rem;
    line-height: 1.35;
}

.text-lg {
    font-size: 1.02rem;
    line-height: 1.45;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

th,
td {
    vertical-align: middle;
}

.banner-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
    gap: 1rem;
    align-items: start;
}

.banner-card-grid.is-dense {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 15.75rem), 1fr));
}

.banner-card-grid.is-compact {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 14rem), 1fr));
}

.banner-card-grid.is-compact .banner-row {
    padding: 0.9rem;
}

.banner-card-grid.is-compact .banner-row-title {
    font-size: 0.95rem;
}

.banner-card-grid.is-compact input {
    min-height: 2.2rem;
}

.banner-card-grid.is-compact .banner-field-grid {
    gap: 0.55rem;
}

.banner-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.overflow-y-auto::-webkit-scrollbar {
    width: 8px;
}

.overflow-y-auto::-webkit-scrollbar-thumb {
    background: #3f3f46;
    border-radius: 999px;
}

@media (max-width: 900px) {
    html {
        font-size: 14.5px;
    }

    .p-20 {
        padding: 2.5rem;
    }

    .p-12,
    .p-10,
    .p-8 {
        padding: 1.35rem;
    }

    .text-6xl {
        font-size: 2.4rem;
    }

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

    .text-4xl {
        font-size: 1.75rem;
    }

    .banner-field-grid {
        grid-template-columns: 1fr;
    }
}
