/*! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com */

/* ========================================
   1. ROOT DEĞİŞKENLERİ (Tema Yönetimi)
   ======================================== */
:root {
    --brand-blue-primary: #00BAD3;
    --brand-blue-light: #F0FBFD;
    --brand-blue-secondary: #DAFBFF;
    --brand-status-error: #F34133;
    --brand-status-success: #4CAF50;
    --brand-gray-background: #F3F6FA;
    --brand-gray-border: #E5E7E9;
    --brand-gray-primary: #333333;
    --brand-gray-secondary: #8D939C;
    --font-family-base: 'TTFors', system-ui, sans-serif;
    --ring-inset: var(--tw-empty, /*!*/ /*!*/);
}

/* ========================================
   2. TEMEL STILLER
   ======================================== */

/* --- Box-Sizing & Reset --- */
*,
*::before,
*::after {
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
}

/* --- Root & Body --- */
:host,
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: var(--font-family-base);
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    line-height: inherit;
    background-color: var(--brand-gray-background);
    color: var(--brand-gray-primary);
    border-color: var(--brand-gray-border);
    overflow-y: overlay;
}

html {
    font-family: var(--font-family-base) !important;
    background-color: var(--brand-gray-background);
    color: var(--brand-gray-primary);
}

/* --- Başlıklar --- */
h1 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 8px;
}

h2 {
    font-size: 1.125rem;
    margin-top: 12px;
    margin-bottom: 4px;
}

/* --- Tablo --- */
table {
    border: 1px solid #8d939c;
    border-collapse: collapse;
    margin: 8px 0;
}

td {
    border: 1pt solid #8d939c;
    width: 400px;
    padding: 10px;
}

/* --- Form Elemanları --- */
input:disabled,
textarea:disabled {
    -webkit-text-fill-color: currentcolor;
    opacity: 1;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/* --- Tailwind Form Reset & Focus --- */
[multiple]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
input:where(:not([type])):focus,
select:focus,
textarea:focus,
.form-input:focus,
.form-multiselect:focus,
.form-select:focus,
.form-textarea:focus,
[type=checkbox]:focus,
[type=radio]:focus {
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
}

/* ========================================
   3. POSITIONING (Position)
   ======================================== */
.sticky {
    position: sticky;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}

.inset-0 {
    inset: 0;
}
.inset-x-0 {
    left: 0;
    right: 0;
}
.inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
}

.-bottom-1 {
    bottom: -0.25rem;
}
.-bottom-5 {
    bottom: -1.25rem;
}
.-left-4 {
    left: -1rem;
}
.-right-2 {
    right: -0.5rem;
}
.-right-3 {
    right: -0.75rem;
}
.-right-4 {
    right: -1rem;
}
.-top-1 {
    top: -0.25rem;
}
.-top-2 {
    top: -0.5rem;
}
.-top-3 {
    top: -0.75rem;
}
.-top-\[1px\] {
    top: -1px;
}
.-top-5 {
    top: -1.25rem;
}
.-top-8 {
    top: -2rem;
}
.-top-\[2px\] {
    top: -2px;
}

.bottom-0 {
    bottom: 0;
}
.bottom-2 {
    bottom: 0.5rem;
}
.bottom-2\.5 {
    bottom: 0.625rem;
}
.bottom-3 {
    bottom: 0.75rem;
}
.bottom-4 {
    bottom: 1rem;
}
.bottom-5 {
    bottom: 1.25rem;
}
.bottom-\[0px\] {
    bottom: 0;
}
.bottom-\[58\.5px\] {
    bottom: 58.5px;
}

.left-0 {
    left: 0;
}
.left-1 {
    left: 0.25rem;
}
.left-1\/2 {
    left: 50%;
}
.left-2 {
    left: 0.5rem;
}
.left-3 {
    left: 0.75rem;
}
.left-4 {
    left: 1rem;
}
.left-\[50\%\] {
    left: 50%;
}

.right-0 {
    right: 0;
}
.right-2 {
    right: 0.5rem;
}
.right-3 {
    right: 0.75rem;
}
.right-4 {
    right: 1rem;
}
.right-5 {
    right: 1.25rem;
}
.right-8 {
    right: 2rem;
}

.top-0 {
    top: 0;
}
.top-1 {
    top: 0.25rem;
}
.top-1\.5 {
    top: 0.375rem;
}
.top-1\/2 {
    top: 50%;
}
.top-2 {
    top: 0.5rem;
}
.top-3 {
    top: 0.75rem;
}
.top-4 {
    top: 1rem;
}
.top-5 {
    top: 1.25rem;
}
.top-\[-24px\] {
    top: -24px;
}
.top-\[1px\] {
    top: 1px;
}
.top-\[10px\] {
    top: 10px;
}
.top-\[136px\] {
    top: 136px;
}
.top-\[16px\] {
    top: 16px;
}
.top-\[178px\] {
    top: 178px;
}
.top-\[25px\] {
    top: 25px;
}
.top-\[40\%\] {
    top: 40%;
}
.top-\[50\%\] {
    top: 50%;
}
.top-\[68px\] {
    top: 68px;
}

/* --- Z-Index --- */
.-z-10 {
    z-index: -10;
}
.z-0 {
    z-index: 0;
}
.z-10 {
    z-index: 10;
}
.z-20 {
    z-index: 20;
}
.z-30 {
    z-index: 30;
}
.z-40 {
    z-index: 40;
}
.z-50 {
    z-index: 50;
}
.z-\[-1\] {
    z-index: -1;
}
.z-\[1\] {
    z-index: 1;
}
.z-\[2\] {
    z-index: 2;
}
.z-\[3\] {
    z-index: 3;
}
.z-\[4\] {
    z-index: 4;
}
.z-\[7\] {
    z-index: 7;
}
.z-\[9\] {
    z-index: 9;
}
.z-\[10\] {
    z-index: 10;
}
.z-\[49\] {
    z-index: 49;
}
.z-\[50\] {
    z-index: 50;
}

/* ========================================
   4. DISPLAY & BOX MODEL
   ======================================== */
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.inline {
    display: inline;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.grid {
    display: grid;
}
.contents {
    display: contents;
}
.hidden {
    display: none;
}

/* --- Float & Clear --- */
.float-left {
    float: left;
}

/* --- Margin & Padding --- */
.m-0 {
    margin: 0;
}
.m-1 {
    margin: 0.25rem;
}
.m-2 {
    margin: 0.5rem;
}
.m-3 {
    margin: 0.75rem;
}
.m-auto {
    margin: auto;
}
.mx-0 {
    margin-left: 0;
    margin-right: 0;
}
.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}
.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}
.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.my-\[10px\] {
    margin-top: 10px;
    margin-bottom: 10px;
}

.\!mb-0 {
    margin-bottom: 0 !important;
}
.\!mb-2 {
    margin-bottom: 0.5rem !important;
}
.\!mt-4 {
    margin-top: 1rem !important;
}
.\!mt-6 {
    margin-top: 1.5rem !important;
}
.\!mt-\[16px\] {
    margin-top: 16px !important;
}
.\!mt-\[24px\] {
    margin-top: 24px !important;
}

.-mr-1 {
    margin-right: -0.25rem;
}
.-mr-2 {
    margin-right: -0.5rem;
}
.-mt-2 {
    margin-top: -0.5rem;
}
.-mt-4 {
    margin-top: -1rem;
}

.mb-0 {
    margin-bottom: 0;
}
.mb-1 {
    margin-bottom: 0.25rem;
}
.mb-1\.5 {
    margin-bottom: 0.375rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mb-3 {
    margin-bottom: 0.75rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mb-5 {
    margin-bottom: 1.25rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.mb-7 {
    margin-bottom: 1.75rem;
}
.mb-8 {
    margin-bottom: 2rem;
}
.mb-12 {
    margin-bottom: 3rem;
}
.mb-16 {
    margin-bottom: 4rem;
}
.mb-\[13px\] {
    margin-bottom: 13px;
}
.mb-\[15px\] {
    margin-bottom: 15px;
}
.mb-\[18px\] {
    margin-bottom: 18px;
}
.mb-\[50px\] {
    margin-bottom: 50px;
}

.ml-1 {
    margin-left: 0.25rem;
}
.ml-2 {
    margin-left: 0.5rem;
}
.ml-2\.5 {
    margin-left: 0.625rem;
}
.ml-3 {
    margin-left: 0.75rem;
}
.ml-4 {
    margin-left: 1rem;
}
.ml-6 {
    margin-left: 1.5rem;
}
.ml-10 {
    margin-left: 2.5rem;
}
.ml-auto {
    margin-left: auto;
}
.ml-\[38px\] {
    margin-left: 38px;
}
.ml-\[5px\] {
    margin-left: 5px;
}

.mr-1 {
    margin-right: 0.25rem;
}
.mr-2 {
    margin-right: 0.5rem;
}
.mr-2\.5 {
    margin-right: 0.625rem;
}
.mr-3 {
    margin-right: 0.75rem;
}
.mr-4 {
    margin-right: 1rem;
}
.mr-auto {
    margin-right: auto;
}
.mr-\[20px\] {
    margin-right: 20px;
}
.mr-\[40px\] {
    margin-right: 40px;
}
.mr-\[5px\] {
    margin-right: 5px;
}

.mt-0 {
    margin-top: 0;
}
.mt-0\.5 {
    margin-top: 0.125rem;
}
.mt-1 {
    margin-top: 0.25rem;
}
.mt-1\.5 {
    margin-top: 0.375rem;
}
.mt-2 {
    margin-top: 0.5rem;
}
.mt-2\.5 {
    margin-top: 0.625rem;
}
.mt-3 {
    margin-top: 0.75rem;
}
.mt-4 {
    margin-top: 1rem;
}
.mt-5 {
    margin-top: 1.25rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.mt-7 {
    margin-top: 1.75rem;
}
.mt-8 {
    margin-top: 2rem;
}
.mt-9 {
    margin-top: 2.25rem;
}
.mt-10 {
    margin-top: 2.5rem;
}
.mt-12 {
    margin-top: 3rem;
}
.mt-20 {
    margin-top: 5rem;
}
.mt-32 {
    margin-top: 8rem;
}
.mt-\[2px\] {
    margin-top: 2px;
}
.mt-\[3px\] {
    margin-top: 3px;
}
.mt-\[5px\] {
    margin-top: 5px;
}
.mt-\[10px\] {
    margin-top: 10px;
}
.mt-\[12px\] {
    margin-top: 12px;
}
.mt-\[14px\] {
    margin-top: 14px;
}
.mt-\[15px\] {
    margin-top: 15px;
}
.mt-\[16px\] {
    margin-top: 16px;
}
.mt-\[18px\] {
    margin-top: 18px;
}
.mt-\[19px\] {
    margin-top: 19px;
}
.mt-\[24px\] {
    margin-top: 24px;
}
.mt-\[25px\] {
    margin-top: 25px;
}
.mt-\[26px\] {
    margin-top: 26px;
}
.mt-\[30px\] {
    margin-top: 30px;
}
.mt-\[32px\] {
    margin-top: 32px;
}
.mt-\[34px\] {
    margin-top: 34px;
}
.mt-\[56px\] {
    margin-top: 56px;
}
.mt-\[59px\] {
    margin-top: 59px;
}
.mt-\[86px\] {
    margin-top: 86px;
}
.mt-\[96px\] {
    margin-top: 96px;
}
.mt-\[20\] {
    margin-top: 20px;
}

/* --- Padding --- */
.\!p-3 {
    padding: 0.75rem !important;
}
.p-0 {
    padding: 0;
}
.p-1 {
    padding: 0.25rem;
}
.p-2 {
    padding: 0.5rem;
}
.p-2\.5 {
    padding: 0.625rem;
}
.p-3 {
    padding: 0.75rem;
}
.p-4 {
    padding: 1rem;
}
.p-5 {
    padding: 1.25rem;
}
.p-6 {
    padding: 1.5rem;
}
.p-8 {
    padding: 2rem;
}
.p-\[10\%\] {
    padding: 10%;
}
.p-\[14px\] {
    padding: 14px;
}
.p-\[2px\] {
    padding: 2px;
}

.\!pl-4 {
    padding-left: 1rem !important;
}
.\!pl-12 {
    padding-left: 3rem !important;
}
.\!pr-1 {
    padding-right: 0.25rem !important;
}

.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.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-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}
.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.px-\[2px\] {
    padding-left: 2px;
    padding-right: 2px;
}
.px-\[5\] {
    padding-left: 5px;
    padding-right: 5px;
}
.px-\[6px\] {
    padding-left: 6px;
    padding-right: 6px;
}
.px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
}
.px-\[12px\] {
    padding-left: 12px;
    padding-right: 12px;
}
.px-\[17px\] {
    padding-left: 17px;
    padding-right: 17px;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}
.py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.py-\[2px\] {
    padding-top: 2px;
    padding-bottom: 2px;
}
.py-\[3px\] {
    padding-top: 3px;
    padding-bottom: 3px;
}
.py-\[6px\] {
    padding-top: 6px;
    padding-bottom: 6px;
}
.py-\[8px\] {
    padding-top: 8px;
    padding-bottom: 8px;
}
.py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
}
.py-\[14px\] {
    padding-top: 14px;
    padding-bottom: 14px;
}
.py-\[15px\] {
    padding-top: 15px;
    padding-bottom: 15px;
}
.py-\[17px\] {
    padding-top: 17px;
    padding-bottom: 17px;
}
.py-\[28px\] {
    padding-top: 28px;
    padding-bottom: 28px;
}

.pb-0 {
    padding-bottom: 0;
}
.pb-1 {
    padding-bottom: 0.25rem;
}
.pb-2 {
    padding-bottom: 0.5rem;
}
.pb-2\.5 {
    padding-bottom: 0.625rem;
}
.pb-3 {
    padding-bottom: 0.75rem;
}
.pb-3\.5 {
    padding-bottom: 0.875rem;
}
.pb-4 {
    padding-bottom: 1rem;
}
.pb-5 {
    padding-bottom: 1.25rem;
}
.pb-6 {
    padding-bottom: 1.5rem;
}
.pb-8 {
    padding-bottom: 2rem;
}
.pb-12 {
    padding-bottom: 3rem;
}
.pb-20 {
    padding-bottom: 5rem;
}
.pb-\[6px\] {
    padding-bottom: 6px;
}
.pb-\[10px\] {
    padding-bottom: 10px;
}
.pb-\[11px\] {
    padding-bottom: 11px;
}
.pb-\[18px\] {
    padding-bottom: 18px;
}
.pb-\[20px\] {
    padding-bottom: 20px;
}

.pl-0 {
    padding-left: 0;
}
.pl-1 {
    padding-left: 0.25rem;
}
.pl-2 {
    padding-left: 0.5rem;
}
.pl-3 {
    padding-left: 0.75rem;
}
.pl-4 {
    padding-left: 1rem;
}
.pl-5 {
    padding-left: 1.25rem;
}
.pl-6 {
    padding-left: 1.5rem;
}
.pl-12 {
    padding-left: 3rem;
}
.pl-\[2px\] {
    padding-left: 2px;
}
.pl-\[6px\] {
    padding-left: 6px;
}

.pr-1 {
    padding-right: 0.25rem;
}
.pr-2 {
    padding-right: 0.5rem;
}
.pr-3 {
    padding-right: 0.75rem;
}
.pr-4 {
    padding-right: 1rem;
}
.pr-6 {
    padding-right: 1.5rem;
}
.pr-10 {
    padding-right: 2.5rem;
}
.pr-\[7px\] {
    padding-right: 7px;
}
.pr-\[30px\] {
    padding-right: 30px;
}

.pt-0 {
    padding-top: 0;
}
.pt-0\.5 {
    padding-top: 0.125rem;
}
.pt-1 {
    padding-top: 0.25rem;
}
.pt-2 {
    padding-top: 0.5rem;
}
.pt-3 {
    padding-top: 0.75rem;
}
.pt-4 {
    padding-top: 1rem;
}
.pt-5 {
    padding-top: 1.25rem;
}
.pt-6 {
    padding-top: 1.5rem;
}
.pt-8 {
    padding-top: 2rem;
}
.pt-10 {
    padding-top: 2.5rem;
}
.pt-12 {
    padding-top: 3rem;
}
.pt-24 {
    padding-top: 6rem;
}
.pt-\[2px\] {
    padding-top: 2px;
}
.pt-\[6px\] {
    padding-top: 6px;
}
.pt-\[10px\] {
    padding-top: 10px;
}
.pt-\[14px\] {
    padding-top: 14px;
}
.pt-\[42px\] {
    padding-top: 42px;
}
.pt-\[100px\] {
    padding-top: 100px;
}

/* --- Width, Height, Max, Min --- */
.\!w-\[60px\] {
    width: 60px !important;
}
.\!w-\[154px\] {
    width: 154px !important;
}
.\!w-\[165px\] {
    width: 165px !important;
}
.w-1\/2 {
    width: 50%;
}
.w-2\/5 {
    width: 40%;
}
.w-3\/4 {
    width: 75%;
}
.w-3\/12 {
    width: 25%;
}
.w-4\/12 {
    width: 33.333333%;
}
.w-5\/12 {
    width: 41.666667%;
}
.w-6\/12 {
    width: 50%;
}
.w-8\/12 {
    width: 66.666667%;
}
.w-9\/12 {
    width: 75%;
}
.w-10\/12 {
    width: 83.333333%;
}
.w-11\/12 {
    width: 91.666667%;
}
.w-2 {
    width: 0.5rem;
}
.w-3 {
    width: 0.75rem;
}
.w-4 {
    width: 1rem;
}
.w-5 {
    width: 1.25rem;
}
.w-6 {
    width: 1.5rem;
}
.w-7 {
    width: 1.75rem;
}
.w-8 {
    width: 2rem;
}
.w-9 {
    width: 2.25rem;
}
.w-10 {
    width: 2.5rem;
}
.w-11 {
    width: 2.75rem;
}
.w-12 {
    width: 3rem;
}
.w-16 {
    width: 4rem;
}
.w-20 {
    width: 5rem;
}
.w-auto {
    width: auto;
}
.w-fit {
    width: fit-content;
}
.w-full {
    width: 100%;
}
.w-max {
    width: max-content;
}
.w-screen {
    width: 100vw;
}
.w-\[1px\] {
    width: 1px;
}
.w-\[18px\] {
    width: 18px;
}
.w-\[20px\] {
    width: 20px;
}
.w-\[20ch\] {
    width: 20ch;
}
.w-\[25px\] {
    width: 25px;
}
.w-\[26px\] {
    width: 26px;
}
.w-\[28px\] {
    width: 28px;
}
.w-\[30px\] {
    width: 30px;
}
.w-\[40\%\] {
    width: 40%;
}
.w-\[40px\] {
    width: 40px;
}
.w-\[50px\] {
    width: 50px;
}
.w-\[52px\] {
    width: 52px;
}
.w-\[60\%\] {
    width: 60%;
}
.w-\[61px\] {
    width: 61px;
}
.w-\[62\%\] {
    width: 62%;
}
.w-\[75px\] {
    width: 75px;
}
.w-\[78px\] {
    width: 78px;
}
.w-\[80px\] {
    width: 80px;
}
.w-\[88px\] {
    width: 88px;
}
.w-\[90px\] {
    width: 90px;
}
.w-\[94\%\] {
    width: 94%;
}
.w-\[94px\] {
    width: 94px;
}
.w-\[95\%\] {
    width: 95%;
}
.w-\[99px\] {
    width: 99px;
}
.w-\[100px\] {
    width: 100px;
}
.w-\[104px\] {
    width: 104px;
}
.w-\[113px\] {
    width: 113px;
}
.w-\[120px\] {
    width: 120px;
}
.w-\[124px\] {
    width: 124px;
}
.w-\[125px\] {
    width: 125px;
}
.w-\[130px\] {
    width: 130px;
}
.w-\[140px\] {
    width: 140px;
}
.w-\[150px\] {
    width: 150px;
}
.w-\[186px\] {
    width: 186px;
}
.w-\[214px\] {
    width: 214px;
}
.w-\[220px\] {
    width: 220px;
}
.w-\[230px\] {
    width: 230px;
}
.w-\[250px\] {
    width: 250px;
}
.w-\[298px\] {
    width: 298px;
}
.w-\[300px\] {
    width: 300px;
}
.w-\[340px\] {
    width: 340px;
}
.w-\[520px\] {
    width: 520px;
}
.w-\[700px\] {
    width: 700px;
}
.w-\[calc\(100\%-1rem\)\] {
    width: calc(100% - 1rem);
}

.min-w-\[20px\] {
    min-width: 20px;
}
.min-w-\[40px\] {
    min-width: 40px;
}
.min-w-\[52px\] {
    min-width: 52px;
}
.min-w-\[80px\] {
    min-width: 80px;
}
.min-w-\[100px\] {
    min-width: 100px;
}
.min-w-\[130px\] {
    min-width: 130px;
}
.min-w-\[225px\] {
    min-width: 225px;
}
.min-w-\[300px\] {
    min-width: 300px;
}
.min-w-full {
    min-width: 100%;
}

.max-w-\[20px\] {
    max-width: 20px;
}
.max-w-\[80px\] {
    max-width: 80px;
}
.max-w-\[85px\] {
    max-width: 85px;
}
.max-w-\[99px\] {
    max-width: 99px;
}
.max-w-\[100px\] {
    max-width: 100px;
}
.max-w-\[123px\] {
    max-width: 123px;
}
.max-w-\[130px\] {
    max-width: 130px;
}
.max-w-\[160px\] {
    max-width: 160px;
}
.max-w-\[180px\] {
    max-width: 180px;
}
.max-w-\[200px\] {
    max-width: 200px;
}
.max-w-\[225px\] {
    max-width: 225px;
}
.max-w-\[230px\] {
    max-width: 230px;
}
.max-w-\[250px\] {
    max-width: 250px;
}
.max-w-\[260px\] {
    max-width: 260px;
}
.max-w-\[310px\] {
    max-width: 310px;
}
.max-w-\[360px\] {
    max-width: 360px;
}
.max-w-\[375px\] {
    max-width: 375px;
}
.max-w-\[616px\] {
    max-width: 616px;
}
.max-w-\[700px\] {
    max-width: 700px;
}
.max-w-\[768px\] {
    max-width: 768px;
}
.max-w-\[796px\] {
    max-width: 796px;
}
.max-w-\[1100px\] {
    max-width: 1100px;
}
.max-w-full {
    max-width: 100%;
}
.max-w-xs {
    max-width: 20rem;
}
.max-w-\[760\] {
    max-width: 760px;
}

/* --- Height --- */
.h-0 {
    height: 0;
}
.h-1 {
    height: 0.25rem;
}
.h-2 {
    height: 0.5rem;
}
.h-3 {
    height: 0.75rem;
}
.h-4 {
    height: 1rem;
}
.h-5 {
    height: 1.25rem;
}
.h-6 {
    height: 1.5rem;
}
.h-7 {
    height: 1.75rem;
}
.h-8 {
    height: 2rem;
}
.h-9 {
    height: 2.25rem;
}
.h-10 {
    height: 2.5rem;
}
.h-12 {
    height: 3rem;
}
.h-16 {
    height: 4rem;
}
.h-20 {
    height: 5rem;
}
.h-auto {
    height: auto;
}
.h-fit {
    height: fit-content;
}
.h-full {
    height: 100%;
}
.h-min {
    height: min-content;
}
.h-screen {
    height: 100vh;
}
.h-\[1px\] {
    height: 1px;
}
.h-\[2px\] {
    height: 2px;
}
.h-\[10px\] {
    height: 10px;
}
.h-\[14px\] {
    height: 14px;
}
.h-\[17px\] {
    height: 17px;
}
.h-\[18px\] {
    height: 18px;
}
.h-\[20px\] {
    height: 20px;
}
.h-\[22px\] {
    height: 22px;
}
.h-\[24px\] {
    height: 24px;
}
.h-\[25px\] {
    height: 25px;
}
.h-\[26px\] {
    height: 26px;
}
.h-\[28px\] {
    height: 28px;
}
.h-\[30px\] {
    height: 30px;
}
.h-\[32px\] {
    height: 32px;
}
.h-\[35px\] {
    height: 35px;
}
.h-\[40px\] {
    height: 40px;
}
.h-\[44px\] {
    height: 44px;
}
.h-\[45px\] {
    height: 45px;
}
.h-\[47px\] {
    height: 47px;
}
.h-\[50px\] {
    height: 50px;
}
.h-\[50vh\] {
    height: 50vh;
}
.h-\[52px\] {
    height: 52px;
}
.h-\[54px\] {
    height: 54px;
}
.h-\[60vh\] {
    height: 60vh;
}
.h-\[61px\] {
    height: 61px;
}
.h-\[64px\] {
    height: 64px;
}
.h-\[66px\] {
    height: 66px;
}
.h-\[66vh\] {
    height: 66vh;
}
.h-\[70px\] {
    height: 70px;
}
.h-\[70vh\] {
    height: 70vh;
}
.h-\[74px\] {
    height: 74px;
}
.h-\[76px\] {
    height: 76px;
}
.h-\[80px\] {
    height: 80px;
}
.h-\[88px\] {
    height: 88px;
}
.h-\[90px\] {
    height: 90px;
}
.h-\[91px\] {
    height: 91px;
}
.h-\[107px\] {
    height: 107px;
}
.h-\[114px\] {
    height: 114px;
}
.h-\[120px\] {
    height: 120px;
}
.h-\[124px\] {
    height: 124px;
}
.h-\[130px\] {
    height: 130px;
}
.h-\[200px\] {
    height: 200px;
}
.h-\[242px\] {
    height: 242px;
}
.h-\[320px\] {
    height: 320px;
}
.h-\[328px\] {
    height: 328px;
}
.h-\[359px\] {
    height: 359px;
}
.h-\[418px\] {
    height: 418px;
}
.h-\[445px\] {
    height: 445px;
}
.h-\[450px\] {
    height: 450px;
}
.h-\[800px\] {
    height: 800px;
}
.h-\[calc\(100vh-160px\)\] {
    height: calc(100vh - 160px);
}
.h-\[calc\(64px\+env\(safe-area-inset-bottom\)\)\] {
    height: calc(64px + env(safe-area-inset-bottom));
}

.max-h-10 {
    max-height: 2.5rem;
}
.max-h-20 {
    max-height: 5rem;
}
.max-h-40 {
    max-height: 10rem;
}
.max-h-44 {
    max-height: 11rem;
}
.max-h-60 {
    max-height: 15rem;
}
.max-h-\[20px\] {
    max-height: 20px;
}
.max-h-\[24px\] {
    max-height: 24px;
}
.max-h-\[34px\] {
    max-height: 34px;
}
.max-h-\[42px\] {
    max-height: 42px;
}
.max-h-\[45px\] {
    max-height: 45px;
}
.max-h-\[40vh\] {
    max-height: 40vh;
}
.max-h-\[60px\] {
    max-height: 60px;
}
.max-h-\[75vh\] {
    max-height: 75vh;
}
.max-h-\[90px\] {
    max-height: 90px;
}
.max-h-\[100px\] {
    max-height: 100px;
}
.max-h-\[140px\] {
    max-height: 140px;
}
.max-h-\[192px\] {
    max-height: 192px;
}
.max-h-\[252px\] {
    max-height: 252px;
}
.max-h-\[400px\] {
    max-height: 400px;
}
.max-h-\[415px\] {
    max-height: 415px;
}
.max-h-\[420px\] {
    max-height: 420px;
}
.max-h-\[592px\] {
    max-height: 592px;
}
.max-h-\[calc\(100vh-128px\)\] {
    max-height: calc(100vh - 128px);
}

.min-h-\[20px\] {
    min-height: 20px;
}
.min-h-\[24px\] {
    min-height: 24px;
}
.min-h-\[52px\] {
    min-height: 52px;
}
.min-h-\[80px\] {
    min-height: 80px;
}
.min-h-\[200px\] {
    min-height: 200px;
}
.min-h-\[600px\] {
    min-height: 600px;
}
.min-h-full {
    min-height: 100%;
}
.min-h-screen {
    min-height: 100vh;
}
.min-h-\[calc\(100vh-370px\)\] {
    min-height: calc(100vh - 370px);
}

/* --- Aspect Ratio --- */
.aspect-\[16\/9\] {
    aspect-ratio: 16 / 9;
}
.aspect-\[63\/22\] {
    aspect-ratio: 63 / 22;
}
.aspect-\[70\/26\] {
    aspect-ratio: 70 / 26;
}
.aspect-\[80\/85\] {
    aspect-ratio: 80 / 85;
}
.aspect-\[228\/400\] {
    aspect-ratio: 228 / 400;
}
.aspect-\[252\/48\.18\] {
    aspect-ratio: 252 / 48.18;
}
.aspect-\[368\/84\] {
    aspect-ratio: 368 / 84;
}
.aspect-\[368\/100\] {
    aspect-ratio: 368 / 100;
}
.aspect-\[388\/175\] {
    aspect-ratio: 388 / 175;
}
.aspect-\[388\/219\] {
    aspect-ratio: 388 / 219;
}
.aspect-\[560\/164\] {
    aspect-ratio: 560 / 164;
}
.aspect-\[568\/400\] {
    aspect-ratio: 568 / 400;
}
.aspect-\[568\/420\] {
    aspect-ratio: 568 / 420;
}
.aspect-\[764\/479\] {
    aspect-ratio: 764 / 479;
}
.aspect-\[1204\/368\] {
    aspect-ratio: 1204 / 368;
}
.aspect-square {
    aspect-ratio: 1 / 1;
}
.aspect-video {
    aspect-ratio: 16 / 9;
}

/* ========================================
   5. FLEXBOX & GRID
   ======================================== */
.flex-1 {
    flex: 1 1 0%;
}
.flex-none {
    flex: none;
}
.shrink-0 {
    flex-shrink: 0;
}
.flex-row {
    flex-direction: row;
}
.flex-col {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-nowrap {
    flex-wrap: nowrap;
}

.place-items-center {
    place-items: center;
}
.items-start {
    align-items: flex-start;
}
.items-center {
    align-items: center;
}
.items-end {
    align-items: flex-end;
}
.items-stretch {
    align-items: stretch;
}
.justify-start {
    justify-content: flex-start;
}
.justify-end {
    justify-content: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.justify-around {
    justify-content: space-around;
}
.self-start {
    align-self: flex-start;
}
.self-center {
    align-self: center;
}
.self-end {
    align-self: flex-end;
}
.self-stretch {
    align-self: stretch;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-\[2fr_1fr_1fr\] {
    grid-template-columns: 2fr 1fr 1fr;
}
.col-span-1 {
    grid-column: span 1 / span 1;
}
.col-span-2 {
    grid-column: span 2 / span 2;
}

/* --- Gap --- */
.gap-1 {
    gap: 0.25rem;
}
.gap-1\.5 {
    gap: 0.375rem;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-3 {
    gap: 0.75rem;
}
.gap-4 {
    gap: 1rem;
}
.gap-5 {
    gap: 1.25rem;
}
.gap-8 {
    gap: 2rem;
}
.gap-\[4px\] {
    gap: 4px;
}
.gap-\[5px\] {
    gap: 5px;
}
.gap-\[6px\] {
    gap: 6px;
}
.gap-\[10px\] {
    gap: 10px;
}
.gap-\[15px\] {
    gap: 15px;
}
.gap-\[18px\] {
    gap: 18px;
}
.gap-x-1 {
    column-gap: 0.25rem;
}
.gap-x-2 {
    column-gap: 0.5rem;
}
.gap-x-4 {
    column-gap: 1rem;
}
.gap-x-5 {
    column-gap: 1.25rem;
}
.gap-x-\[6px\] {
    column-gap: 6px;
}
.gap-y-1 {
    row-gap: 0.25rem;
}
.gap-y-1\.5 {
    row-gap: 0.375rem;
}
.gap-y-2 {
    row-gap: 0.5rem;
}
.gap-y-4 {
    row-gap: 1rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.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-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

/* ========================================
   6. TYPOGRAPHY
   ======================================== */
.\!text-left {
    text-align: left !important;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-end {
    text-align: end;
}

.\!text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}
.\!text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}
.text-\[8px\] {
    font-size: 8px;
}
.text-\[9px\] {
    font-size: 9px;
}
.text-\[10px\] {
    font-size: 10px;
}
.text-\[11px\] {
    font-size: 11px;
}
.text-\[12px\] {
    font-size: 12px;
}
.text-\[13px\] {
    font-size: 13px;
}
.text-\[14px\] {
    font-size: 14px;
}
.text-\[15px\] {
    font-size: 15px;
}
.text-\[16px\] {
    font-size: 16px;
}
.text-\[18px\] {
    font-size: 18px;
}
.text-\[19px\] {
    font-size: 19px;
}
.text-\[20px\] {
    font-size: 20px;
}
.text-\[28px\] {
    font-size: 28px;
}
.text-\[32px\] {
    font-size: 32px;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.text-sm {
    font-size: 0.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;
}

.\!font-medium {
    font-weight: 500 !important;
}
.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-black {
    font-weight: 900;
}

.\!leading-\[14px\] {
    line-height: 14px !important;
}
.leading-\[9px\] {
    line-height: 9px;
}
.leading-\[10px\] {
    line-height: 10px;
}
.leading-\[14px\] {
    line-height: 14px;
}
.leading-\[15px\] {
    line-height: 15px;
}
.leading-\[19px\] {
    line-height: 19px;
}
.leading-\[20px\] {
    line-height: 20px;
}
.leading-3 {
    line-height: 0.75rem;
}
.leading-4 {
    line-height: 1rem;
}
.leading-5 {
    line-height: 1.25rem;
}
.leading-6 {
    line-height: 1.5rem;
}
.leading-normal {
    line-height: 1.5;
}
.leading-relaxed {
    line-height: 1.625;
}
.leading-\[normal\] {
    line-height: normal;
}

.text-\[#00BAD3\] {
    color: var(--brand-blue-primary);
}
.text-\[#091829\] {
    --tw-text-opacity: 1;
    color: rgb(9 24 41 / var(--tw-text-opacity, 1));
}
.text-\[#2B2C32\] {
    --tw-text-opacity: 1;
    color: rgb(43 44 50 / var(--tw-text-opacity, 1));
}
.text-\[#333\] {
    color: var(--brand-gray-primary);
}
.text-\[#788089\] {
    --tw-text-opacity: 1;
    color: rgb(120 128 137 / var(--tw-text-opacity, 1));
}
.text-\[#EA242A\] {
    --tw-text-opacity: 1;
    color: rgb(234 36 42 / var(--tw-text-opacity, 1));
}
.text-\[#F34133\] {
    color: var(--brand-status-error);
}
.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-brand-blue-primary {
    color: var(--brand-blue-primary);
}
.text-brand-gray-border {
    color: var(--brand-gray-border);
}
.text-brand-gray-primary {
    color: var(--brand-gray-primary);
}
.text-brand-gray-secondary {
    color: var(--brand-gray-secondary);
}
.text-brand-status-error {
    color: var(--brand-status-error);
}
.text-brand-status-success {
    color: var(--brand-status-success);
}
.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-promotion-7-first {
    --tw-text-opacity: 1;
    color: rgb(248 222 74 / var(--tw-text-opacity, 1));
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.\!text-brand-gray-border {
    color: var(--brand-gray-border) !important;
}

.line-through {
    text-decoration-line: line-through;
}
.underline {
    text-decoration-line: underline;
}
.underline-offset-2 {
    text-underline-offset: 2px;
}
.break-normal {
    overflow-wrap: normal;
    word-break: normal;
}
.break-all {
    word-break: break-all;
}
.break-words {
    overflow-wrap: break-word;
}
.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.truncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.text-ellipsis {
    text-overflow: ellipsis;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.whitespace-pre-line {
    white-space: pre-line;
}
.not-italic {
    font-style: normal;
}
.tracking-wide {
    letter-spacing: 0.025em;
}

/* ========================================
   7. BACKGROUNDS & BORDERS
   ======================================== */
.border {
    border-width: 1px;
}
.border-0 {
    border-width: 0;
}
.border-\[0\.5px\] {
    border-width: 0.5px;
}
.border-\[1px\] {
    border-width: 1px;
}
.\!border {
    border-width: 1px !important;
}
.\!border-r {
    border-right-width: 1px !important;
}
.\!border-b-0 {
    border-bottom-width: 0 !important;
}
.border-x-\[1px\] {
    border-left-width: 1px;
    border-right-width: 1px;
}
.border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
}
.border-y-\[0\.5px\] {
    border-top-width: 0.5px;
    border-bottom-width: 0.5px;
}
.border-b {
    border-bottom-width: 1px;
}
.border-b-0 {
    border-bottom-width: 0;
}
.border-b-2 {
    border-bottom-width: 2px;
}
.border-b-\[1px\] {
    border-bottom-width: 1px;
}
.border-l {
    border-left-width: 1px;
}
.border-l-0 {
    border-left-width: 0;
}
.border-r {
    border-right-width: 1px;
}
.border-t {
    border-top-width: 1px;
}
.border-t-0 {
    border-top-width: 0;
}
.border-t-2 {
    border-top-width: 2px;
}
.border-t-\[1px\] {
    border-top-width: 1px;
}

.border-solid {
    border-style: solid;
}
.border-dashed {
    border-style: dashed;

}
.\!border-\[\#E5E7E9\] {
    border-color: var(--brand-gray-border) !important;
}
.border-\[\#00BAD3\] {
    border-color: var(--brand-blue-primary);
}
.border-\[\#00BFDD\] {
    --tw-border-opacity: 1;
    border-color: rgb(0 191 221 / var(--tw-border-opacity, 1));
}
.border-\[\#E5E7E9\] {
    border-color: var(--brand-gray-border);
}
.border-\[\#F34133\] {
    border-color: var(--brand-status-error);
}
.border-brand-blue-primary {
    border-color: var(--brand-blue-primary);
}
.border-brand-blue-skeleton {
    border-color: var(--brand-gray-border);
}
.border-brand-gray-background {
    border-color: var(--brand-gray-background);
}
.border-brand-gray-border {
    border-color: var(--brand-gray-border);
}
.border-brand-gray-secondary\/20 {
    border-color: color-mix(in srgb, var(--brand-gray-secondary) 20%, transparent);
}
.border-brand-status-error {
    border-color: var(--brand-status-error);
}
.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-promotion-1-first {
    --tw-border-opacity: 1;
    border-color: rgb(0 191 221 / var(--tw-border-opacity, 1));
}
.border-promotion-7-fourth\/50 {
    border-color: color-mix(in srgb, rgb(144 32 26) 50%, transparent);
}
.border-promotion-7-second\/50 {
    border-color: color-mix(in srgb, rgb(199 185 60) 50%, transparent);
}
.border-b-brand-blue-primary {
    border-bottom-color: var(--brand-blue-primary);
}
.border-b-brand-gray-border {
    border-bottom-color: var(--brand-gray-border);
}
.border-t-brand-gray-border {
    border-top-color: var(--brand-gray-border);
}
.border-t-brand-gray-border\/50 {
    border-top-color: color-mix(in srgb, var(--brand-gray-border) 50%, transparent);
}

/* --- Background --- */
.\!bg-brand-gray-secondary {
    background-color: var(--brand-gray-secondary) !important;
}
.\!bg-white {
    background-color: #fff !important;
}
.bg-\[\#00BAD3\] {
    background-color: var(--brand-blue-primary);
}
.bg-\[\#4CAF50\] {
    background-color: var(--brand-status-success);
}
.bg-\[\#E5E8EF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(229 232 239 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EA242A\] {
    --tw-bg-opacity: 1;
    background-color: rgb(234 36 42 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F0FBFD\] {
    background-color: var(--brand-blue-light);
}
.bg-\[\#F3F6FA\] {
    background-color: var(--brand-gray-background);
}
.bg-\[\#F5F7FA\] {
    --tw-bg-opacity: 1;
    background-color: rgb(245 247 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFA500\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 165 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFE649\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 230 73 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f341331f\] {
    background-color: color-mix(in srgb, var(--brand-status-error) 12%, transparent);
}
.bg-black\/40 {
    background-color: color-mix(in srgb, #000 40%, transparent);
}
.bg-brand-blue-light {
    background-color: var(--brand-blue-light);
}
.bg-brand-blue-light\/60 {
    background-color: color-mix(in srgb, var(--brand-blue-light) 60%, transparent);
}
.bg-brand-blue-light\/80 {
    background-color: color-mix(in srgb, var(--brand-blue-light) 80%, transparent);
}
.bg-brand-blue-primary {
    background-color: var(--brand-blue-primary);
}
.bg-brand-blue-secondary {
    background-color: var(--brand-blue-secondary);
}
.bg-brand-gray-background {
    background-color: var(--brand-gray-background);
}
.bg-brand-gray-border {
    background-color: var(--brand-gray-border);
}
.bg-brand-gray-primary\/10 {
    background-color: color-mix(in srgb, var(--brand-gray-primary) 10%, transparent);
}
.bg-brand-gray-secondary {
    background-color: var(--brand-gray-secondary);
}
.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-promotion-7-first {
    --tw-bg-opacity: 1;
    background-color: rgb(248 222 74 / var(--tw-bg-opacity, 1));
}
.bg-promotion-7-sixth {
    --tw-bg-opacity: 1;
    background-color: rgb(234 36 42 / var(--tw-bg-opacity, 1));
}
.bg-promotion-7-third {
    --tw-bg-opacity: 1;
    background-color: rgb(217 56 50 / var(--tw-bg-opacity, 1));
}
.bg-promotion-7-third\/50 {
    background-color: color-mix(in srgb, rgb(217 56 50) 50%, transparent);
}
.bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
    background-color: transparent;
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-zinc-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
}

.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#71E6F5\] {
    --tw-gradient-from: #71e6f5 var(--tw-gradient-from-position);
    --tw-gradient-to: color-mix(in srgb, #71e6f5 0%, transparent) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white {
    --tw-gradient-from: #fff var(--tw-gradient-from-position);
    --tw-gradient-to: color-mix(in srgb, #fff 0%, transparent) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/0 {
    --tw-gradient-from: color-mix(in srgb, #fff 0%, transparent) var(--tw-gradient-from-position);
    --tw-gradient-to: color-mix(in srgb, #fff 0%, transparent) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/30 {
    --tw-gradient-from: color-mix(in srgb, #fff 30%, transparent) var(--tw-gradient-from-position);
    --tw-gradient-to: color-mix(in srgb, #fff 0%, transparent) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-brand-blue-primary {
    --tw-gradient-to: var(--brand-blue-primary) var(--tw-gradient-to-position);
}
.to-transparent {
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-white {
    --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.to-white\/30 {
    --tw-gradient-to: color-mix(in srgb, #fff 30%, transparent) var(--tw-gradient-to-position);
}
.to-inherit {
    --tw-gradient-to: inherit var(--tw-gradient-to-position);
}

.bg-cover {
    background-size: cover;
}
.bg-bottom {
    background-position: bottom;
}
.bg-\[left_1rem_center\] {
    background-position: left 1rem center;
}

/* --- Border Radius --- */
.rounded-\[10px\] {
    border-radius: 10px;
}
.rounded-\[20px\] {
    border-radius: 20px;
}
.rounded-\[24px\] {
    border-radius: 24px;
}
.rounded-\[25px\] {
    border-radius: 25px;
}
.rounded-2xl {
    border-radius: 1rem;
}
.rounded-3xl {
    border-radius: 1.5rem;
}
.rounded-full {
    border-radius: 9999px;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded-md {
    border-radius: 0.375rem;
}
.rounded-xl {
    border-radius: 0.75rem;
}
.rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
.rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}
.rounded-t-\[25px\] {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}
.rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
}
.rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
}
.rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
}
.rounded-br-md {
    border-bottom-right-radius: 0.375rem;
}
.rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
}
.rounded-tl-lg {
    border-top-left-radius: 0.5rem;
}
.rounded-tl-md {
    border-top-left-radius: 0.375rem;
}
.rounded-tl-none {
    border-top-left-radius: 0;
}
.rounded-tr-2xl {
    border-top-right-radius: 1rem;
}
.rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
}
.rounded-tr-lg {
    border-top-right-radius: 0.5rem;
}
.rounded-tr-md {
    border-top-right-radius: 0.375rem;
}
.rounded-tr-none {
    border-top-right-radius: 0;
}

/* --- Shadow & Ring --- */
.shadow-\[0px_2px_2px_0px_rgba\(19\2c 88\2c 101\2c 0\.02\)\] {
    --tw-shadow: 0px 2px 2px 0px rgba(19, 88, 101, 0.02);
    --tw-shadow-colored: 0px 2px 2px 0px var(--tw-shadow-color);
}
.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
}
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
}
.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
}
.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
}
.shadow-brand-blue-primary\/50 {
    --tw-shadow-color: color-mix(in srgb, var(--brand-blue-primary) 50%, transparent);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-gray-secondary\/50 {
    --tw-shadow-color: color-mix(in srgb, var(--brand-gray-secondary) 50%, transparent);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500 {
    --tw-shadow-color: #6b7280;
    --tw-shadow: var(--tw-shadow-colored);
}

.ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}
.ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}
.ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}
.ring-\[0\.5px\] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0.5px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}
.ring-brand-blue-primary {
    --tw-ring-color: var(--brand-blue-primary);
}
.ring-brand-status-error {
    --tw-ring-color: var(--brand-status-error);
}

.shadow,
.shadow-lg,
.shadow-md,
.shadow-sm,
.shadow-\[0px_2px_2px_0px_rgba\(19\2c 88\2c 101\2c 0\.02\)\],
.ring-0,
.ring-1,
.ring-2,
.ring-\[0\.5px\] {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* ========================================
   8. TRANSFORMS & ANIMATIONS
   ======================================== */
.-translate-x-1\/2 {
    --tw-translate-x: -50%;
}
.-translate-y-1\/2 {
    --tw-translate-y: -50%;
}
.-translate-y-\[40px\] {
    --tw-translate-y: -40px;
}
.-translate-y-\[43px\] {
    --tw-translate-y: -43px;
}
.translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
}
.origin-center {
    transform-origin: center;
}
.-rotate-180 {
    --tw-rotate: -180deg;
}
.rotate-45 {
    --tw-rotate: 45deg;
}
.rotate-180 {
    --tw-rotate: 180deg;
}
.rotate-\[-10deg\] {
    --tw-rotate: -10deg;
}
.rotate-\[-360deg\] {
    --tw-rotate: -360deg;
}
.rotate-\[40deg\] {
    --tw-rotate: 40deg;
}
.rotate-\[180deg\] {
    --tw-rotate: 180deg;
}
.-scale-x-100 {
    --tw-scale-x: -1;
}
.scale-x-100 {
    --tw-scale-x: 1;
}
.scale-\[1\.5\] {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
}
.scale-\[2\.0\] {
    --tw-scale-x: 2.0;
    --tw-scale-y: 2.0;
}
.scale-\[2\.5\] {
    --tw-scale-x: 2.5;
    --tw-scale-y: 2.5;
}

.-translate-x-1\/2,
.-translate-y-1\/2,
.-translate-y-\[40px\],
.-translate-y-\[43px\],
.translate-y-\[-50\%\],
.-rotate-180,
.rotate-45,
.rotate-180,
.rotate-\[-10deg\],
.rotate-\[-360deg\],
.rotate-\[40deg\],
.rotate-\[180deg\],
.-scale-x-100,
.scale-x-100,
.scale-\[1\.5\],
.scale-\[2\.0\],
.scale-\[2\.5\],
.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));
}

@keyframes scrollElement {
    0% {
        left: -20px;
        top: 0;
    }
    100% {
        left: 0;
        top: 0;
    }
}
.animate-slideRight {
    animation: scrollElement 0.75s;
}

@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}
.animate-spin {
    animation: spin 1s linear infinite;
}

@keyframes pulse {
    50% {
        opacity: 0.5;
    }
}
.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

/* ========================================
   9. EFFECTS & INTERACTIONS
   ======================================== */
.pointer-events-none {
    pointer-events: none;
}
.pointer-events-auto {
    pointer-events: auto;
}
.cursor-default {
    cursor: default;
}
.cursor-grab {
    cursor: grab;
}
.cursor-not-allowed {
    cursor: not-allowed;
}
.cursor-pointer {
    cursor: pointer;
}
.cursor-text {
    cursor: text;
}
.cursor-zoom-in {
    cursor: zoom-in;
}
.select-none {
    user-select: none;
}
.resize-none {
    resize: none;
}

.\!visible {
    visibility: visible !important;
}
.visible {
    visibility: visible;
}
.invisible {
    visibility: hidden;
}
.snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-mandatory {
    --tw-scroll-snap-strictness: mandatory;
}
.snap-center {
    scroll-snap-align: center;
}

.\!opacity-60 {
    opacity: 0.6 !important;
}
.opacity-0 {
    opacity: 0;
}
.opacity-30 {
    opacity: 0.3;
}
.opacity-50 {
    opacity: 0.5;
}
.opacity-100 {
    opacity: 1;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}
.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: 0.15s;
}
.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}
.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}
.duration-200 {
    transition-duration: 0.2s;
}
.duration-300 {
    transition-duration: 0.3s;
}
.duration-1000 {
    transition-duration: 1s;
}
.ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
    transition-timing-function: linear;
}

.fill-\[\#333333\] {
    fill: var(--brand-gray-primary);
}
.fill-\[\#336dec\] {
    fill: #336dec;
}
.fill-brand-blue-primary {
    fill: var(--brand-blue-primary);
}

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

/* --- Outline --- */
.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.outline {
    outline-style: solid;
}

/* --- Drop Shadow --- */
.drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
}
.drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
}
.drop-shadow-md,
.drop-shadow-sm,
.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.caret-brand-blue-primary {
    caret-color: var(--brand-blue-primary);
}
.accent-brand-blue-primary {
    accent-color: var(--brand-blue-primary);
}

/* ========================================
   10. OVERFLOW & SCROLL
   ======================================== */
.\!overflow-visible {
    overflow: visible !important;
}
.overflow-auto {
    overflow: auto;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-scroll {
    overflow: scroll;
}
.overflow-x-auto {
    overflow-x: auto;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.overflow-x-scroll {
    overflow-x: scroll;
}
.overflow-y-auto {
    overflow-y: auto;
}
.overflow-y-hidden {
    overflow-y: hidden;
}
.overflow-y-scroll {
    overflow-y: scroll;
}
.text-clip {
    text-overflow: clip;
}
.scrollbar-find-store::-webkit-scrollbar-thumb {
    background-color: #e5e8ef;
    border-radius: 3px;
    width: 4px;
    height: 78px;
}
.scrollbar-find-store::-webkit-scrollbar {
    display: block !important;
    width: 4px;
    height: auto;
}

/* --- No Scrollbar Utilities --- */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.carousel::-webkit-scrollbar {
    display: none;
}
.carousel {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* --- Custom Scrollbar (Hover) --- */
.hover\:custom-scrollbar:hover {
    overflow-y: scroll !important;
}
.hover\:custom-scrollbar:hover::-webkit-scrollbar {
    display: block;
    width: 3px;
}
.hover\:custom-scrollbar:hover::-webkit-scrollbar-thumb {
    background-color: #afafaf;
    border-radius: 20px;
}
.hover\:custom-scrollbar:hover::-webkit-scrollbar-track {
    display: none;
}
.hover\:custom-scrollbar:hover::-moz-scrollbar {
    display: block;
    width: 3px;
}
.hover\:custom-scrollbar:hover::-moz-scrollbar-thumb {
    background-color: #afafaf;
    border-radius: 20px;
}
.hover\:custom-scrollbar:hover::-moz-scrollbar-track {
    display: none;
}

/* ========================================
   11. PSEUDO-ELEMENTS (::before / ::after)
   ======================================== */
.before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
}
.before\:-right-4::before {
    content: var(--tw-content);
    right: -1rem;
}
.before\:h-full::before {
    content: var(--tw-content);
    height: 100%;
}
.before\:w-\[2px\]::before {
    content: var(--tw-content);
    width: 2px;
}
.before\:bg-\[\#333333\]::before {
    content: var(--tw-content);
    background-color: var(--brand-gray-primary);
}
.before\:content-\[\'\'\]::before {
    --tw-content: '';
    content: var(--tw-content);
}

.after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
}
.after\:-right-7::after {
    content: var(--tw-content);
    right: -1.75rem;
}
.after\:left-1\/2::after {
    content: var(--tw-content);
    left: 50%;
}
.after\:right-\[-1px\]::after {
    content: var(--tw-content);
    right: -1px;
}
.after\:top-1\/2::after {
    content: var(--tw-content);
    top: 50%;
}
.after\:top-\[2px\]::after {
    content: var(--tw-content);
    top: 2px;
}
.after\:top-\[50\%\]::after {
    content: var(--tw-content);
    top: 50%;
}
.after\:h-0::after {
    content: var(--tw-content);
    height: 0;
}
.after\:h-10::after {
    content: var(--tw-content);
    height: 2.5rem;
}
.after\:w-0::after {
    content: var(--tw-content);
    width: 0;
}
.after\:w-\[1px\]::after {
    content: var(--tw-content);
    width: 1px;
}
.after\:-translate-x-1\/2::after {
    --tw-translate-x: -50%;
}
.after\:-translate-y-1\/2::after {
    --tw-translate-y: -50%;
}
.after\:border-b-\[12px\]::after {
    content: var(--tw-content);
    border-bottom-width: 12px;
}
.after\:border-l-\[12px\]::after {
    content: var(--tw-content);
    border-left-width: 12px;
}
.after\:border-l-\[18px\]::after {
    content: var(--tw-content);
    border-left-width: 18px;
}
.after\:border-r-\[18px\]::after {
    content: var(--tw-content);
    border-right-width: 18px;
}
.after\:border-t-\[10px\]::after {
    content: var(--tw-content);
    border-top-width: 10px;
}
.after\:border-t-\[12px\]::after {
    content: var(--tw-content);
    border-top-width: 12px;
}
.after\:border-b-transparent::after {
    content: var(--tw-content);
    border-bottom-color: transparent;
}
.after\:border-l-\[\#333333\]::after {
    content: var(--tw-content);
    border-left-color: var(--brand-gray-primary);
}
.after\:border-l-transparent::after {
    content: var(--tw-content);
    border-left-color: transparent;
}
.after\:border-r-transparent::after {
    content: var(--tw-content);
    border-right-color: transparent;
}
.after\:border-t-\[\#FFE649\]::after {
    content: var(--tw-content);
    border-top-color: #FFE649;
}
.after\:border-t-transparent::after {
    content: var(--tw-content);
    border-top-color: transparent;
}
.after\:bg-brand-gray-border::after {
    content: var(--tw-content);
    background-color: var(--brand-gray-border);
}
.after\:content-\[\'\'\]::after {
    --tw-content: '';
    content: var(--tw-content);
}

.after\:-translate-x-1\/2::after,
.after\:-translate-y-1\/2::after {
    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));
}

/* ========================================
   12. TAILWIND ÖZEL KATMANLAR (Components & Utilities)
   ======================================== */
@layer components {
    .shipment-card-wrapper .form-select {
        background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tld2lkdGg9InsxLjV9IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgYXJpYS1oaWRkZW49InRydWUiPgogIDxwYXRoIHN0cm9rZWxpbmVjYXA9InJvdW5kIiBzdHJva2VsaW5lam9pbj0icm91bmQiIGQ9Ik0xOS41IDguMjVsLTcuNSA3LjUtNy41LTcuNSI+PC9wYXRoPgo8L3N2Zz4=");
    }

    .magnifier-wrap.active div {
        visibility: visible !important;
        position: absolute;
        overflow: hidden;
    }
    .magnifier-wrap.active div img {
        visibility: visible !important;
        max-width: min-content !important;
    }

    .product-detail-tabs-list ul,
    .product-detail-tabs-list > ol {
        list-style: initial !important;
        padding: 5px;
    }

    .use-navigation-arrow .slick-slider {
        position: relative;
        z-index: 2;
    }
    .use-navigation-arrow .slick-slider .slick-list {
        padding-bottom: 20px;
    }
    .use-navigation-arrow .slick-slider .slick-list .slick-slide .bg-brand-blue-primary {
        position: relative;
    }
    .use-navigation-arrow .slick-slider .slick-list .slick-slide .bg-brand-blue-primary::after {
        content: "";
        border-top: 10px solid #00bad3;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        bottom: -10px;
    }
    .use-navigation-arrow .rounded-b-2xl {
        margin-top: -20px;
    }

    .magnify-container {
        position: relative;
    }
    .magnify-container .magnifier-wrap div {
        top: -120px !important;
    }

    .svg-loader {
        display: flex;
        position: relative;
        align-content: space-around;
        justify-content: center;
    }
    .loader-svg {
        position: absolute;
        inset: 0;
        fill: none;
        stroke-width: 6px;
        stroke-linecap: round;
        stroke: #00bad3;
    }
    .loader-svg.bg {
        stroke-width: 10px;
        stroke: #99e9f4;
    }
    .animate {
        stroke-dasharray: 242.6;
        animation: fill-animation 1s cubic-bezier(1, 1, 1, 1) 0s infinite;
    }

    .swiper-pagination.dashboard-page-carousel.swiper-pagination-clickable {
        background-color: rgba(51, 51, 51, 0.3);
        border-radius: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: auto;
        height: 18px;
        left: 50%;
        bottom: 16px;
        padding: 0 6px;
        transform: translate(-50%);
    }
    .swiper-pagination.dashboard-page-carousel.swiper-pagination-clickable .swiper-pagination-bullet {
        height: 6px;
        width: 6px;
        border-radius: 10px;
        opacity: 0.6;
        background: #fff;
    }
    .swiper-pagination.dashboard-page-carousel.swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 20px;
        height: 6px;
        border-radius: 10px;
        opacity: 1;
        background: #fff;
    }

    .swiper-pagination.mobile-category-page-carousel.swiper-pagination-clickable {
        background-color: transparent;
        border-radius: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: auto;
        height: 3px;
        padding: 0 6px;
        gap: 3px;
    }
    @media (min-width: 320px) {
        .swiper-pagination.mobile-category-page-carousel.swiper-pagination-clickable {
            left: 0.75rem;
            bottom: 10px;
        }
    }
    @media (min-width: 768px) {
        .swiper-pagination.mobile-category-page-carousel.swiper-pagination-clickable {
            left: 1rem;
            bottom: 28px;
        }
    }
    .swiper-pagination.mobile-category-page-carousel.swiper-pagination-clickable .swiper-pagination-bullet {
        height: 3px;
        width: 3px;
        margin: 0;
        border-radius: 10px;
        opacity: 0.5;
        background-color: var(--brand-blue-primary);
    }
    .swiper-pagination.mobile-category-page-carousel.swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 12px;
        height: 3px;
        border-radius: 10px;
        opacity: 1;
        background-color: var(--brand-blue-primary);
    }

    .swiper-pagination.banner-page-carousel.swiper-pagination-clickable {
        background-color: transparent;
        border-radius: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: auto;
        height: 18px;
        left: 50%;
        bottom: 16px;
        padding: 0 6px;
        transform: translate(-50%);
    }
    .swiper-pagination.banner-page-carousel.swiper-pagination-clickable .swiper-pagination-bullet {
        height: 6px;
        width: 6px;
        border-radius: 10px;
        opacity: 0.6;
        background: rgba(0, 186, 211, 0.6);
    }
    .swiper-pagination.banner-page-carousel.swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 20px;
        height: 6px;
        border-radius: 10px;
        opacity: 1;
        background: var(--brand-blue-primary);
    }

    .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic {
        width: 100% !important;
    }

    .swiper-pagination-bullet.swiper-pagination-bullet-active-product-detail.swiper-pagination-bullet-active.swiper-pagination-bullet-active-main {
        width: 8px !important;
        height: 8px !important;
        background-color: var(--brand-blue-primary);
    }

    .category-scrollbar::-webkit-scrollbar {
        width: 4px;
    }
    .category-scrollbar::-webkit-scrollbar-track {
        background-color: var(--brand-gray-border);
        border-radius: 24px;
    }
    .category-scrollbar::-webkit-scrollbar-thumb {
        background: #333;
        border-radius: 24px;
    }
    .category-scrollbar::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .scrollbar::-webkit-scrollbar {
        width: 4px;
    }
    .scrollbar::-webkit-scrollbar-thumb {
        background-color: #afafaf;
        border-radius: 20px;
    }

    .iframe-content-control {
        padding-left: 8px !important;
    }
    .iframe-content-control,
    .iframe-content-control table {
        max-width: 100% !important;
        width: 100% !important;
    }

    .ios-padding {
        padding-bottom: max(13px + env(safe-area-inset-bottom));
    }
    .dahi-mobile-frame {
        position: relative !important;
    }
    @media only screen and (max-width: 720px) {
        .dahi-chat-logo,
        .dahi-chat-logo-close {
            display: none !important;
        }
        .dahi-widget-cont {
            display: none;
        }
    }

    @keyframes fill-animation {
        0% {
            stroke-dasharray: 40 242.6;
            stroke-dashoffset: 0;
        }
        50% {
            stroke-dasharray: 141.3;
            stroke-dashoffset: 141.3;
        }
        100% {
            stroke-dasharray: 40 242.6;
            stroke-dashoffset: 282.6;
        }
    }
}

@layer utilities {
    .first\:h-10:first-child {
        height: 2.5rem;
    }
    .last\:m-0:last-child {
        margin: 0;
    }
    .last\:border-0:last-child {
        border-width: 0;
    }
    .last\:border-b-0:last-child {
        border-bottom-width: 0;
    }
    .last\:border-r-0:last-child {
        border-right-width: 0;
    }
    .last\:p-0:last-child {
        padding: 0;
    }

    .first-of-type\:-left-10:first-of-type {
        left: -2.5rem;
    }
    .first-of-type\:-left-16:first-of-type {
        left: -4rem;
    }
    .first-of-type\:mt-0:first-of-type {
        margin-top: 0;
    }
    .first-of-type\:justify-start:first-of-type {
        justify-content: flex-start;
    }
    .first-of-type\:bg-gradient-to-r:first-of-type {
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
    }
    .first-of-type\:from-brand-gray-background:first-of-type {
        --tw-gradient-from: var(--brand-gray-background) var(--tw-gradient-from-position);
        --tw-gradient-to: color-mix(in srgb, var(--brand-gray-background) 0%, transparent) var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    }
    .first-of-type\:from-white:first-of-type {
        --tw-gradient-from: #fff var(--tw-gradient-from-position);
        --tw-gradient-to: color-mix(in srgb, #fff 0%, transparent) var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    }
    .first-of-type\:pt-0:first-of-type {
        padding-top: 0;
    }

    .last-of-type\:-right-10:last-of-type {
        right: -2.5rem;
    }
    .last-of-type\:mb-10:last-of-type {
        margin-bottom: 2.5rem;
    }
    .last-of-type\:justify-end:last-of-type {
        justify-content: flex-end;
    }
    .last-of-type\:border-r-0:last-of-type {
        border-right-width: 0;
    }
    .last-of-type\:bg-gradient-to-l:last-of-type {
        background-image: linear-gradient(to left, var(--tw-gradient-stops));
    }
    .last-of-type\:from-brand-gray-background:last-of-type {
        --tw-gradient-from: var(--brand-gray-background) var(--tw-gradient-from-position);
        --tw-gradient-to: color-mix(in srgb, var(--brand-gray-background) 0%, transparent) var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    }
    .last-of-type\:from-white:last-of-type {
        --tw-gradient-from: #fff var(--tw-gradient-from-position);
        --tw-gradient-to: color-mix(in srgb, #fff 0%, transparent) var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    }

    .hover\:underline:hover {
        text-decoration-line: underline;
    }
    .hover\:-mx-4:hover {
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .hover\:bg-brand-gray-background:hover {
        background-color: var(--brand-gray-background);
    }
    .hover\:px-4:hover {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .focus\:border-0:focus {
        border-width: 0;
    }
    .focus\:border-brand-blue-primary:focus {
        border-color: var(--brand-blue-primary);
    }
    .focus\:border-brand-gray-border:focus {
        border-color: var(--brand-gray-border);
    }
    .focus\:border-brand-status-error:focus {
        border-color: var(--brand-status-error);
    }
    .focus\:ring-0:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }
    .focus\:ring-brand-blue-primary:focus {
        --tw-ring-color: var(--brand-blue-primary);
    }
    .focus\:ring-brand-status-error:focus {
        --tw-ring-color: var(--brand-status-error);
    }
    .focus\:ring-transparent:focus {
        --tw-ring-color: transparent;
    }
    .focus\:\!ring-brand-gray-border:focus {
        --tw-ring-color: var(--brand-gray-border) !important;
    }
    .focus\:placeholder\:text-white:focus::placeholder {
        color: #fff;
    }

    .focus-visible\:outline-none:focus-visible {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .group[data-te-collapse-collapsed] .group-\[\[data-te-collapse-collapsed\]\]\:mr-0 {
        margin-right: 0;
    }
    .group[data-te-collapse-collapsed] .group-\[\[data-te-collapse-collapsed\]\]\:rotate-0 {
        --tw-rotate: 0deg;
        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));
    }
    .group[data-te-collapse-collapsed] .group-\[\[data-te-collapse-collapsed\]\]\:fill-\[\#212529\] {
        fill: #212529;
    }
    .peer:placeholder-shown ~ .peer-placeholder-shown\:opacity-0 {
        opacity: 0;
    }

    @media (prefers-reduced-motion: reduce) {
        .motion-reduce\:transition-none {
            transition-property: none;
        }
    }

    /* Dark Mode Utilities */
    @media (prefers-color-scheme: dark) {
        .dark\:fill-blue-300 {
            fill: #93c5fd;
        }
        .group[data-te-collapse-collapsed] .dark\:group-\[\[data-te-collapse-collapsed\]\]\:fill-white {
            fill: #fff;
        }
    }

    /* Child Selector Utilities */
    .\[\&\>button\]\:border-0 > button {
        border-width: 0;
    }
    .\[\&\>button\]\:p-\[13px\] > button {
        padding: 13px;
    }
    .\[\&\>img\]\:h-\[63px\] > img {
        height: 63px;
    }
    .\[\&\>img\]\:w-11 > img {
        width: 2.75rem;
    }
    .\[\&\>input\[type\=text\]\]\:border-none > input[type="text"] {
        border-style: none;
    }
    .\[\&\>svg\]\:h-20 > svg {
        height: 5rem;
    }
}

/* ========================================
   13. RESPONSIVE (MOBILE FIRST)
   ======================================== */

/* --- Mobile (min-width: 320px) --- */
@media (min-width: 320px) {
    .mobile\:fixed { position: fixed; }
    .mobile\:bottom-\[16px\] { bottom: 16px; }
    .mobile\:left-0 { left: 0; }
    .mobile\:left-3 { left: 0.75rem; }
    .mobile\:left-\[16px\] { left: 16px; }
    .mobile\:top-0 { top: 0; }
    .mobile\:top-8 { top: 2rem; }
    .mobile\:top-\[-54px\] { top: -54px; }
    .mobile\:top-\[60px\] { top: 60px; }
    .mobile\:mx-0 { margin-left: 0; margin-right: 0; }
    .mobile\:my-1 { margin-top: 0.25rem; margin-bottom: 0.25rem; }
    .mobile\:-mr-3 { margin-right: -0.75rem; }
    .mobile\:mb-0 { margin-bottom: 0; }
    .mobile\:mb-1 { margin-bottom: 0.25rem; }
    .mobile\:mb-2 { margin-bottom: 0.5rem; }
    .mobile\:mb-3 { margin-bottom: 0.75rem; }
    .mobile\:mb-4 { margin-bottom: 1rem; }
    .mobile\:mb-6 { margin-bottom: 1.5rem; }
    .mobile\:mb-8 { margin-bottom: 2rem; }
    .mobile\:ml-0 { margin-left: 0; }
    .mobile\:mt-2 { margin-top: 0.5rem; }
    .mobile\:mt-6 { margin-top: 1.5rem; }
    .mobile\:block { display: block; }
    .mobile\:flex { display: flex; }
    .mobile\:grid { display: grid; }
    .mobile\:hidden { display: none; }
    .mobile\:h-8 { height: 2rem; }
    .mobile\:h-\[25px\] { height: 25px; }
    .mobile\:h-\[32px\] { height: 32px; }
    .mobile\:h-\[36px\] { height: 36px; }
    .mobile\:h-\[40px\] { height: 40px; }
    .mobile\:h-\[50px\] { height: 50px; }
    .mobile\:h-\[70px\] { height: 70px; }
    .mobile\:h-\[72px\] { height: 72px; }
    .mobile\:h-\[80px\] { height: 80px; }
    .mobile\:h-\[96px\] { height: 96px; }
    .mobile\:h-\[106px\] { height: 106px; }
    .mobile\:h-\[206px\] { height: 206px; }
    .mobile\:h-\[426px\] { height: 426px; }
    .mobile\:max-h-8 { max-height: 2rem; }
    .mobile\:max-h-\[32px\] { max-height: 32px; }
    .mobile\:max-h-\[38px\] { max-height: 38px; }
    .mobile\:max-h-\[96px\] { max-height: 96px; }
    .mobile\:max-h-\[433px\] { max-height: 433px; }
    .mobile\:max-h-\[516px\] { max-height: 516px; }
    .mobile\:max-h-\[550px\] { max-height: 550px; }
    .mobile\:min-h-\[292px\] { min-height: 292px; }
    .mobile\:w-0 { width: 0; }
    .mobile\:w-2\/5 { width: 40%; }
    .mobile\:w-3\/5 { width: 60%; }
    .mobile\:w-\[32\%\] { width: 32%; }
    .mobile\:w-\[35px\] { width: 35px; }
    .mobile\:w-\[42px\] { width: 42px; }
    .mobile\:w-\[50px\] { width: 50px; }
    .mobile\:w-\[68\%\] { width: 68%; }
    .mobile\:w-\[70px\] { width: 70px; }
    .mobile\:w-\[72px\] { width: 72px; }
    .mobile\:w-\[78px\] { width: 78px; }
    .mobile\:w-\[80px\] { width: 80px; }
    .mobile\:w-\[96px\] { width: 96px; }
    .mobile\:w-\[104px\] { width: 104px; }
    .mobile\:w-\[106px\] { width: 106px; }
    .mobile\:w-\[110px\] { width: 110px; }
    .mobile\:w-\[111px\] { width: 111px; }
    .mobile\:w-\[112px\] { width: 112px; }
    .mobile\:w-\[130px\] { width: 130px; }
    .mobile\:w-\[151px\] { width: 151px; }
    .mobile\:w-\[154px\] { width: 154px; }
    .mobile\:w-\[165px\] { width: 165px; }
    .mobile\:w-\[318px\] { width: 318px; }
    .mobile\:w-\[343px\] { width: 343px; }
    .mobile\:w-\[370px\] { width: 370px; }
    .mobile\:w-auto { width: auto; }
    .mobile\:w-full { width: 100%; }
    .mobile\:min-w-\[50px\] { min-width: 50px; }
    .mobile\:min-w-\[106px\] { min-width: 106px; }
    .mobile\:min-w-\[110px\] { min-width: 110px; }
    .mobile\:min-w-\[154px\] { min-width: 154px; }
    .mobile\:min-w-\[318px\] { min-width: 318px; }
    .mobile\:min-w-\[344px\] { min-width: 344px; }
    .mobile\:min-w-full { min-width: 100%; }
    .mobile\:max-w-\[96px\] { max-width: 96px; }
    .mobile\:max-w-\[104px\] { max-width: 104px; }
    .mobile\:max-w-\[110px\] { max-width: 110px; }
    .mobile\:max-w-\[120px\] { max-width: 120px; }
    .mobile\:max-w-\[154px\] { max-width: 154px; }
    .mobile\:max-w-\[318px\] { max-width: 318px; }
    .mobile\:max-w-\[340px\] { max-width: 340px; }
    .mobile\:max-w-\[calc\(100vw-110px\)\] { max-width: calc(100vw - 110px); }
    .mobile\:max-w-\[none\] { max-width: none; }
    .mobile\:max-w-full { max-width: 100%; }
    .mobile\:max-w-xs { max-width: 20rem; }
    .mobile\:grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .mobile\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mobile\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .mobile\:flex-row { flex-direction: row; }
    .mobile\:flex-col { flex-direction: column; }
    .mobile\:flex-wrap { flex-wrap: wrap; }
    .mobile\:items-center { align-items: center; }
    .mobile\:justify-start { justify-content: flex-start; }
    .mobile\:justify-center { justify-content: center; }
    .mobile\:justify-between { justify-content: space-between; }
    .mobile\:gap-0 { gap: 0; }
    .mobile\:gap-2 { gap: 0.5rem; }
    .mobile\:gap-3 { gap: 0.75rem; }
    .mobile\:gap-4 { gap: 1rem; }
    .mobile\:gap-5 { gap: 1.25rem; }
    .mobile\:gap-\[13px\] { gap: 13px; }
    .mobile\:gap-\[16px\] { gap: 16px; }
    .mobile\: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)); }
    .mobile\:whitespace-normal { white-space: normal; }
    .mobile\:rounded-2xl { border-radius: 1rem; }
    .mobile\:rounded-md { border-radius: 0.375rem; }
    .mobile\:border { border-width: 1px; }
    .mobile\:bg-brand-gray-background { background-color: var(--brand-gray-background); }
    .mobile\:p-2 { padding: 0.5rem; }
    .mobile\:p-4 { padding: 1rem; }
    .mobile\:p-\[2px\] { padding: 2px; }
    .mobile\:px-0 { padding-left: 0; padding-right: 0; }
    .mobile\:px-1 { padding-left: 0.25rem; padding-right: 0.25rem; }
    .mobile\:px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
    .mobile\:px-4 { padding-left: 1rem; padding-right: 1rem; }
    .mobile\:px-8 { padding-left: 2rem; padding-right: 2rem; }
    .mobile\:px-\[16px\] { padding-left: 16px; padding-right: 16px; }
    .mobile\:py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
    .mobile\:py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
    .mobile\:py-4 { padding-top: 1rem; padding-bottom: 1rem; }
    .mobile\:py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
    .mobile\:py-\[10px\] { padding-top: 10px; padding-bottom: 10px; }
    .mobile\:pb-1 { padding-bottom: 0.25rem; }
    .mobile\:pb-4 { padding-bottom: 1rem; }
    .mobile\:pb-8 { padding-bottom: 2rem; }
    .mobile\:pl-1 { padding-left: 0.25rem; }
    .mobile\:pl-3 { padding-left: 0.75rem; }
    .mobile\:pr-2 { padding-right: 0.5rem; }
    .mobile\:pr-\[89px\] { padding-right: 89px; }
    .mobile\:pt-3 { padding-top: 0.75rem; }
    .mobile\:pt-4 { padding-top: 1rem; }
    .mobile\:pt-8 { padding-top: 2rem; }
    .mobile\:text-left { text-align: left; }
    .mobile\:text-\[6px\] { font-size: 6px; }
    .mobile\:text-\[8px\] { font-size: 8px; }
    .mobile\:text-\[10px\] { font-size: 10px; }
    .mobile\:text-\[12px\] { font-size: 12px; }
    .mobile\:text-\[18px\] { font-size: 18px; }
    .mobile\:text-xs { font-size: 0.75rem; line-height: 1rem; }
    .mobile\:text-sm { font-size: 0.875rem; line-height: 1.25rem; }
    .mobile\:text-base { font-size: 1rem; line-height: 1.5rem; }
    .mobile\:leading-normal { line-height: 1.5; }
    .mobile\:line-clamp-2 { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
    .mobile\:aspect-\[16\/9\] { aspect-ratio: 16 / 9; }
    .mobile\:aspect-\[133\/83\] { aspect-ratio: 133 / 83; }
    .mobile\:aspect-\[154\/302\] { aspect-ratio: 154 / 302; }
    .mobile\:aspect-\[290\/516\] { aspect-ratio: 290 / 516; }
    .mobile\:aspect-\[318\/302\] { aspect-ratio: 318 / 302; }
    .mobile\:aspect-\[343\/65\] { aspect-ratio: 343 / 65; }
    .mobile\:aspect-\[343\/192\] { aspect-ratio: 343 / 192; }
    .mobile\:aspect-\[592\/204\] { aspect-ratio: 592 / 204; }
    .mobile\:\!w-\[154px\] { width: 154px !important; }
    .mobile\:grid-rows-2 { grid-template-rows: repeat(2, minmax(0, 1fr)); }
    .mobile\:invisible { visibility: hidden; }
    .mobile\:placeholder\:\!text-\[15px\]::placeholder { font-size: 15px !important; }
}

/* --- Tablet (min-width: 768px) --- */
@media (min-width: 768px) {
    .tablet\:visible { visibility: visible; }
    .tablet\:fixed { position: fixed; }
    .tablet\:absolute { position: absolute; }
    .tablet\:bottom-\[unset\] { bottom: unset; }
    .tablet\:left-4 { left: 1rem; }
    .tablet\:left-\[24px\] { left: 24px; }
    .tablet\:left-\[calc\(50\%\+35px\)\] { left: calc(50% + 35px); }
    .tablet\:right-0 { right: 0; }
    .tablet\:top-0 { top: 0; }
    .tablet\:top-\[-60px\] { top: -60px; }
    .tablet\:top-\[68px\] { top: 68px; }
    .tablet\:top-\[110px\] { top: 110px; }
    .tablet\:top-\[50\%\] { top: 50%; }
    .tablet\:col-span-2 { grid-column: span 2 / span 2; }
    .tablet\:mx-0 { margin-left: 0; margin-right: 0; }
    .tablet\:mx-\[-8px\] { margin-left: -8px; margin-right: -8px; }
    .tablet\:mx-auto { margin-left: auto; margin-right: auto; }
    .tablet\:mb-0 { margin-bottom: 0; }
    .tablet\:mb-2 { margin-bottom: 0.5rem; }
    .tablet\:mb-3 { margin-bottom: 0.75rem; }
    .tablet\:mb-6 { margin-bottom: 1.5rem; }
    .tablet\:ml-0 { margin-left: 0; }
    .tablet\:mt-2 { margin-top: 0.5rem; }
    .tablet\:block { display: block; }
    .tablet\:\!block { display: block !important; }
    .tablet\:flex { display: flex; }
    .tablet\:\!flex { display: flex !important; }
    .tablet\:hidden { display: none; }
    .tablet\:h-10 { height: 2.5rem; }
    .tablet\:h-12 { height: 3rem; }
    .tablet\:h-\[32px\] { height: 32px; }
    .tablet\:h-\[42px\] { height: 42px; }
    .tablet\:h-\[44px\] { height: 44px; }
    .tablet\:h-\[50px\] { height: 50px; }
    .tablet\:h-\[60px\] { height: 60px; }
    .tablet\:h-\[85px\] { height: 85px; }
    .tablet\:h-\[107px\] { height: 107px; }
    .tablet\:h-\[138px\] { height: 138px; }
    .tablet\:h-\[266px\] { height: 266px; }
    .tablet\:h-\[355px\] { height: 355px; }
    .tablet\:h-\[80vh\] { height: 80vh; }
    .tablet\:h-auto { height: auto; }
    .tablet\:h-full { height: 100%; }
    .tablet\:max-h-\[42px\] { max-height: 42px; }
    .tablet\:max-h-\[44px\] { max-height: 44px; }
    .tablet\:max-h-\[138px\] { max-height: 138px; }
    .tablet\:max-h-\[336px\] { max-height: 336px; }
    .tablet\:max-h-\[686px\] { max-height: 686px; }
    .tablet\:max-h-64 { max-height: 16rem; }
    .tablet\:min-h-\[272px\] { min-height: 272px; }
    .tablet\:min-h-\[304px\] { min-height: 304px; }
    .tablet\:w-1\/2 { width: 50%; }
    .tablet\:w-1\/3 { width: 33.333333%; }
    .tablet\:w-2 { width: 0.5rem; }
    .tablet\:w-12 { width: 3rem; }
    .tablet\:w-\[50px\] { width: 50px; }
    .tablet\:w-\[60px\] { width: 60px; }
    .tablet\:w-\[85px\] { width: 85px; }
    .tablet\:w-\[90px\] { width: 90px; }
    .tablet\:w-\[107px\] { width: 107px; }
    .tablet\:w-\[120px\] { width: 120px; }
    .tablet\:w-\[136px\] { width: 136px; }
    .tablet\:w-\[138px\] { width: 138px; }
    .tablet\:w-\[139px\] { width: 139px; }
    .tablet\:w-\[144px\] { width: 144px; }
    .tablet\:w-\[154px\] { width: 154px; }
    .tablet\:w-\[160px\] { width: 160px; }
    .tablet\:w-\[162px\] { width: 162px; }
    .tablet\:w-\[176px\] { width: 176px; }
    .tablet\:w-\[218px\] { width: 218px; }
    .tablet\:w-\[300px\] { width: 300px; }
    .tablet\:w-\[314px\] { width: 314px; }
    .tablet\:w-\[328px\] { width: 328px; }
    .tablet\:w-\[760px\] { width: 760px; }
    .tablet\:w-auto { width: auto; }
    .tablet\:w-full { width: 100%; }
    .tablet\:min-w-\[60px\] { min-width: 60px; }
    .tablet\:min-w-\[107px\] { min-width: 107px; }
    .tablet\:min-w-\[154px\] { min-width: 154px; }
    .tablet\:min-w-\[160px\] { min-width: 160px; }
    .tablet\:min-w-\[182px\] { min-width: 182px; }
    .tablet\:min-w-\[314px\] { min-width: 314px; }
    .tablet\:min-w-\[388px\] { min-width: 388px; }
    .tablet\:min-w-\[728px\] { min-width: 728px; }
    .tablet\:min-w-\[unset\] { min-width: unset; }
    .tablet\:max-w-\[104px\] { max-width: 104px; }
    .tablet\:max-w-\[138px\] { max-width: 138px; }
    .tablet\:max-w-\[160px\] { max-width: 160px; }
    .tablet\:max-w-\[170px\] { max-width: 170px; }
    .tablet\:max-w-\[182px\] { max-width: 182px; }
    .tablet\:max-w-\[260px\] { max-width: 260px; }
    .tablet\:max-w-\[275px\] { max-width: 275px; }
    .tablet\:max-w-\[375px\] { max-width: 375px; }
    .tablet\:max-w-\[388px\] { max-width: 388px; }
    .tablet\:max-w-\[560px\] { max-width: 560px; }
    .tablet\:max-w-\[600px\] { max-width: 600px; }
    .tablet\:max-w-\[750px\] { max-width: 750px; }
    .tablet\:max-w-\[calc\(100vw-160px\)\] { max-width: calc(100vw - 160px); }
    .tablet\:max-w-\[calc\(50\%-10px\)\] { max-width: calc(50% - 10px); }
    .tablet\:max-w-\[none\] { max-width: none; }
    .tablet\:max-w-full { max-width: 100%; }
    .tablet\:max-w-xs { max-width: 20rem; }
    .tablet\:max-w-screen-tablet { max-width: 768px; }
    .tablet\:flex-1 { flex: 1 1 0%; }
    .tablet\:flex-none { flex: none; }
    .tablet\:-translate-y-\[50\%\] { --tw-translate-y: -50%; 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)); }
    .tablet\:grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .tablet\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tablet\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .tablet\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .tablet\:grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
    .tablet\:flex-row { flex-direction: row; }
    .tablet\:flex-col { flex-direction: column; }
    .tablet\:flex-nowrap { flex-wrap: nowrap; }
    .tablet\:justify-end { justify-content: flex-end; }
    .tablet\:justify-center { justify-content: center; }
    .tablet\:gap-1 { gap: 0.25rem; }
    .tablet\:gap-2 { gap: 0.5rem; }
    .tablet\:gap-3 { gap: 0.75rem; }
    .tablet\:gap-4 { gap: 1rem; }
    .tablet\:gap-5 { gap: 1.25rem; }
    .tablet\:gap-\[16px\] { gap: 16px; }
    .tablet\:gap-x-4 { column-gap: 1rem; }
    .tablet\:gap-y-2 { row-gap: 0.5rem; }
    .tablet\:gap-y-6 { row-gap: 1.5rem; }
    .tablet\:space-x-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(1rem * var(--tw-space-x-reverse)); margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))); }
    .tablet\: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)); }
    .tablet\:space-y-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)); }
    .tablet\:space-y-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(2rem * var(--tw-space-y-reverse)); }
    .tablet\:\!overflow-x-scroll { overflow-x: scroll !important; }
    .tablet\:text-ellipsis { text-overflow: ellipsis; }
    .tablet\:whitespace-nowrap { white-space: nowrap; }
    .tablet\:rounded-2xl { border-radius: 1rem; }
    .tablet\:rounded-lg { border-radius: 0.5rem; }
    .tablet\:border { border-width: 1px; }
    .tablet\:border-none { border-style: none; }
    .tablet\:border-white\/50 { border-color: rgba(255, 255, 255, 0.5); }
    .tablet\:bg-brand-gray-background { background-color: var(--brand-gray-background); }
    .tablet\:p-0 { padding: 0; }
    .tablet\:p-4 { padding: 1rem; }
    .tablet\:p-5 { padding: 1.25rem; }
    .tablet\:px-0 { padding-left: 0; padding-right: 0; }
    .tablet\:px-1 { padding-left: 0.25rem; padding-right: 0.25rem; }
    .tablet\:px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
    .tablet\:px-4 { padding-left: 1rem; padding-right: 1rem; }
    .tablet\:px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
    .tablet\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
    .tablet\:px-9 { padding-left: 2.25rem; padding-right: 2.25rem; }
    .tablet\:px-\[8px\] { padding-left: 8px; padding-right: 8px; }
    .tablet\:px-\[16px\] { padding-left: 16px; padding-right: 16px; }
    .tablet\:px-\[78px\] { padding-left: 78px; padding-right: 78px; }
    .tablet\:\!px-10 { padding-left: 2.5rem !important; padding-right: 2.5rem !important; }
    .tablet\:py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
    .tablet\:py-4 { padding-top: 1rem; padding-bottom: 1rem; }
    .tablet\:py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
    .tablet\:py-\[10\] { padding-top: 10px; padding-bottom: 10px; }
    .tablet\:py-\[12px\] { padding-top: 12px; padding-bottom: 12px; }
    .tablet\:pb-1 { padding-bottom: 0.25rem; }
    .tablet\:pb-4 { padding-bottom: 1rem; }
    .tablet\:pb-6 { padding-bottom: 1.5rem; }
    .tablet\:pt-4 { padding-top: 1rem; }
    .tablet\:text-center { text-align: center; }
    .tablet\:\!text-base { font-size: 1rem !important; line-height: 1.5rem !important; }
    .tablet\:\!text-sm { font-size: 0.875rem !important; line-height: 1.25rem !important; }
    .tablet\:text-\[10px\] { font-size: 10px; }
    .tablet\:text-\[11px\] { font-size: 11px; }
    .tablet\:text-\[16px\] { font-size: 16px; }
    .tablet\:text-xs { font-size: 0.75rem; line-height: 1rem; }
    .tablet\:text-sm { font-size: 0.875rem; line-height: 1.25rem; }
    .tablet\:text-base { font-size: 1rem; line-height: 1.5rem; }
    .tablet\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
    .tablet\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
    .tablet\:leading-normal { line-height: 1.5; }
    .tablet\:line-clamp-2 { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
    .tablet\:line-clamp-3 { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
    .tablet\:aspect-\[205\/152\] { aspect-ratio: 205 / 152; }
    .tablet\:aspect-\[356\/122\] { aspect-ratio: 356 / 122; }
    .tablet\:aspect-\[356\/200\] { aspect-ratio: 356 / 200; }
    .tablet\:aspect-\[356\/256\] { aspect-ratio: 356 / 256; }
    .tablet\:aspect-\[728\/222\] { aspect-ratio: 728 / 222; }
    .tablet\:aspect-\[728\/410\] { aspect-ratio: 728 / 410; }
    .tablet\:aspect-\[1024\/224\] { aspect-ratio: 1024 / 224; }
    .tablet\:aspect-\[1104\/324\] { aspect-ratio: 1104 / 324; }
    .tablet\:aspect-\[1204\/368\] { aspect-ratio: 1204 / 368; }
    .tablet\:aspect-\[2408\/736\] { aspect-ratio: 2408 / 736; }
    .tablet\:grid-rows-1 { grid-template-rows: repeat(1, minmax(0, 1fr)); }
    .tablet\:-bottom-\[7px\] { bottom: -7px; }
}

/* --- Laptop (min-width: 1024px) --- */
@media (min-width: 1024px) {
    .laptop\:visible { visibility: visible; }
    .laptop\:absolute { position: absolute; }
    .laptop\:-right-\[48px\] { right: -48px; }
    .laptop\:left-4 { left: 1rem; }
    .laptop\:left-\[44px\] { left: 44px; }
    .laptop\:left-\[unset\] { left: unset; }
    .laptop\:top-0 { top: 0; }
    .laptop\:mx-\[-20px\] { margin-left: -20px; margin-right: -20px; }
    .laptop\:mb-4 { margin-bottom: 1rem; }
    .laptop\:ml-4 { margin-left: 1rem; }
    .laptop\:ml-5 { margin-left: 1.25rem; }
    .laptop\:mr-12 { margin-right: 3rem; }
    .laptop\:mt-0 { margin-top: 0; }
    .laptop\:mt-2 { margin-top: 0.5rem; }
    .laptop\:mt-auto { margin-top: auto; }
    .laptop\:block { display: block; }
    .laptop\:flex { display: flex; }
    .laptop\:\!flex { display: flex !important; }
    .laptop\:grid { display: grid; }
    .laptop\:hidden { display: none; }
    .laptop\:h-\[40px\] { height: 40px; }
    .laptop\:h-\[50px\] { height: 50px; }
    .laptop\:h-\[138px\] { height: 138px; }
    .laptop\:h-\[418px\] { height: 418px; }
    .laptop\:h-\[450px\] { height: 450px; }
    .laptop\:h-auto { height: auto; }
    .laptop\:max-h-\[138px\] { max-height: 138px; }
    .laptop\:max-h-\[377px\] { max-height: 377px; }
    .laptop\:min-h-\[65vh\] { min-height: 65vh; }
    .laptop\:w-1\/3 { width: 33.333333%; }
    .laptop\:w-\[25\%\] { width: 25%; }
    .laptop\:w-\[40\%\] { width: 40%; }
    .laptop\:w-\[60\%\] { width: 60%; }
    .laptop\:w-\[75\%\] { width: 75%; }
    .laptop\:w-\[50px\] { width: 50px; }
    .laptop\:w-\[114px\] { width: 114px; }
    .laptop\:w-\[120px\] { width: 120px; }
    .laptop\:w-\[138px\] { width: 138px; }
    .laptop\:w-\[148px\] { width: 148px; }
    .laptop\:w-\[150px\] { width: 150px; }
    .laptop\:w-\[154px\] { width: 154px; }
    .laptop\:w-\[162px\] { width: 162px; }
    .laptop\:w-\[314px\] { width: 314px; }
    .laptop\:w-\[328px\] { width: 328px; }
    .laptop\:w-\[644px\] { width: 644px; }
    .laptop\:w-\[calc\(760px-96px\)\] { width: calc(760px - 96px); }
    .laptop\:w-\[unset\] { width: unset; }
    .laptop\:w-auto { width: auto; }
    .laptop\:w-full { width: 100%; }
    .laptop\:min-w-\[50px\] { min-width: 50px; }
    .laptop\:min-w-\[621px\] { min-width: 621px; }
    .laptop\:min-w-\[unset\] { min-width: unset; }
    .laptop\:max-w-\[134px\] { max-width: 134px; }
    .laptop\:max-w-\[148px\] { max-width: 148px; }
    .laptop\:max-w-\[228px\] { max-width: 228px; }
    .laptop\:max-w-\[314px\] { max-width: 314px; }
    .laptop\:max-w-\[445px\] { max-width: 445px; }
    .laptop\:max-w-\[560px\] { max-width: 560px; }
    .laptop\:max-w-full { max-width: 100%; }
    .laptop\:max-w-screen-laptop { max-width: 1024px; }
    .laptop\:flex-1 { flex: 1 1 0%; }
    .laptop\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .laptop\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .laptop\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .laptop\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .laptop\:grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
    .laptop\:flex-row { flex-direction: row; }
    .laptop\:flex-col { flex-direction: column; }
    .laptop\:flex-wrap { flex-wrap: wrap; }
    .laptop\:flex-nowrap { flex-wrap: nowrap; }
    .laptop\:items-start { align-items: flex-start; }
    .laptop\:items-center { align-items: center; }
    .laptop\:justify-center { justify-content: center; }
    .laptop\:justify-between { justify-content: space-between; }
    .laptop\:gap-1 { gap: 0.25rem; }
    .laptop\:gap-2 { gap: 0.5rem; }
    .laptop\:gap-4 { gap: 1rem; }
    .laptop\:gap-5 { gap: 1.25rem; }
    .laptop\:gap-6 { gap: 1.5rem; }
    .laptop\:gap-\[10px\] { gap: 10px; }
    .laptop\:gap-\[16px\] { gap: 16px; }
    .laptop\: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)); }
    .laptop\:\!overflow-hidden { overflow: hidden !important; }
    .laptop\:rounded-xl { border-radius: 0.75rem; }
    .laptop\:bg-white { background-color: #fff; }
    .laptop\:p-0 { padding: 0; }
    .laptop\:px-1 { padding-left: 0.25rem; padding-right: 0.25rem; }
    .laptop\:px-4 { padding-left: 1rem; padding-right: 1rem; }
    .laptop\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
    .laptop\:px-\[18px\] { padding-left: 18px; padding-right: 18px; }
    .laptop\:px-\[20px\] { padding-left: 20px; padding-right: 20px; }
    .laptop\:px-\[24px\] { padding-left: 24px; padding-right: 24px; }
    .laptop\:px-\[65px\] { padding-left: 65px; padding-right: 65px; }
    .laptop\:\!px-8 { padding-left: 2rem !important; padding-right: 2rem !important; }
    .laptop\:py-8 { padding-top: 2rem; padding-bottom: 2rem; }
    .laptop\:py-\[12px\] { padding-top: 12px; padding-bottom: 12px; }
    .laptop\:pb-2 { padding-bottom: 0.5rem; }
    .laptop\:pb-4 { padding-bottom: 1rem; }
    .laptop\:pb-8 { padding-bottom: 2rem; }
    .laptop\:pl-2 { padding-left: 0.5rem; }
    .laptop\:pl-5 { padding-left: 1.25rem; }
    .laptop\:pl-9 { padding-left: 2.25rem; }
    .laptop\:pr-4 { padding-right: 1rem; }
    .laptop\:pt-0 { padding-top: 0; }
    .laptop\:pt-6 { padding-top: 1.5rem; }
    .laptop\:pt-16 { padding-top: 4rem; }
    .laptop\:text-center { text-align: center; }
    .laptop\:\!text-base { font-size: 1rem !important; line-height: 1.5rem !important; }
    .laptop\:text-\[10px\] { font-size: 10px; }
    .laptop\:text-xs { font-size: 0.75rem; line-height: 1rem; }
    .laptop\:text-sm { font-size: 0.875rem; line-height: 1.25rem; }
    .laptop\:text-base { font-size: 1rem; line-height: 1.5rem; }
    .laptop\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
    .laptop\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
    .laptop\:font-medium { font-weight: 500; }
    .laptop\:aspect-\[165\/306\] { aspect-ratio: 165 / 306; }
    .laptop\:aspect-\[225\/54\] { aspect-ratio: 225 / 54; }
    .laptop\:aspect-\[314\/176\] { aspect-ratio: 314 / 176; }
    .laptop\:aspect-\[314\/240\] { aspect-ratio: 314 / 240; }
    .laptop\:aspect-\[338\/306\] { aspect-ratio: 338 / 306; }
    .laptop\:aspect-\[477\/164\] { aspect-ratio: 477 / 164; }
    .laptop\:aspect-\[974\/297\] { aspect-ratio: 974 / 297; }
    .laptop\:aspect-\[974\/410\] { aspect-ratio: 974 / 410; }
    .laptop\:grid-rows-2 { grid-template-rows: repeat(2, minmax(0, 1fr)); }
}

/* --- Desktop (min-width: 1280px) --- */
@media (min-width: 1280px) {
    .desktop\:visible { visibility: visible; }
    .desktop\:left-\[44px\] { left: 44px; }
    .desktop\:left-\[calc\(50\%\+70px\)\] { left: calc(50% + 70px); }
    .desktop\:m-0 { margin: 0; }
    .desktop\:\!mb-2 { margin-bottom: 0.5rem !important; }
    .desktop\:mb-2 { margin-bottom: 0.5rem; }
    .desktop\:mb-3 { margin-bottom: 0.75rem; }
    .desktop\:mb-6 { margin-bottom: 1.5rem; }
    .desktop\:ml-10 { margin-left: 2.5rem; }
    .desktop\:mt-0 { margin-top: 0; }
    .desktop\:mt-2 { margin-top: 0.5rem; }
    .desktop\:block { display: block; }
    .desktop\:grid { display: grid; }
    .desktop\:h-\[50px\] { height: 50px; }
    .desktop\:h-\[54px\] { height: 54px; }
    .desktop\:h-\[60px\] { height: 60px; }
    .desktop\:h-\[80px\] { height: 80px; }
    .desktop\:h-\[88px\] { height: 88px; }
    .desktop\:h-\[136\.5px\] { height: 136.5px; }
    .desktop\:h-\[148px\] { height: 148px; }
    .desktop\:h-\[276px\] { height: 276px; }
    .desktop\:h-\[418px\] { height: 418px; }
    .desktop\:h-\[500px\] { height: 500px; }
    .desktop\:max-h-10 { max-height: 2.5rem; }
    .desktop\:max-h-\[80px\] { max-height: 80px; }
    .desktop\:max-h-\[443px\] { max-height: 443px; }
    .desktop\:min-h-\[468px\] { min-height: 468px; }
    .desktop\:\!w-\[165px\] { width: 165px !important; }
    .desktop\:w-1\/3 { width: 33.333333%; }
    .desktop\:w-1\/4 { width: 25%; }
    .desktop\:w-2\/4 { width: 50%; }
    .desktop\:w-3\/4 { width: 75%; }
    .desktop\:w-\[40\%\] { width: 40%; }
    .desktop\:w-\[60\%\] { width: 60%; }
    .desktop\:w-\[60px\] { width: 60px; }
    .desktop\:w-\[80px\] { width: 80px; }
    .desktop\:w-\[88px\] { width: 88px; }
    .desktop\:w-\[133px\] { width: 133px; }
    .desktop\:w-\[140px\] { width: 140px; }
    .desktop\:w-\[142px\] { width: 142px; }
    .desktop\:w-\[148px\] { width: 148px; }
    .desktop\:w-\[162px\] { width: 162px; }
    .desktop\:w-\[164px\] { width: 164px; }
    .desktop\:w-\[165px\] { width: 165px; }
    .desktop\:w-\[178px\] { width: 178px; }
    .desktop\:w-\[184px\] { width: 184px; }
    .desktop\:w-\[25ch\] { width: 25ch; }
    .desktop\:w-\[338px\] { width: 338px; }
    .desktop\:w-\[388px\] { width: 388px; }
    .desktop\:w-\[460px\] { width: 460px; }
    .desktop\:w-\[660px\] { width: 660px; }
    .desktop\:w-\[760px\] { width: 760px; }
    .desktop\:min-w-\[60px\] { min-width: 60px; }
    .desktop\:min-w-\[136\.5px\] { min-width: 136.5px; }
    .desktop\:min-w-\[165px\] { min-width: 165px; }
    .desktop\:min-w-\[338px\] { min-width: 338px; }
    .desktop\:min-w-\[796px\] { min-width: 796px; }
    .desktop\:max-w-\[134px\] { max-width: 134px; }
    .desktop\:max-w-\[165px\] { max-width: 165px; }
    .desktop\:max-w-\[228px\] { max-width: 228px; }
    .desktop\:max-w-\[280px\] { max-width: 280px; }
    .desktop\:max-w-\[338px\] { max-width: 338px; }
    .desktop\:max-w-\[388px\] { max-width: 388px; }
    .desktop\:max-w-\[445px\] { max-width: 445px; }
    .desktop\:max-w-\[560px\] { max-width: 560px; }
    .desktop\:max-w-full { max-width: 100%; }
    .desktop\:max-w-screen-desktop { max-width: 1280px; }
    .desktop\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .desktop\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .desktop\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .desktop\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .desktop\:grid-cols-7 { grid-template-columns: repeat(7, minmax(0, 1fr)); }
    .desktop\:flex-row { flex-direction: row; }
    .desktop\:flex-nowrap { flex-wrap: nowrap; }
    .desktop\:items-center { align-items: center; }
    .desktop\:items-stretch { align-items: stretch; }
    .desktop\:gap-1 { gap: 0.25rem; }
    .desktop\:gap-2 { gap: 0.5rem; }
    .desktop\:gap-5 { gap: 1.25rem; }
    .desktop\:gap-10 { gap: 2.5rem; }
    .desktop\:gap-\[10px\] { gap: 10px; }
    .desktop\:gap-\[20px\] { gap: 20px; }
    .desktop\:gap-\[40px\] { gap: 40px; }
    .desktop\:rounded-2xl { border-radius: 1rem; }
    .desktop\:px-1 { padding-left: 0.25rem; padding-right: 0.25rem; }
    .desktop\:px-4 { padding-left: 1rem; padding-right: 1rem; }
    .desktop\:px-9 { padding-left: 2.25rem; padding-right: 2.25rem; }
    .desktop\:px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
    .desktop\:px-\[16px\] { padding-left: 16px; padding-right: 16px; }
    .desktop\:px-\[20px\] { padding-left: 20px; padding-right: 20px; }
    .desktop\:px-\[22px\] { padding-left: 22px; padding-right: 22px; }
    .desktop\:px-\[70px\] { padding-left: 70px; padding-right: 70px; }
    .desktop\:py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
    .desktop\:py-\[12px\] { padding-top: 12px; padding-bottom: 12px; }
    .desktop\:pb-3 { padding-bottom: 0.75rem; }
    .desktop\:pb-4 { padding-bottom: 1rem; }
    .desktop\:pb-6 { padding-bottom: 1.5rem; }
    .desktop\:pl-4 { padding-left: 1rem; }
    .desktop\:pl-5 { padding-left: 1.25rem; }
    .desktop\:pt-6 { padding-top: 1.5rem; }
    .desktop\:text-center { text-align: center; }
    .desktop\:\!text-lg { font-size: 1.125rem !important; line-height: 1.75rem !important; }
    .desktop\:text-sm { font-size: 0.875rem; line-height: 1.25rem; }
    .desktop\:text-base { font-size: 1rem; line-height: 1.5rem; }
    .desktop\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
    .desktop\:font-normal { font-weight: 400; }
    .desktop\:aspect-\[388\/218\] { aspect-ratio: 388 / 218; }
    .desktop\:aspect-\[388\/282\] { aspect-ratio: 388 / 282; }
    .desktop\:aspect-\[592\/204\] { aspect-ratio: 592 / 204; }
    .desktop\:aspect-\[1204\/368\] { aspect-ratio: 1204 / 368; }
    .desktop\:aspect-\[1204\/450\] { aspect-ratio: 1204 / 450; }
}