:root {
  /* Enterprise / B2B paleta podľa screenshotu (L&S štýl) */
  --hue: 217;
  --hsl-primary-dark: 217 72% 40%;
  --hsl-primary-contrast: 217 85% 48%;
  --hsl-primary-light: 217 91% 51%;

  --hsl-danger: 0 72% 50%;
  --hsl-success: 142 60% 36%;

  /* Plochy: sivá stránka, biele panely */
  --surface1-light: #f8f9fa;
  --surface2-light: #f1f3f4;
  --surface3-light: #ffffff;
  --surface4-light: #ffffff;
  --surface-selected-light: #e8f0fe;

  /* Typografia */
  --text1-light: #202124;
  --text2-light: #5f6368;
  --text3-light: #80868b;

  --color-danger-light: #d32f2f;
  --color-success-light: #2e7d32;
  --color-info-light: #202124;

  --files-border-bottom-light: 0 1px 0 0 #ededed;

  /* Ikony priečinkov – modrá ako odkazy */
  --svg-folder-bg-light: hsl(217, 91%, 48%);
  --svg-folder-fg-light: hsl(217, 91%, 62%);
  --svg-folder-bg-large-light: hsl(217, 91%, 52%);
  --svg-folder-fg-large-light: hsl(217, 91%, 68%);

  --popup-bg: #ffffff;
  --popup-placeholder-bg: #f5f5f5;
  --popup-timer-color: #202124;
  --popup-caption-max-width: 640px;
  --popup-caption-font-size: .9rem;
  --popup-caption-font-weight: 300;
  --popup-caption-line-height: 135%;
  --popup-caption-color: #202124;
  --popup-caption-item-space: .35em;
  --popup-caption-line-clamp: 3;
  --files-data-top: 0;
  --files-data-display: none;
  --files-data-display-hover: block;
  --files-data-animation: opacity .2s;
  --grid-height: 100%;
  --grid-font-size: 14px;
  --list-max-width: 1040px;
  --rows-height: auto;
  --rows-justify-content: space-evenly;
  --rows-flex-grow: 1;
  --sidebar-width: calc(10vw + 180px);
  --sidebar-width-small: 85vw;
  --sidebar-width-hover: 480px;
  --menu-font-size: 16px;
  --menu-line-height: 30px;
  --menu-folder-icon-size: 22px;
  --menu-text-indent: 6px;
  --menu-icon-toggle-opacity: 0;
}

/* Force light theme on all elements */
html,
body {
  background-color: #f8f9fa !important;
  color: #202124 !important;
  font-family: "Inter", "Open Sans", system-ui, sans-serif;
}

.svg-icon {
  fill: var(--svg-icon-fill, #5f6368);
}

html[data-theme="dark"],
html[data-theme="contrast"],
html[data-theme="light"] {
  background-color: #f8f9fa !important;
}

html[data-theme="dark"] body,
html[data-theme="contrast"] body,
html[data-theme="light"] body {
  background-color: #f8f9fa !important;
  color: #202124 !important;
}

/* Jemné oddelenie horných lišt (screenshot: #EDEDED) */
[data-theme=light] #sidebar-topbar,
[data-theme=light] #topbar {
  border-bottom-color: #ededed !important;
}

/* Vyhľadávanie: biele pole, zaoblenie, jemný okraj */
#search {
  --input-surface: #ffffff;
  --input-active-hsl-empty: 220 14% 76%;
  border-radius: 10px !important;
  border: 1px solid #dadce0 !important;
  box-shadow: none !important;
}

#search:focus {
  border-color: #1a73e8 !important;
  outline: none;
}

/* --- Search input: hide native clear (X) button --- */
#search::-webkit-search-cancel-button,
#search::-webkit-search-decoration,
#search::-webkit-search-results-button,
#search::-webkit-search-results-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none !important;
}

#search::-ms-clear,
#search::-ms-reveal {
  display: none !important;
  width: 0;
  height: 0;
}

input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal {
  display: none !important;
  width: 0;
  height: 0;
}

#search:focus::-webkit-search-cancel-button,
#search:focus::-webkit-search-decoration,
#search:focus::-webkit-search-results-button,
#search:focus::-webkit-search-results-decoration {
  display: none !important;
  -webkit-appearance: none;
  appearance: none;
}

input[type="search"]:focus::-webkit-search-cancel-button,
input[type="search"]:focus::-webkit-search-decoration,
input[type="search"]:focus::-webkit-search-results-button,
input[type="search"]:focus::-webkit-search-results-decoration {
  display: none !important;
  -webkit-appearance: none;
  appearance: none;
}

#search:focus::-ms-clear,
#search:focus::-ms-reveal {
  display: none !important;
  width: 0;
  height: 0;
}

input[type="search"]:focus::-ms-clear,
input[type="search"]:focus::-ms-reveal {
  display: none !important;
  width: 0;
  height: 0;
}

/* --- Icon hover contrast --- */
.button-icon:hover,
.button-icon:focus-visible {
  background-color: rgba(26, 115, 232, 0.1) !important;
  outline: none;
}

.button-icon:hover .svg-icon,
.button-icon:hover .svg-folder,
.button-icon:focus-visible .svg-icon,
.button-icon:focus-visible .svg-folder {
  fill: #0d47a1 !important;
}

#topbar .dropdown:hover .button-icon,
#topbar .dropdown:focus-within .button-icon {
  background-color: rgba(26, 115, 232, 0.12) !important;
}

.filter-reset {
  display: none !important;
}

/* Odkazy v štýle modrej z screenshotu */
.custom-links {
  color: #1a73e8 !important;
}

.custom-links a:hover {
  color: #1557b0 !important;
}
