/* Site-wide additions for the static mirror. The original Tailwind build CSS (/_next/static/css/*.css)
   is loaded first; this file only adds what the client-side modules need. */
[hidden] { display: none !important; }
.nuki-hidden { display: none !important; }
.nuki-no-scroll { overflow: hidden; }

/* generic overlay / drawer transitions */
.nuki-fade-enter { opacity: 0; transition: opacity .2s ease; }
.nuki-fade-enter.nuki-fade-active { opacity: 1; }
.nuki-slide-right { transform: translateX(100%); transition: transform .3s ease; }
.nuki-slide-right.nuki-slide-active { transform: translateX(0); }

/* skeleton shimmer used by client-rendered pages before data is ready */
.skeleton-animation { background: linear-gradient(90deg, #f3f4f6 25%, #e5e7eb 37%, #f3f4f6 63%); background-size: 400% 100%; animation: nuki-shimmer 1.4s ease infinite; }
@keyframes nuki-shimmer { 0% { background-position: 100% 50%; } 100% { background-position: 0 50%; } }

/* ---------------- header: nav <-> product sub-nav swap ---------------- */
@keyframes nuki-slide-down { from { transform: translateY(-150px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.nuki-slide-down { animation: nuki-slide-down .5s ease both; }

/* ---------------- cookie banner (OneTrust look) ---------------- */
#onetrust-consent-sdk { font-family: inherit; color: #1f1f1f; }
#onetrust-banner-sdk { position: fixed; z-index: 2147483645; bottom: 1.5rem; right: 1.5rem; width: 700px; max-width: calc(100vw - 2rem); background: #fff; border-radius: 4px; box-shadow: 0 0 18px rgba(0,0,0,.2); font-size: 13px; line-height: 1.5; animation: nuki-ot-fade .4s ease both; }
@keyframes nuki-ot-fade { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
#onetrust-banner-sdk .ot-sdk-container { position: relative; padding: 28px 30px 24px; }
#onetrust-policy-text { margin: 0 0 22px; padding-right: 20px; font-size: 13px; }
#onetrust-button-group { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
#onetrust-banner-sdk :where(button) { font: inherit; cursor: pointer; background: none; border: 0; }
#onetrust-pc-btn-handler { color: #6b6b6b; text-decoration: underline; font-size: 13px; padding: 10px 40px; }
.onetrust-banner-options { display: flex; align-items: center; gap: 24px; }
#onetrust-reject-all-handler { font-weight: 600; text-decoration: underline; font-size: 12px; color: #1f1f1f; padding: 8px 12px; }
#onetrust-accept-btn-handler { background: #FECB3F; color: #1f1f1f; font-weight: 700; text-transform: uppercase; font-size: 12px; letter-spacing: .02em; padding: 13px 22px; border-radius: 9999px; }
#onetrust-accept-btn-handler:hover { background: #ffd866; }
#onetrust-close-btn-container { position: absolute; top: 8px; right: 8px; }
.ot-close-icon { width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; border: 0; background: none; cursor: pointer; color: #1f1f1f; }
@media (max-width: 640px) {
  #onetrust-banner-sdk { left: .5rem; right: .5rem; bottom: .5rem; width: auto; max-width: none; }
  #onetrust-banner-sdk .ot-sdk-container { padding: 24px 18px 18px; }
  #onetrust-pc-btn-handler { padding: 8px 0; }
  .onetrust-banner-options { width: 100%; justify-content: space-between; }
}
/* preference center */
#onetrust-pc-sdk { position: fixed; inset: 0; z-index: 2147483646; font-size: 14px; color: #1f1f1f; }
#onetrust-pc-sdk .ot-pc-dark-filter { position: absolute; inset: 0; background: rgba(0,0,0,.5); }
#onetrust-pc-sdk .ot-pc-panel { position: absolute; top: 0; right: 0; height: 100%; width: 100%; max-width: 480px; background: #fff; display: flex; flex-direction: column; box-shadow: -4px 0 20px rgba(0,0,0,.2); animation: nuki-ot-slide .3s ease both; }
@keyframes nuki-ot-slide { from { transform: translateX(40px); opacity: 0; } to { transform: none; opacity: 1; } }
#onetrust-pc-sdk .ot-pc-header { display: flex; align-items: center; justify-content: space-between; padding: 16px 24px; border-bottom: 1px solid #e5e5e5; }
#onetrust-pc-sdk .ot-pc-logo { height: 28px; width: auto; }
#ot-pc-content { flex: 1; overflow-y: auto; padding: 20px 24px; }
#ot-pc-title { font-size: 18px; font-weight: 700; margin: 0 0 12px; }
#ot-pc-desc { font-size: 13px; color: #4b4b4b; line-height: 1.5; margin-bottom: 16px; }
#accept-recommended-btn-handler { background: #FECB3F; border: 0; border-radius: 9999px; font: inherit; font-weight: 700; text-transform: uppercase; font-size: 12px; padding: 12px 22px; cursor: pointer; }
#ot-category-title { font-size: 15px; font-weight: 700; margin: 28px 0 8px; }
#onetrust-pc-sdk .ot-cat-item { border-top: 1px solid #e5e5e5; padding: 14px 0; }
#onetrust-pc-sdk .ot-acc-hdr { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
#onetrust-pc-sdk .ot-cat-header { font-size: 14px; font-weight: 600; margin: 0; }
#onetrust-pc-sdk .ot-always-active { color: #3860be; font-weight: 700; font-size: 13px; }
#onetrust-pc-sdk .ot-tgl { position: relative; }
#onetrust-pc-sdk .ot-tgl input { position: absolute; opacity: 0; width: 0; height: 0; }
#onetrust-pc-sdk .ot-switch { display: inline-block; position: relative; width: 44px; height: 24px; border-radius: 12px; background: #d1d1d1; cursor: pointer; transition: background .2s; vertical-align: middle; }
#onetrust-pc-sdk .ot-switch-nob { position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: #fff; transition: transform .2s; }
#onetrust-pc-sdk .ot-tgl input:checked + .ot-switch { background: #FECB3F; }
#onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob { transform: translateX(20px); }
#onetrust-pc-sdk .ot-tgl input:focus-visible + .ot-switch { outline: 2px solid #406AFF; outline-offset: 2px; }
#onetrust-pc-sdk .ot-label-txt { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
#onetrust-pc-sdk .ot-pc-footer { border-top: 1px solid #e5e5e5; padding: 16px 24px; }
#onetrust-pc-sdk .ot-btn-container { display: flex; gap: 12px; flex-wrap: wrap; }
#onetrust-pc-sdk .ot-btn-container button { flex: 1; font: inherit; font-weight: 700; text-transform: uppercase; font-size: 12px; padding: 12px 16px; border-radius: 9999px; cursor: pointer; border: 1px solid #1f1f1f; background: #fff; }
#onetrust-pc-sdk .save-preference-btn-handler { background: #FECB3F; border-color: #FECB3F; }
