/* Platform UIX 1.0.13 - DS YooTheme Delta Layer.
   Keep active Kitchen Daily typography, layout, breakpoints and proportions.
   This file only neutralizes brand green, increases controlled radii and provides subtle glass helpers. */
:root {
  --ds-yoo-primary: #cccccc;
  --ds-yoo-primary-contrast: #111111;
  --ds-yoo-secondary: #a6a6a6;
  --ds-yoo-link: #666666;
  --ds-yoo-border: #d8d8d8;
  --ds-radius-card: 8px;
  --ds-radius-panel: 8px;
  --ds-radius-modal: 10px;
  --ds-radius-button: 6px;
  --ds-radius-input: 6px;
}

/* Apply only when UIX is explicitly attached to the YooTheme page/section/template root. */
.ds-uix-yootheme-style a,
.ds-uix-yootheme-style .uk-link,
.ds-uix-yootheme-style .uk-text-primary,
.ds-uix-yootheme-style .uk-active > a,
.ds-uix-yootheme-style .uk-tab > .uk-active > a {
  color: var(--ds-yoo-link);
}

.ds-uix-yootheme-style .uk-button-primary,
.ds-uix-yootheme-style .uk-label,
.ds-uix-yootheme-style .uk-badge {
  background-color: var(--ds-yoo-primary);
  color: var(--ds-yoo-primary-contrast);
}

.ds-uix-yootheme-style .uk-button-secondary {
  background-color: var(--ds-yoo-secondary);
  color: #111111;
}

.ds-uix-yootheme-style .uk-button { border-radius: var(--ds-radius-button); }
.ds-uix-yootheme-style .uk-card { border-radius: var(--ds-radius-card); }
.ds-uix-yootheme-style .uk-input,
.ds-uix-yootheme-style .uk-select,
.ds-uix-yootheme-style .uk-textarea { border-radius: var(--ds-radius-input); }

.ds-uix-yootheme-style .uk-card-default.ds-uix-glass,
.ds-uix-yootheme-style .ds-uix-yootheme-card-glass {
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(216,216,216,.78);
  box-shadow: 0 12px 30px rgba(15,23,42,.08);
  backdrop-filter: blur(14px) saturate(1.08);
}

@media (prefers-reduced-transparency: reduce) {
  .ds-uix-yootheme-style .uk-card-default.ds-uix-glass,
  .ds-uix-yootheme-style .ds-uix-yootheme-card-glass {
    background: #fff;
    backdrop-filter: none;
  }
}
