@font-face {
  font-family: Inter;
  src: local("Inter");
  font-display: swap;
}
:root {
  --navy: #082f44;
  --navy2: #0d415a;
  --yellow: #ffc229;
  --blue: #8eb5e8;
  --ink: #183547;
  --muted: #5d707c;
  --bg: #f3f5f7;
  --line: #dfe5e9;
  --white: #fff;
  --danger: #a72b35;
  --radius: 14px;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  font-size: 16px;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--bg);
  line-height: 1.5;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
input,
select,
textarea {
  min-width: 0;
  width: 100%;
  border: 1px solid #c7d1d8;
  border-radius: 8px;
  padding: 11px 12px;
  background: white;
  color: var(--ink);
}
input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  accent-color: var(--navy);
}
input[type="file"] {
  font-size: 0.875rem;
}
label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 18px;
}
fieldset {
  border: 0;
  margin: 0 0 18px;
  padding: 0;
}
legend {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 8px;
}
textarea {
  resize: vertical;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  line-height: 1.15;
  font-size: 2rem;
  letter-spacing: -0.045em;
  margin-bottom: 12px;
}
h2 {
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: -0.035em;
  margin-bottom: 16px;
}
h3 {
  line-height: 1.4;
}
p {
  margin-bottom: 16px;
}
img {
  max-width: 100%;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #2c86b4;
  outline-offset: 3px;
}
.wrap {
  width: min(1320px, calc(100% - 64px));
  margin-inline: auto;
}
.icon {
  display: inline-block;
  flex-shrink: 0;
  vertical-align: middle;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 12px 20px;
  min-height: 46px;
  font-size: 0.9375rem;
  line-height: 1.3;
  font-weight: 650;
  transition:
    background 0.18s,
    transform 0.18s,
    box-shadow 0.18s;
}
.btn-primary {
  background: var(--yellow);
  color: var(--navy);
}
.btn-primary:hover {
  background: #ffd35f;
  box-shadow: 0 4px 12px #00000015;
}
.btn-dark {
  background: var(--navy);
  color: white;
}
.btn-dark:hover {
  background: var(--navy2);
}
.btn-ghost {
  border-color: var(--line);
  background: white;
  color: var(--navy);
}
.btn-ghost:hover {
  background: #edf3f6;
}
.btn-danger {
  background: #fff3f3;
  color: var(--danger);
  border-color: #edc8cb;
}
.btn-sm {
  padding: 8px 12px;
  min-height: 40px;
  font-size: 0.875rem;
}
.btn-wide {
  width: 100%;
}
.btn-card {
  width: 100%;
  background: #f3f7fa;
  border-color: #e0e9ef;
  padding: 10px 8px;
  font-size: 0.82rem;
  color: var(--navy);
  margin-top: 16px;
}
.btn-card:hover {
  background: var(--yellow);
  border-color: var(--yellow);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--navy2);
  font-weight: 650;
  font-size: 0.9rem;
}
.text-link:hover {
  text-decoration: underline;
}
.muted {
  color: var(--muted);
}
.eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.13em;
  font-weight: 750;
  display: block;
  margin-bottom: 12px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -100px;
  z-index: 99;
  background: white;
  color: var(--navy);
  padding: 15px;
}
.skip-link:focus {
  top: 12px;
}
.store-header {
  background: var(--navy);
  color: white;
}
.header-main {
  display: flex;
  align-items: center;
  gap: 48px;
  min-height: 100px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 1.72rem;
  letter-spacing: -0.055em;
  white-space: nowrap;
}
.brand-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--yellow);
  color: var(--navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: -0.15em;
  padding-right: 5px;
}
.brand-icon span {
  font-size: 2.2rem;
  font-weight: 550;
  margin-left: 0;
}
.brand-dot {
  color: var(--yellow);
}
.main-search {
  display: flex;
  align-items: center;
  flex: 1;
  background: white;
  border-radius: 9px;
  overflow: hidden;
  max-width: 770px;
  box-shadow: 0 2px 8px #00000015;
}
.main-search input {
  border: 0;
  border-radius: 0;
  background: none;
  min-height: 48px;
  padding-left: 20px;
  font-size: 0.94rem;
}
.main-search input:focus-visible {
  outline-offset: -3px;
}
.main-search button {
  border: 0;
  border-left: 1px solid var(--line);
  background: white;
  min-width: 56px;
  height: 34px;
  color: var(--navy);
}
.header-cart {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 600;
}
.header-cart > .icon {
  width: 26px;
  height: 26px;
}
.cart-count {
  background: var(--yellow);
  color: var(--navy);
  font-size: 0.72rem;
  border-radius: 99px;
  min-width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
}
.header-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  min-height: 46px;
  font-size: 0.82rem;
  border-top: 1px solid #ffffff1c;
}
.header-nav a {
  display: flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  min-height: 44px;
}
.header-nav a:hover {
  color: var(--yellow);
}
.header-nav .icon {
  width: 17px;
  height: 17px;
}
.nav-note {
  margin-left: auto;
  color: #b9d0dd;
  font-size: 0.76rem;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  min-height: 352px;
  background: var(--navy2);
  border-radius: 18px;
  color: white;
  margin-top: 28px;
  overflow: hidden;
}
.hero-copy {
  padding: 40px 46px 34px;
}
.hero h1 {
  font-size: clamp(2.6rem, 4vw, 3.65rem);
  letter-spacing: -0.055em;
  line-height: 1.03;
  margin-bottom: 18px;
}
.hero h1 span {
  color: var(--yellow);
}
.hero .eyebrow {
  color: #b9d5e5;
}
.hero p {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #d3e2eb;
  margin-bottom: 24px;
}
.hero .btn {
  min-height: 45px;
  padding: 12px 19px;
}
.hero-caption {
  display: inline-block;
  color: #bbd2df;
  font-size: 0.74rem;
  margin-left: 15px;
}
.hero-products {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 28px;
  gap: 12px;
  background: linear-gradient(115deg, transparent, #15536f);
}
.hero-product {
  position: relative;
  border: 1px solid #ffffff36;
  background: #fff;
  border-radius: 14px;
  width: 34%;
  min-width: 0;
  padding: 12px 12px 15px;
  color: var(--navy);
  box-shadow: 0 20px 45px #00132136;
  transform: translateY(4px);
}
.hero-product-0 {
  transform: translateY(24px);
  z-index: 1;
}
.hero-product-1 {
  transform: translateY(-20px);
  z-index: 2;
}
.hero-product-2 {
  transform: translateY(14px);
  z-index: 1;
}
.hero-product img {
  width: 100%;
  height: 170px;
  object-fit: contain;
}
.hero-product span {
  display: block;
  font-size: 0.68rem;
  color: var(--muted);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.hero-product strong {
  font-size: 1.15rem;
  white-space: nowrap;
}
.hero-type {
  font-size: 15rem;
  line-height: 1;
  font-weight: 900;
  color: var(--yellow);
  letter-spacing: -0.16em;
}
.hero-type span {
  color: var(--blue);
}
.quick-categories {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  padding-top: 24px;
}
.quick-categories a {
  display: flex;
  align-items: center;
  gap: 13px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 15px;
  min-height: 76px;
  transition: background 0.18s;
}
.quick-categories a:hover {
  border-color: #95aebd;
  background: #fafdff;
}
.quick-categories a > span {
  display: grid;
  place-items: center;
  background: #edf4f7;
  color: var(--navy2);
  border-radius: 10px;
  height: 40px;
  width: 40px;
  flex-shrink: 0;
}
.quick-categories strong {
  font-size: 0.85rem;
}
.section {
  padding-top: 44px;
  padding-bottom: 20px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
.section-heading h2,
.section-heading h1 {
  margin-bottom: 0;
}
.section-heading .eyebrow {
  margin-bottom: 6px;
}
.section-heading p {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 0.9rem;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.product-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition:
    box-shadow 0.18s,
    border-color 0.18s;
}
.product-card:hover {
  border-color: #b9cbd5;
  box-shadow: 0 6px 20px #082f440d;
}
.product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 225px;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #f0f2f4;
  padding: 20px;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.image-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  color: #8396a2;
  font-size: 0.8rem;
  width: 100%;
  height: 100%;
  background: #f8fafb;
}
.image-empty .icon {
  width: 48px;
  height: 48px;
  stroke-width: 1;
}
.product-info {
  padding: 19px 20px 20px;
}
.product-brand {
  font-size: 0.69rem;
  color: #657b89;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
}
.product-info h3 {
  font-size: 0.91rem;
  font-weight: 450;
  line-height: 1.45;
  margin: 8px 0 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.9em;
}
.product-info h3 a:hover {
  text-decoration: underline;
}
.product-price {
  font-size: 1.56rem;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -0.035em;
  margin-bottom: 8px;
}
.stock-note {
  font-size: 0.72rem;
  color: #58707f;
}
.buy-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-block: 44px 56px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
}
.buy-steps > div {
  padding: 0 28px;
  border-right: 1px solid var(--line);
}
.buy-steps > div:last-child {
  border: 0;
}
.step-number {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--navy);
  background: #fff2cb;
  border-radius: 7px;
  padding: 6px 9px;
  margin-bottom: 14px;
}
.buy-steps h3 {
  font-size: 1rem;
  margin-bottom: 8px;
}
.buy-steps p {
  font-size: 0.875rem;
  color: var(--muted);
  margin: 0;
}
.store-footer {
  background: var(--navy);
  color: white;
  margin-top: 48px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 75px;
  padding-block: 42px;
}
.footer-grid .brand {
  margin-bottom: 20px;
}
.footer-grid p,
.footer-grid a:not(.brand) {
  display: block;
  font-size: 0.82rem;
  color: #bdced8;
  line-height: 1.8;
  margin-bottom: 8px;
}
.footer-grid h3 {
  font-size: 0.9rem;
  margin-bottom: 18px;
}
.footer-bottom {
  padding-block: 20px;
  border-top: 1px solid #ffffff20;
  font-size: 0.72rem;
  color: #aac1cf;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 0.78rem;
  margin-block: 24px;
  flex-wrap: wrap;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.catalog-page {
  padding-bottom: 25px;
}
.catalog-page h1 {
  font-size: 1.75rem;
  max-width: 850px;
}
.catalog-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 28px;
}
.filters {
  padding-top: 6px;
}
.filters h2 {
  font-size: 1rem;
  margin-bottom: 24px;
}
.filters label,
.filters legend {
  font-size: 0.8rem;
}
.filters select,
.filters input {
  font-size: 0.8rem;
  padding: 10px 8px;
}
.price-range {
  display: flex;
  gap: 8px;
}
.price-range label {
  margin: 0;
  min-width: 0;
}
.filters .btn {
  width: 100%;
}
.clear-filters {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  margin: 15px 0;
}
.filter-note {
  border-top: 1px solid var(--line);
  padding-top: 25px;
  display: flex;
  gap: 13px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 0.77rem;
}
.catalog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.catalog-grid .product-image {
  height: 218px;
}
.filter-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.filter-chips span {
  background: #e6edf2;
  padding: 6px 12px;
  border-radius: 99px;
  font-size: 0.75rem;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  font-size: 0.85rem;
}
.empty-state {
  text-align: center;
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 64px 24px;
  margin-block: 35px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.empty-state > .icon {
  height: 48px;
  width: 48px;
  margin-bottom: 20px;
  color: #7592a4;
}
.empty-state p {
  color: var(--muted);
}
.mobile-filter {
  display: none;
}
.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 1fr);
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}
.gallery {
  padding: 30px;
  min-width: 0;
}
.main-photo {
  height: 460px;
  display: grid;
  place-items: center;
}
.main-photo img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.thumbnails {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.thumbnails button {
  width: 62px;
  height: 62px;
  border: 1px solid var(--line);
  background: white;
  border-radius: 7px;
  padding: 5px;
}
.thumbnails button.selected {
  border: 2px solid var(--navy);
}
.thumbnails img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.purchase-panel {
  padding: 38px;
  border-left: 1px solid var(--line);
}
.purchase-panel h1 {
  font-size: 1.55rem;
  line-height: 1.35;
  letter-spacing: -0.03em;
  margin: 12px 0 18px;
}
.availability {
  display: inline-block;
  padding: 5px 9px;
  background: #eaf3f5;
  color: #325967;
  border-radius: 5px;
  font-size: 0.74rem;
}
.availability.out {
  background: #fce9e9;
  color: var(--danger);
}
.detail-price {
  font-size: 2.7rem;
  letter-spacing: -0.06em;
  line-height: 1.1;
  font-weight: 650;
  margin-top: 24px;
}
.purchase-panel > .muted {
  font-size: 0.77rem;
  margin-top: 8px;
}
.quantity-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  max-width: 240px;
  margin-block: 24px;
}
.quantity-label select {
  flex: 1;
}
.purchase-note {
  display: flex;
  gap: 12px;
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 22px;
}
.purchase-note p {
  margin: 0;
}
.purchase-note strong {
  font-weight: 600;
}
.product-description {
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 35px;
  margin-top: 26px;
}
.preserve-lines {
  white-space: pre-line;
  font-size: 0.95rem;
  line-height: 1.8;
}
.specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
}
.specs > div {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  padding: 12px;
  border-bottom: 1px solid var(--line);
  font-size: 0.82rem;
}
.specs dt {
  color: var(--muted);
}
.specs dd {
  margin: 0;
}
.cart-page,
.checkout-page {
  min-height: 65vh;
}
.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 365px;
  gap: 28px;
  margin-top: 28px;
  align-items: start;
}
.order-summary {
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 28px;
  position: sticky;
  top: 20px;
}
.order-summary h2 {
  font-size: 1.15rem;
  margin-bottom: 25px;
}
.summary-line,
.summary-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
  padding: 12px 0;
  font-size: 0.88rem;
}
.summary-line > span:nth-child(2) {
  color: var(--muted);
  font-size: 0.8rem;
}
.summary-total {
  border-top: 1px solid var(--line);
  margin-top: 10px;
  padding-top: 20px;
  font-size: 0.95rem;
  font-weight: 600;
}
.summary-total strong {
  font-size: 1.35rem;
  white-space: nowrap;
}
.order-summary > p {
  font-size: 0.78rem;
  color: var(--muted);
  margin-top: 18px;
  line-height: 1.65;
}
.centered {
  text-align: center;
  justify-content: center;
  display: block;
  margin-top: 18px;
  font-size: 0.85rem;
}
.cart-line {
  display: grid;
  grid-template-columns: 95px minmax(0, 1fr) 95px;
  gap: 20px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px;
  margin-bottom: 12px;
}
.cart-line img {
  width: 95px;
  height: 95px;
  object-fit: contain;
}
.cart-line h3 {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 7px;
}
.cart-line .item-price {
  font-size: 1.1rem;
  font-weight: 650;
  margin-top: 9px;
}
.cart-line .remove {
  border: 0;
  background: none;
  color: var(--danger);
  font-size: 0.78rem;
  padding: 8px 0;
}
.cart-line label {
  font-size: 0.72rem;
  margin-bottom: 0;
}
.cart-line input {
  padding: 8px;
}
.cart-line .muted {
  font-size: 0.73rem;
}
.loading-box {
  padding: 60px;
  text-align: center;
  color: var(--muted);
  background: white;
  border-radius: 12px;
}
.form-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 30px;
}
.form-card h2 {
  font-size: 1.25rem;
  margin-bottom: 26px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 22px;
}
.form-help {
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.6;
}
.check-line {
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.6;
  font-weight: 400;
}
.check-line input {
  margin-top: 3px;
}
.honey {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.checkout-items > div {
  font-size: 0.82rem;
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
}
.checkout-items strong {
  display: block;
  margin-top: 6px;
}
.alert {
  border-radius: 8px;
  padding: 14px 17px;
  margin-bottom: 20px;
  font-size: 0.875rem;
}
.alert.error {
  background: #fff0f1;
  color: #8c2931;
  border: 1px solid #efc3c7;
}
.alert.success {
  background: #eaf5ef;
  color: #246142;
  border: 1px solid #c1dfcd;
}
.alert.info {
  background: #edf4fa;
  color: #33586b;
  border: 1px solid #d0e1ec;
}
.alert[hidden] {
  display: none;
}
.receipt-page {
  max-width: 800px;
}
.receipt-card {
  margin-top: 40px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 45px;
  text-align: center;
}
.success-icon {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  background: #e7f4eb;
  color: #236b42;
  border-radius: 50%;
  margin: 0 auto 22px;
}
.success-icon .icon {
  width: 32px;
  height: 32px;
}
.receipt-card > p {
  color: var(--muted);
}
.receipt-items {
  text-align: left;
  border-top: 1px solid var(--line);
  margin-top: 30px;
}
.receipt-items > div {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  font-size: 0.85rem;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.receipt-items > div > strong {
  white-space: nowrap;
}
.status-pill {
  display: inline-block;
  background: #eaf1f6;
  color: #2e5269;
  padding: 5px 10px;
  border-radius: 99px;
  font-size: 0.72rem;
  font-weight: 650;
  white-space: nowrap;
}
.status-pill.nuevo {
  background: #fff1c3;
  color: #775600;
}
.status-pill.entregado {
  background: #e1f3e7;
  color: #215f3d;
}
.status-pill.cancelado {
  background: #f9e7e9;
  color: #94353c;
}
.toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  background: var(--navy);
  color: white;
  padding: 15px 22px;
  box-shadow: 0 8px 30px #0003;
  border: 1px solid #4e7388;
  border-radius: 12px;
  font-size: 0.9rem;
  max-width: calc(100vw - 30px);
  display: flex;
  gap: 20px;
  align-items: center;
}
.toast[hidden] {
  display: none;
}
.toast a {
  color: var(--yellow);
  white-space: nowrap;
  font-weight: 650;
}
.admin-body {
  background: #f3f5f7;
}
.admin-sidebar {
  width: 235px;
  position: fixed;
  inset: 0 auto 0 0;
  background: var(--navy);
  color: white;
  display: flex;
  flex-direction: column;
  z-index: 30;
  padding: 28px 20px;
}
.admin-sidebar .brand {
  font-size: 1.5rem;
  padding: 0 3px;
}
.admin-sidebar .brand-icon {
  width: 34px;
  height: 34px;
  font-size: 1.45rem;
}
.admin-label {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.62rem;
  color: #abc3d1;
  margin: 8px 0 37px 48px;
}
.admin-sidebar nav {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.admin-sidebar nav a {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 12px 14px;
  border-radius: 8px;
  color: #c3d6e0;
  font-size: 0.88rem;
  min-height: 46px;
}
.admin-sidebar nav a.active {
  background: var(--yellow);
  color: var(--navy);
  font-weight: 700;
}
.admin-sidebar nav a:hover:not(.active) {
  background: #ffffff12;
  color: white;
}
.admin-sidebar nav .icon {
  width: 19px;
  height: 19px;
}
.sidebar-bottom {
  margin-top: auto;
  border-top: 1px solid #ffffff20;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sidebar-bottom a,
.sidebar-bottom button {
  color: #c3d6e0;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 0.82rem;
  background: none;
  border: 0;
  padding: 9px 12px;
  min-height: 40px;
}
.admin-shell {
  margin-left: 235px;
}
.admin-topbar {
  height: 72px;
  border-bottom: 1px solid var(--line);
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 36px;
  font-size: 0.83rem;
}
.admin-topbar strong {
  font-size: 0.86rem;
}
.admin-user {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
}
.admin-user .icon {
  width: 18px;
}
.admin-main {
  padding: 32px 36px 60px;
  max-width: 1600px;
  margin: auto;
}
.admin-main h1 {
  font-size: 1.85rem;
}
.admin-main .section-heading {
  align-items: flex-start;
}
.admin-main .section-heading > div > p {
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 0;
}
.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-block: 28px;
}
.metric {
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 23px;
}
.metric .metric-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--muted);
  font-size: 0.78rem;
}
.metric .icon {
  color: var(--navy2);
  width: 20px;
}
.metric strong {
  display: block;
  font-size: 2.1rem;
  font-weight: 650;
  letter-spacing: -0.05em;
  margin-block: 12px 2px;
}
.metric > a {
  font-size: 0.73rem;
  color: var(--navy2);
}
.panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
}
.panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
}
.panel-title h2 {
  font-size: 1.1rem;
  margin: 0;
}
.panel-content {
  padding: 25px;
}
.table-scroll {
  overflow: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.82rem;
  text-align: left;
}
th {
  font-size: 0.69rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #607684;
  font-weight: 700;
  background: #f7f9fa;
  padding: 13px 16px;
  white-space: nowrap;
  border-bottom: 1px solid var(--line);
}
td {
  padding: 14px 16px;
  border-bottom: 1px solid #e9edf0;
  vertical-align: middle;
}
tbody tr:last-child td {
  border-bottom: 0;
}
tbody tr:hover {
  background: #fcfdfe;
}
.table-product {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 240px;
  max-width: 390px;
}
.table-product img,
.table-image-empty {
  width: 46px;
  height: 46px;
  object-fit: contain;
  flex-shrink: 0;
  border: 1px solid #e4e9ed;
  border-radius: 6px;
  background: white;
}
.table-image-empty {
  display: grid;
  place-items: center;
  color: #879da9;
}
.table-product a {
  display: block;
  font-weight: 550;
  line-height: 1.4;
  max-width: 315px;
}
.table-product small {
  display: block;
  color: var(--muted);
  margin-top: 3px;
  font-size: 0.71rem;
}
.table-product .truncated {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.table-actions {
  display: flex;
  gap: 6px;
  align-items: center;
  white-space: nowrap;
}
.table-actions .icon {
  width: 17px;
  height: 17px;
}
.table-actions .btn {
  padding: 8px 10px;
}
.table-actions form {
  margin: 0;
}
.number-cell {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.toolbar {
  display: flex;
  gap: 12px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  align-items: center;
  flex-wrap: wrap;
}
.toolbar label {
  margin: 0;
  min-width: 150px;
  flex: 1;
}
.toolbar .toolbar-search {
  flex: 2;
  min-width: 220px;
}
.toolbar input,
.toolbar select {
  font-size: 0.82rem;
  padding: 10px 12px;
  min-height: 42px;
}
.toolbar .btn {
  min-height: 42px;
  padding: 10px 14px;
}
.toolbar-count {
  font-size: 0.77rem;
  color: var(--muted);
  padding: 12px 22px;
  background: #fafbfc;
  border-bottom: 1px solid var(--line);
}
.empty-table {
  padding: 40px;
  text-align: center;
  color: var(--muted);
}
.edit-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 1fr);
  gap: 24px;
  align-items: start;
}
.edit-layout > .panel {
  margin-bottom: 0;
}
.admin-form h2 {
  font-size: 1.08rem;
  margin-bottom: 22px;
}
.admin-form .panel-content + .panel-content {
  border-top: 1px solid var(--line);
}
.admin-form label {
  font-size: 0.82rem;
}
.admin-form input,
.admin-form select,
.admin-form textarea {
  font-size: 0.87rem;
}
.field-note {
  font-size: 0.74rem;
  color: var(--muted);
  font-weight: 400;
  margin-top: 0;
  display: block;
}
.form-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 24px;
  background: #fafbfc;
  border-top: 1px solid var(--line);
  margin-top: 0;
}
.image-previews {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.image-previews img {
  width: 74px;
  height: 74px;
  border-radius: 7px;
  object-fit: contain;
  border: 1px solid var(--line);
}
.price-input {
  min-width: 120px;
  width: 140px;
  text-align: right;
  padding: 8px 10px;
  font-size: 0.85rem;
}
.small-text {
  font-size: 0.75rem;
  color: var(--muted);
}
.details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.detail-label {
  font-size: 0.72rem;
  color: var(--muted);
  margin-bottom: 4px;
}
.detail-value {
  font-size: 0.9rem;
  overflow-wrap: anywhere;
}
.timeline {
  padding-left: 20px;
  font-size: 0.78rem;
  color: var(--muted);
}
.timeline li {
  padding-bottom: 12px;
}
.auth-page {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.auth-brand-panel {
  background: var(--navy);
  padding: 70px 12%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.auth-brand-panel h1 {
  font-size: 3rem;
  line-height: 1.15;
  max-width: 430px;
  margin-top: 60px;
}
.auth-brand-panel h1 span {
  color: var(--yellow);
}
.auth-brand-panel p {
  color: #b9d1dd;
  max-width: 400px;
}
.auth-form-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  background: white;
}
.auth-form {
  width: 100%;
  max-width: 390px;
}
.auth-form h2 {
  font-size: 1.8rem;
  margin-bottom: 8px;
}
.auth-form > p {
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 30px;
}
.auth-form label {
  font-size: 0.87rem;
}
.mobile-admin-toggle {
  display: none;
}
.auth-note {
  font-size: 0.75rem !important;
  margin-top: 20px !important;
  line-height: 1.65;
}
.admin-form a {
  text-decoration: underline;
}
.stock-tag {
  font-size: 0.7rem;
  color: #637b87;
}
.nowrap {
  white-space: nowrap;
}
.stack-gap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1450px) {
  .home-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .hero-products {
    padding-inline: 45px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .header-main {
    gap: 24px;
  }
  .header-nav {
    gap: 22px;
  }
  .nav-note {
    display: none;
  }
  .hero-copy {
    padding: 34px;
  }
  .hero-caption {
    display: block;
    margin: 14px 0 0;
  }
  .hero-products {
    padding: 24px 18px;
    gap: 8px;
  }
  .hero-product {
    padding: 8px;
  }
  .hero-product img {
    height: 150px;
  }
  .hero-product strong {
    font-size: 0.95rem;
  }
  .quick-categories {
    gap: 8px;
  }
  .quick-categories a {
    flex-direction: column;
    gap: 6px;
    padding: 12px 6px;
  }
  .quick-categories strong {
    font-size: 0.76rem;
  }
  .product-grid {
    gap: 14px;
  }
  .product-info {
    padding: 16px;
  }
  .product-image {
    height: 200px;
  }
  .catalog-layout {
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 20px;
  }
  .catalog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .catalog-grid .product-image {
    height: 180px;
    padding: 12px;
  }
  .catalog-grid .product-price {
    font-size: 1.35rem;
  }
  .btn-card {
    font-size: 0.75rem;
  }
  .cart-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 20px;
  }
  .admin-sidebar {
    width: 205px;
    padding: 24px 12px;
  }
  .admin-shell {
    margin-left: 205px;
  }
  .admin-main {
    padding: 28px 24px;
  }
  .admin-topbar {
    padding-inline: 24px;
  }
  .metric-grid {
    gap: 12px;
  }
  .metric {
    padding: 18px;
  }
  .edit-layout {
    grid-template-columns: 1fr;
  }
  .purchase-panel {
    padding: 28px;
  }
  .main-photo {
    height: 400px;
  }
  .footer-grid {
    gap: 35px;
  }
  .buy-steps {
    padding: 25px 10px;
  }
}
@media (max-width: 800px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .header-main {
    min-height: 132px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px 20px;
    padding-block: 18px 14px;
  }
  .brand {
    font-size: 1.55rem;
  }
  .brand-icon {
    width: 35px;
    height: 35px;
    font-size: 1.5rem;
  }
  .main-search {
    grid-column: 1/-1;
    grid-row: 2;
    width: 100%;
    max-width: none;
  }
  .main-search input {
    min-height: 44px;
  }
  .header-cart {
    grid-column: 2;
    grid-row: 1;
  }
  .header-nav {
    overflow-x: auto;
    gap: 24px;
    font-size: 0.78rem;
    scrollbar-width: none;
  }
  .header-nav::-webkit-scrollbar {
    display: none;
  }
  .hero {
    margin-top: 18px;
    grid-template-columns: 1fr 1fr;
    min-height: 320px;
  }
  .hero-copy {
    padding: 28px;
  }
  .hero h1 {
    font-size: 2.65rem;
  }
  .hero p {
    font-size: 0.85rem;
  }
  .hero-product-2 {
    display: none;
  }
  .hero-product {
    width: 49%;
  }
  .hero-product img {
    height: 130px;
  }
  .hero-products {
    gap: 10px;
    padding: 20px 15px 20px 0;
  }
  .hero .eyebrow {
    font-size: 0.64rem;
  }
  .hero-caption {
    font-size: 0.67rem;
  }
  .quick-categories {
    grid-template-columns: repeat(6, 1fr);
  }
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .home-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .product-image {
    height: 180px;
    padding: 16px;
  }
  .product-price {
    font-size: 1.35rem;
  }
  .product-info h3 {
    font-size: 0.82rem;
  }
  .product-brand {
    font-size: 0.62rem;
  }
  .stock-note {
    font-size: 0.65rem;
  }
  .btn-card .icon {
    width: 16px;
  }
  .section-heading .text-link {
    font-size: 0.8rem;
  }
  .section-heading .eyebrow {
    font-size: 0.65rem;
  }
  .section {
    padding-top: 34px;
  }
  .buy-steps {
    padding: 22px 0;
  }
  .buy-steps > div {
    padding: 0 16px;
  }
  .buy-steps h3 {
    font-size: 0.86rem;
  }
  .buy-steps p {
    font-size: 0.76rem;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .footer-grid .brand {
    margin-bottom: 5px;
  }
  .catalog-layout {
    grid-template-columns: 1fr;
  }
  .filters {
    display: none;
    background: white;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 22px;
  }
  .filters.open {
    display: block;
  }
  .mobile-filter {
    display: inline-flex;
  }
  .filters form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 18px;
  }
  .filters h2 {
    grid-column: 1/-1;
  }
  .filter-note {
    display: none;
  }
  .filters fieldset {
    align-self: end;
  }
  .catalog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .product-detail {
    grid-template-columns: 1fr 1fr;
  }
  .gallery {
    padding: 18px;
  }
  .main-photo {
    height: 350px;
  }
  .purchase-panel {
    padding: 23px;
  }
  .purchase-panel h1 {
    font-size: 1.2rem;
  }
  .detail-price {
    font-size: 2.2rem;
  }
  .quantity-label {
    font-size: 0.8rem;
  }
  .purchase-note {
    font-size: 0.75rem;
  }
  .cart-layout {
    grid-template-columns: 1fr;
  }
  .order-summary {
    position: static;
  }
  .form-grid {
    gap: 0 16px;
  }
  .cart-line {
    grid-template-columns: 90px 1fr 80px;
  }
  .admin-sidebar {
    transform: translateX(-100%);
    visibility: hidden;
    transition: transform 0.2s;
  }
  .admin-sidebar.open {
    transform: translateX(0);
    visibility: visible;
    box-shadow: 10px 0 30px #0003;
  }
  .admin-shell {
    margin-left: 0;
  }
  .mobile-admin-toggle {
    display: inline-flex;
    border: 0;
    background: #eef3f6;
    min-width: 44px;
    min-height: 44px;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    margin-right: 10px;
  }
  .admin-topbar {
    height: 64px;
    padding-inline: 18px;
  }
  .admin-topbar > div:first-child {
    display: flex;
    align-items: center;
  }
  .admin-main {
    padding: 25px 18px;
  }
  .metric-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .auth-page {
    grid-template-columns: 1fr;
  }
  .auth-brand-panel {
    padding: 25px 30px;
  }
  .auth-brand-panel > div:not(:first-child) {
    display: none;
  }
  .auth-form-panel {
    padding: 35px 24px;
    align-items: flex-start;
  }
  .auth-page {
    grid-template-rows: auto 1fr;
  }
  .specs {
    grid-template-columns: 1fr;
  }
  .product-description {
    padding: 25px;
  }
}
@media (max-width: 520px) {
  h1 {
    font-size: 1.65rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  .wrap {
    width: calc(100% - 28px);
  }
  .header-main {
    padding-block: 14px 12px;
    gap: 13px;
    min-height: 122px;
  }
  .header-cart {
    gap: 7px;
  }
  .cart-label {
    display: none;
  }
  .header-nav {
    gap: 23px;
    min-height: 43px;
  }
  .header-nav a {
    font-size: 0.75rem;
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    position: relative;
    border-radius: 14px;
  }
  .hero-copy {
    padding: 28px 24px 25px;
    position: relative;
    z-index: 2;
  }
  .hero h1 {
    font-size: 2.7rem;
    max-width: 300px;
  }
  .hero p {
    max-width: 270px;
    line-height: 1.65;
    margin-bottom: 20px;
  }
  .hero-products {
    display: none;
  }
  .hero-caption {
    display: block;
    margin-top: 16px;
  }
  .hero .eyebrow {
    letter-spacing: 0.09em;
  }
  .quick-categories {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding-top: 16px;
  }
  .quick-categories a {
    flex-direction: row;
    justify-content: center;
    gap: 8px;
    padding: 11px 7px;
    min-height: 54px;
    border-radius: 9px;
  }
  .quick-categories a > span {
    width: 29px;
    height: 29px;
    border-radius: 7px;
  }
  .quick-categories .icon {
    width: 18px;
    height: 18px;
  }
  .quick-categories strong {
    font-size: 0.66rem;
  }
  .section-heading {
    gap: 12px;
    align-items: end;
    margin-bottom: 18px;
  }
  .section-heading .text-link {
    font-size: 0.72rem;
    max-width: 125px;
    text-align: right;
    line-height: 1.4;
  }
  .section-heading .text-link .icon {
    width: 18px;
  }
  .section-heading .eyebrow {
    font-size: 0.57rem;
    letter-spacing: 0.08em;
  }
  .section h2 {
    font-size: 1.28rem;
  }
  .product-grid,
  .home-grid,
  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .product-card {
    border-radius: 10px;
  }
  .product-image,
  .catalog-grid .product-image {
    height: 165px;
    padding: 13px;
  }
  .product-info {
    padding: 13px 12px 14px;
  }
  .product-info h3 {
    font-size: 0.78rem;
    line-height: 1.5;
    height: 3em;
    margin: 6px 0 12px;
  }
  .product-price,
  .catalog-grid .product-price {
    font-size: 1.19rem;
  }
  .stock-note {
    font-size: 0.63rem;
    line-height: 1.2;
    display: block;
    min-height: 16px;
  }
  .btn-card {
    font-size: 0.68rem;
    padding: 9px 5px;
    gap: 4px;
    margin-top: 12px;
    min-height: 42px;
  }
  .btn-card .icon {
    width: 14px;
    height: 14px;
  }
  .product-brand {
    font-size: 0.58rem;
  }
  .buy-steps {
    grid-template-columns: 1fr;
    padding: 6px 22px;
    margin-block: 30px 36px;
    gap: 0;
  }
  .buy-steps > div {
    padding: 22px 0;
    border: 0;
    border-bottom: 1px solid var(--line);
  }
  .step-number {
    float: left;
    margin-right: 16px;
    margin-bottom: 38px;
  }
  .buy-steps h3 {
    font-size: 0.91rem;
  }
  .buy-steps p {
    font-size: 0.82rem;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 27px;
    padding-block: 32px;
  }
  .footer-grid > div:first-child {
    grid-column: auto;
  }
  .footer-bottom {
    display: block;
    font-size: 0.69rem;
  }
  .footer-bottom span {
    display: block;
    margin-top: 10px;
  }
  .store-footer {
    margin-top: 32px;
  }
  .catalog-page .section-heading {
    display: block;
  }
  .mobile-filter {
    margin-top: 17px;
    width: 100%;
  }
  .catalog-page h1 {
    font-size: 1.4rem;
  }
  .filters form {
    display: block;
  }
  .breadcrumb {
    font-size: 0.7rem;
    margin-block: 18px;
    gap: 7px;
  }
  .filter-chips span {
    font-size: 0.65rem;
  }
  .product-detail {
    grid-template-columns: 1fr;
  }
  .gallery {
    padding: 16px;
  }
  .main-photo {
    height: 290px;
  }
  .purchase-panel {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 23px;
  }
  .purchase-panel h1 {
    font-size: 1.3rem;
  }
  .detail-price {
    font-size: 2.35rem;
  }
  .purchase-note {
    font-size: 0.8rem;
  }
  .product-description {
    padding: 22px;
  }
  .preserve-lines {
    font-size: 0.85rem;
  }
  .specs > div {
    padding: 10px 4px;
    font-size: 0.76rem;
    gap: 12px;
  }
  .cart-line {
    grid-template-columns: 65px minmax(0, 1fr) 60px;
    gap: 12px;
    padding: 16px 12px;
  }
  .cart-line img {
    width: 65px;
    height: 70px;
  }
  .cart-line h3 {
    font-size: 0.79rem;
  }
  .cart-line input {
    padding: 7px 4px;
  }
  .cart-line .item-price {
    font-size: 0.95rem;
  }
  .order-summary {
    padding: 23px;
  }
  .form-card {
    padding: 23px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .form-card label {
    font-size: 0.82rem;
  }
  .check-line {
    font-size: 0.77rem !important;
  }
  .receipt-card {
    padding: 28px 20px;
  }
  .receipt-card h1 {
    font-size: 1.7rem;
  }
  .receipt-items > div {
    gap: 15px;
    font-size: 0.77rem;
  }
  .summary-total strong {
    font-size: 1.2rem;
  }
  .toast {
    font-size: 0.77rem;
    gap: 10px;
    padding: 12px 15px;
  }
  .admin-main {
    padding: 23px 14px;
  }
  .admin-main .section-heading {
    flex-wrap: wrap;
    align-items: start;
  }
  .admin-main h1 {
    font-size: 1.6rem;
  }
  .admin-main .section-heading > .btn {
    width: 100%;
  }
  .admin-user span {
    display: none;
  }
  .metric {
    padding: 17px;
  }
  .metric .metric-top {
    font-size: 0.7rem;
  }
  .metric strong {
    font-size: 1.8rem;
  }
  .metric > a {
    font-size: 0.67rem;
  }
  .toolbar {
    padding: 14px;
    gap: 10px;
  }
  .toolbar label,
  .toolbar .toolbar-search {
    min-width: 100%;
    flex-basis: 100%;
  }
  .toolbar .btn {
    flex: 1;
  }
  .panel-content {
    padding: 20px;
  }
  .form-actions {
    padding: 18px 20px;
    flex-wrap: wrap;
  }
  .form-actions .btn {
    flex: 1;
  }
  .details-grid {
    grid-template-columns: 1fr;
  }
  .edit-layout {
    gap: 20px;
  }
  .panel-title {
    padding: 18px 20px;
  }
  .pagination {
    gap: 10px;
    font-size: 0.72rem;
  }
  .pagination .btn {
    font-size: 0.74rem;
    padding: 10px;
  }
  .auth-brand-panel {
    padding: 22px 24px;
  }
  .auth-form h2 {
    font-size: 1.6rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
