.os-actor {
  height: 50px;
  display: flex;
  align-items: center;
  outline: none;
  color: #a3cc28;
  font-weight: bold;
  transition: color 200ms ease;
}
.os-actor-pic {
  display: block;
  border-radius: 100%;
  box-sizing: border-box;
  height: 100%;
  border: 1px solid #8b8b8d;
  margin-right: 0.7em;
}
.os-actor:hover,
.os-actor:focus {
  color: #c9e476;
}
.os-actor:active {
  color: #5f7717;
}
.os-videoinfo {
  margin: 1.6em 0;
}
.os-videoinfo-video {
  position: relative;
  display: block;
  border: 0;
  width: 300px;
  height: 168px;
  background: no-repeat center black;
  background-size: cover;
  text-align: center;
}
.os-videoinfo-video-button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  text-align: center;
  font-size: 70px;
  color: white;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  transition: opacity 200ms ease;
  opacity: 1;
}
.os-videoinfo-video:hover .os-videoinfo-video-button,
.os-videoinfo-video:focus .os-videoinfo-video-button {
  opacity: 0.7;
}
.os-videoinfo-icons {
  text-transform: uppercase;
  font-weight: bold;
  color: #a1cc27;
  font-size: 0.8em;
}
.os-videoinfo-icons i {
  margin: 0 0.4em 0 1em;
  font-size: 1.25em;
}
.os-videoinfo-icons i:first-child {
  margin-left: 0;
}
.os-videoinfo-title {
  margin-top: 0.4em;
  color: #9aca52;
  font-size: 1.1em;
  font-weight: bold;
}
.os-videoinfo-content {
  margin-top: 0.4em;
  color: #9a9a9a;
}
.os-videoinfo-content-title {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.4em;
}
.os-videoinfo-button-label {
  color: #9b9b9b;
  font-size: 0.8em;
  font-weight: bold;
}
.os-videoinfo-button-price {
  color: #a2cd28;
  font-size: 1.8em;
  margin: 0 0.6em;
}
.os-videoinfo-button-price-number {
  font-weight: bold;
}
@media screen and (min-width: 1181px) {
  .os-videoinfo {
    display: table;
  }
  .os-videoinfo-block {
    display: table-row;
  }
  .os-videoinfo-block-left {
    display: table-cell;
    width: 300px;
    height: 168px;
  }
  .os-videoinfo-block-right {
    display: table-cell;
    vertical-align: top;
    padding-left: 1.6em;
    height: 100%;
  }
  .os-videoinfo-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    min-height: 100%;
  }
  .os-videoinfo-right-bottom {
    align-self: flex-end;
  }
}
@media screen and (min-width: 1181px) and (-ms-high-contrast: none), screen and (min-width: 1181px) and (-ms-high-contrast: active) {
  .os-videoinfo {
    height: 0;
  }
}
@media screen and (min-width: 1181px) and (-ms-high-contrast: none), screen and (min-width: 1181px) and (-ms-high-contrast: active) {
  .os-videoinfo-right {
    display: block;
  }
}
@media screen and (max-width: 1181px) {
  .os-videoinfo-block-right {
    margin-top: 1.6em;
  }
}
.os-aboutauthor {
  background: #e9ecf3;
}
.os-aboutauthor-title {
  color: #9aca52;
  font-size: 1.6em;
  font-weight: bold;
}
.os-aboutauthor-description {
  margin: 1em 0;
}
.os-aboutauthor-content {
  max-width: unset;
}
@media screen and (min-width: 1181px) {
  .os-aboutauthor-content {
    padding: 80px;
  }
}
@media screen and (min-width: 810px) and (max-width: 1180px) {
  .os-aboutauthor-content {
    padding: 80px;
  }
}
@media screen and (max-width: 809px) {
  .os-aboutauthor-content {
    padding: 1em 0.625rem;
  }
}
.os-video-player-range-control {
  position: relative;
}
.os-video-player-range-control-bar {
  position: absolute;
}
.os-video-player-range-control-bar-start {
  left: 0;
  top: 0;
}
.os-video-player-range-control-bar-end {
  right: 0;
  bottom: 0;
}
.os-video-player-range-control-bar-full {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.os-video-player-range-control-cursor {
  position: absolute;
  top: 0;
  left: 0;
}
.os-video-player,
.os-video-player * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.os-video-player,
.os-video-player-overflow,
.os-video-player-center {
  width: 100%;
  height: 100%;
}
.os-video-player-overflow {
  overflow: hidden;
}
.os-video-player-fullscreen {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  z-index: 1000 !important;
  width: 100% !important;
  height: 100% !important;
}
.os-video-player-center {
  position: relative;
  display: table;
}
.os-video-player-center > * {
  display: table-row;
}
.os-video-player-center > * > * {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: black;
  color: white;
}
.os-video-player-center > * > * > * {
  position: absolute;
}
.os-video-player-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.os-video-player-semilucidbg {
  opacity: 0.75;
  background: black;
}
.os-video-player-video {
  opacity: 0;
}
.os-video-player-preview {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-size: cover;
}
.os-video-player-bigplay {
  cursor: pointer;
}
.os-video-player-bigplay-button {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  border-radius: 500px;
  margin: auto;
  width: 200px;
  height: 200px;
  border: 3px solid white;
  background-color: transparent;
  background-image: url('/res/videoPlayer/bigplay.png');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: background-color 200ms ease;
}
.os-video-player-bigplay:hover .os-video-player-bigplay-button,
.os-video-player-bigplay:focus .os-video-player-bigplay-button {
  background-color: #a0c940;
  background-color: rgba(160, 201, 64, 0.65);
}
.os-video-player-fatalerror {
  display: table;
}
.os-video-player-fatalerror > * {
  display: table-row;
}
.os-video-player-fatalerror > * > * {
  display: table-cell;
  vertical-align: middle;
}
.os-video-player-fatalerror-message {
  display: inline-block;
  padding: 20px;
}
.os-video-player-background {
  background: black;
}
.os-video-player-buffering {
  background-image: url('/res/videoPlayer/buffering.png');
  width: 95px;
  height: 95px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -47.5px 0 0 -47.5px;
  -webkit-animation: video-player-animation-buffering-spin 1s infinite steps(10);
  animation: video-player-animation-buffering-spin 1s infinite steps(10);
}
@-webkit-keyframes video-player-animation-buffering-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359.99deg);
    transform: rotate(359.99deg);
  }
}
@keyframes video-player-animation-buffering-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359.99deg);
    transform: rotate(359.99deg);
  }
}
.os-video-player-controls {
  box-sizing: border-box;
  background: black;
  border-radius: 2px;
  padding-left: 12px;
  padding-right: 6px;
  width: 100%;
  display: table;
}
.os-video-player-controls-bar {
  max-width: 1320px;
  padding: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.os-video-player-controls > * {
  display: table-row;
}
.os-video-player-controls > * > * {
  display: table-cell;
  vertical-align: middle;
  width: 1px;
}
.os-video-player-controls-extend {
  width: 100%;
}
.os-video-player-controls-play,
.os-video-player-controls-volume,
.os-video-player-controls-quality,
.os-video-player-controls-fullscreen {
  border: 0;
  background: transparent;
  margin: 0;
  padding: 0;
  width: 42px;
  height: 46px;
  cursor: pointer;
}
.os-video-player-controls-play:hover,
.os-video-player-controls-volume:hover,
.os-video-player-controls-quality:hover,
.os-video-player-controls-fullscreen:hover,
.os-video-player-controls-play:focus,
.os-video-player-controls-volume:focus,
.os-video-player-controls-quality:focus,
.os-video-player-controls-fullscreen:focus {
  opacity: 0.7;
}
.os-video-player-controls-big .os-video-player-controls-play,
.os-video-player-controls-big .os-video-player-controls-volume,
.os-video-player-controls-big .os-video-player-controls-quality,
.os-video-player-controls-big .os-video-player-controls-fullscreen {
  width: 62px;
  height: 74px;
}
.os-video-player-controls-play {
  background-image: url('/res/videoPlayer/play.png');
}
.os-video-player-controls-play-playing {
  background-image: url('/res/videoPlayer/pause.png');
}
.os-video-player-controls-volume {
  background-image: url('/res/videoPlayer/volume_2.png');
}
.os-video-player-controls-quality {
  background-image: url('/res/videoPlayer/quality.png');
}
.os-video-player-controls-fullscreen {
  background-image: url('/res/videoPlayer/fullscreen.png');
}
.os-video-player-controls-big .os-video-player-controls-play {
  background-image: url('/res/videoPlayer/play_big.png');
}
.os-video-player-controls-big .os-video-player-controls-play-playing {
  background-image: url('/res/videoPlayer/pause_big.png');
}
.os-video-player-controls-big .os-video-player-controls-volume {
  background-image: url('/res/videoPlayer/volume_2_big.png');
}
.os-video-player-controls-big .os-video-player-controls-quality {
  background-image: url('/res/videoPlayer/quality_big.png');
}
.os-video-player-controls-big .os-video-player-controls-fullscreen {
  background-image: url('/res/videoPlayer/fullscreen_big.png');
}
.os-video-player-volume {
  position: relative;
}
.os-video-player-volume-dialog {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 100%;
  width: 100%;
  height: 400%;
  background: black;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 25px 0;
}
.video-player-controls-big .os-video-player-volume-dialog {
  padding: 30px 0;
}
.os-video-player-volume .os-video-player-range-control {
  width: 15px;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.os-video-player-volume .os-video-player-range-control-cursor {
  background: white;
  width: 15px;
  height: 15px;
  border-radius: 100px;
}
.os-video-player-volume .os-video-player-range-control-bar-full {
  background: #b2b2b2;
  border-radius: 100px;
  width: 5px;
  margin: auto;
}
.video-player-controls-big .os-video-player-volume .os-video-player-range-control {
  width: 20px;
}
.video-player-controls-big .os-video-player-volume .os-video-player-range-control-cursor {
  width: 20px;
  height: 20px;
}
.video-player-controls-big .os-video-player-volume .os-video-player-range-control-bar-full {
  width: 10px;
}
.os-video-player-seekbar {
  position: relative;
  padding: 0 10px;
}
.video-player-controls-big .os-video-player-seekbar {
  padding: 0 20px;
}
.os-video-player-seekbar .os-video-player-range-control {
  height: 15px;
}
.os-video-player-seekbar .os-video-player-range-control-cursor {
  background: white;
  width: 15px;
  height: 15px;
  border-radius: 100px;
}
.os-video-player-seekbar .os-video-player-range-control-bar-full,
.os-video-player-seekbar .os-video-player-range-control-bar-start {
  background: #b2b2b2;
  border-radius: 100px;
  height: 5px;
  margin: 5px 0;
}
.os-video-player-seekbar .os-video-player-range-control-bar-start {
  background: #aec84a;
}
.video-player-controls-big .os-video-player-seekbar .os-video-player-range-control {
  height: 20px;
}
.video-player-controls-big .os-video-player-seekbar .os-video-player-range-control-cursor {
  width: 20px;
  height: 20px;
}
.video-player-controls-big .os-video-player-seekbar .os-video-player-range-control-bar-full,
.video-player-controls-big .os-video-player-seekbar .os-video-player-range-control-bar-start {
  height: 10px;
}
.os-video-player-time {
  padding: 0 6px;
  font-size: 15px;
  cursor: default;
  pointer-events: none;
}
.video-player-controls-big .os-video-player-time {
  font-size: 20px;
}
.os-video-player-controls-small .os-video-player-time {
  display: none;
}
.os-video-player-quality {
  position: relative;
}
.os-video-player-quality-dialog {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 100%;
  min-width: 300%;
  background: black;
  border-radius: 2px;
}
.os-video-player-quality-list {
  padding: 15px;
}
.os-video-player-quality-list-option {
  border: 0;
  background: transparent;
  font: inherit;
  margin: 0;
  padding: 0;
  width: 100%;
  color: white;
  cursor: pointer;
  transform: opacity 200ms ease, color 200ms ease;
  font-size: 15px;
}
.os-video-player-quality-list-option:hover,
.os-video-player-quality-list-option:focus {
  opacity: 0.7;
}
.os-video-player-quality-list-option-active {
  color: #aec84a;
  opacity: 0.9;
}
.video-player-controls-big .os-video-player-quality-list-option {
  font-size: 20px;
}
.os-video-player-quality-list-option-name {
  display: inline-block;
  text-align: left;
  float: left;
}
.os-video-player-quality-list-option-height {
  display: inline-block;
  text-align: right;
  float: right;
}
.os-product-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 450px;
  background: center black;
  background-size: cover;
}
.os-product-slide-content {
  width: 80%;
  margin: auto;
  padding: 3em;
}
.os-product-slide-content-title {
  color: white;
  text-shadow: 0 0 20px black;
}
.os-videoinfo-fixed {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
.os-videoinfo-fixed .os-videoinfo {
  display: block;
}
.os-videoinfo-fixed .os-videoinfo-video {
  margin-bottom: 1em;
}
.os-videoinfo-fixed .os-videoinfo-block {
  display: block;
  padding: 1em;
}
.os-videoinfo-fixed .os-videoinfo-block-left,
.os-videoinfo-fixed .os-videoinfo-block-right {
  display: block;
  padding: 0;
  width: 100%;
}
.os-videoinfo-fixed .os-videoinfo-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #9a9a9a;
  line-height: 1.4em;
  height: 2.8em;
  overflow: hidden;
  text-overflow: ellipsis;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}
[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, 0.1);
  border-radius: 0;
  -webkit-transition: -webkit-box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}
.help-text {
  font-style: normal;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.os-pebble {
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}
.os-pebble-input {
  font-size: 0.85rem !important;
  font-weight: normal;
  height: 2.6rem;
  padding: 0 1.4rem;
  background-color: white;
  border-color: #efefef;
  box-shadow: none;
}
select.os-pebble-input {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='24' width='32' version='1.1' viewBox='-48 14 60 48' style='fill:%23616d7b'><path d='m-13.12 55.413 25.092-24.984c2.7038-2.7038 2.7038-7.03 0-9.842-2.7038-2.7038-7.03-2.7038-9.842 0l-20.116 20.117-20.225-20.117c-2.7038-2.7038-7.1381-2.7038-9.842 0-1.298 1.406-1.947 3.245-1.947 4.975 0 1.7305 0.64892 3.5691 2.0549 4.8669l25.092 24.984c2.7038 2.7038 7.03 2.7038 9.7338 0'/></svg>");
  background-size: 1em;
  padding-right: 2em;
}
select.os-pebble-input.placeholder {
  color: #cacaca;
}
select.os-pebble-input.placeholder > option {
  color: black;
}
.os-pebble-search {
  position: relative;
  padding-left: 1.4rem;
  font-size: 0.85rem !important;
}
.os-pebble-search-suggestions {
  position: absolute;
  border: 1px solid #efefef;
  background: white;
  width: 100%;
  margin-top: -1rem;
  padding: 0 0.5em;
}
.os-pebble-search-suggestions .os-link {
  display: block;
  font-weight: initial;
  text-transform: initial;
}
.is-invalid-input,
.is-invalid-input:not(:focus) {
  border-color: #cd0218;
}
label.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
label.switch-paddle.is-invalid-input {
  background-color: rgba(236, 88, 64, 0.1) !important;
  border: 1px solid #cd0218;
}
label.switch-paddle.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1) !important;
  border: 1px solid #cd0218;
}
label.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: '';
}
input:checked ~ .switch-paddle {
  background-color: #9BCB52;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.os-pebble-search-suggestions {
  z-index: 25;
}
.os-pebble-search-input {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  padding-right: 3rem;
  border: 1px solid #efefef;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 0.85rem !important;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-transition: -webkit-box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: inherit;
}
.os-pebble-search-input.os-pebble-search-input-placeholder {
  padding-left: 1.4rem;
  color: #cacaca;
}
.os-pebble-search-input:focus {
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  outline: none;
  -webkit-transition: -webkit-box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.os-pebble-result-img-mini {
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  margin: 0 1rem;
  display: inline-block;
}
.os-pebble-result-img-medium {
  width: 4.875rem;
  height: 4.875rem;
  border-radius: 4.875rem;
  margin: 1rem;
}
.toRight {
  right: 0px;
}
.cross {
  display: inline-block;
  position: absolute;
  font-weight: normal;
  font-size: 2em;
  line-height: 2.4375rem;
  height: 2.4375rem;
  width: 2.4375rem;
  color: #8a8a8a;
}
.hiddenCross {
  display: none !important;
}
.menu-text {
  font-weight: 700;
}
.fake-enabled {
  display: inline-block !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  padding-right: 3rem;
  padding-left: 1.4rem;
  border: 1px solid #efefef !important;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 0.85rem !important;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #fefefe !important;
  border-radius: 0;
  -webkit-transition: -webkit-box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: text !important;
}
label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #0a0a0a;
}
input::placeholder,
textarea::placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca;
}
input {
  line-height: normal;
}
input:disabled,
input[readonly],
input[readonly]:focus,
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
  padding: 0 1.4rem;
  color: #cacaca;
  font-size: 0.85rem;
  border-color: #efefef;
  box-shadow: inset 0 1px 2px rgba(100, 10, 10, 0);
}
.os-errormessage {
  font-style: normal;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  color: #cd0218;
}
.os-checkboxpebble {
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.os-checkboxpebble-fake {
  position: relative;
  display: block;
  box-sizing: border-box;
  float: left;
  width: 2em;
  height: 2em;
  border: 1px solid #aaa;
  background: white;
  transition: box-shadow 0.2s, border-color 0.2s ease-in-out;
  margin-right: 10px;
}
.os-checkboxpebble-fake.is-invalid-input {
  background-color: transparent !important;
  border-color: #cd0218 !important;
}
.os-checkboxpebble-fake.os-is-disabled {
  background-color: #e6e6e6;
}
.os-checkboxpebble-fake:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: #9bcb53;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
input:focus + .os-checkboxpebble-fake {
  border-color: #8a8a8a;
  box-shadow: 0 0 5px #cacaca;
}
.os-checkboxpebble-fake input:disabled {
  background-color: #e6e6e6;
}
input:checked + .os-checkboxpebble-fake:after {
  opacity: 1;
}
.os-checkboxpebble-label {
  padding-top: 2px;
  flex-basis: calc(100% - 40px);
  white-space: pre-line;
}
.switch-input {
  display: none;
}
.os-search-input {
  display: flex;
  border-radius: 100px;
  background: #3e454d;
}
.os-search-input-input {
  margin: 0;
  border: 0;
  background: transparent;
  color: white;
  padding: 0 0 0 2em;
}
.os-search-input-input:focus {
  background: transparent;
  border: 0;
  box-shadow: none;
}
.os-search-input-icon {
  color: white;
  padding: 0 1em;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: text-shadow 120ms ease;
}
.os-search-input-icon:focus {
  text-shadow: 0 0 10px white;
}
.os-settings-padding {
  padding: 0 1em;
}
.os-product-main-title {
  color: white;
  text-shadow: 0 0 20px black;
  font-size: 3em;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
.os-product-main-author {
  text-shadow: 0 0 5px black;
}
.os-product-main-side-icons {
  display: flex;
  justify-content: space-between;
}
.os-product-main-side-icons-icon {
  padding: 0.2em;
  text-transform: uppercase;
  font-weight: bold;
  color: #a1cc27;
  font-size: 0.8em;
}
.os-product-main-side-icons-icon i {
  font-size: 1.25em;
  margin-right: 0.6em;
}
.os-product-main-side-title {
  color: #9b9b9b;
  font-size: 1.3em;
  line-height: 1.2em;
  margin: 0.6em 0;
}
.os-product-main-side-author {
  color: #a3cc28;
  font-weight: bold;
}
.os-product-main-side-offer {
  line-height: 1em;
}
.os-product-main-side-offer-label {
  font-weight: bold;
  font-size: 0.8em;
}
.os-product-main-side-offer-oldprice {
  text-decoration: line-through;
  opacity: 0.7;
  font-size: 1.5em;
}
.os-product-main-side-offer-oldprice-number {
  font-weight: bold;
}
.os-product-main-side-offer-price {
  font-size: 2.5em;
  margin-left: 0.2em;
}
.os-product-main-side-offer-price-number {
  font-weight: bold;
}
.os-product-main-side-offer-button {
  width: 100%;
}
.os-product-main-side-offer-note {
  font-size: 0.8em;
  text-align: center;
  margin-top: 0.6em;
}
.os-product-main-side-offer-up {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 1em 0;
}
.os-product-main-subtitle {
  font-size: 1.6em;
  color: #9aca52;
  margin: 1em 0 0;
}
.os-product-main-description {
  margin: 1em 0 0;
}
.os-product-main-icons {
  display: flex;
  flex-wrap: wrap;
  margin: 1em;
}
.os-product-main-icons-item {
  padding: 1em 0.5em;
}
.os-product-main-icons-item-icon {
  display: block;
  float: left;
  text-align: center;
  font-size: 2.25em;
  line-height: 1.18222222em;
  width: 1.18222222em;
  margin-right: 0.26666667em;
  color: #9bcb51;
}
.os-product-main-icons-item-key {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
  line-height: 1.4em;
  color: #a3a3a3;
}
.os-product-main-icons-item-value {
  font-size: 1.1em;
  line-height: 1.4em;
  color: #a2cb27;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .os-product-main-icons {
    display: block;
  }
  .os-product-main-icons-item {
    display: inline-block;
  }
}
.os-product-main-lessons {
  color: gray;
  font-weight: bold;
  margin: 1em 0;
}
.os-product-main-block1-right,
.os-product-main-block2-right {
  box-sizing: border-box;
  padding: 20px;
  overflow: hidden;
}
.os-product-main-block1-right-content,
.os-product-main-block2-right-content {
  max-width: 450px;
  margin: auto;
  padding: 1.2em 1em;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.os-product-main-block1 {
  background: center black;
  background-size: cover;
}
.os-product-main-block1-left {
  align-self: center;
}
.os-product-main-block1-left-content {
  padding: 0 0.625rem;
}
.os-product-main-block1-right {
  padding-bottom: 0;
}
.os-product-main-block1-right-content {
  color: black;
  background: white;
  border-radius: 5px 5px 0 0;
}
.os-product-main-block2-left {
  padding: 0 0.625rem;
}
.os-product-main-block2-right {
  padding-top: 0;
}
.os-product-main-block2-right-content {
  color: white;
  background: #242b33;
  border-radius: 0 0 5px 5px;
}
@media screen and (min-width: 1181px) {
  .os-product-main-icons-item {
    width: 33.33333333%;
  }
  .os-product-main-block1 {
    display: flex;
  }
  .os-product-main-block1-left {
    flex-grow: 1;
    margin: 30px 100px;
    min-height: 300px;
    display: flex;
    align-items: center;
  }
  .os-product-main-block1-right {
    flex-shrink: 0;
    align-self: flex-end;
    padding: 20px 80px 0 50px;
  }
  .os-product-main-block2 {
    display: flex;
    flex-direction: row-reverse;
  }
  .os-product-main-block2-left {
    flex-grow: 1;
    margin-left: 50px;
  }
  .os-product-main-block2-right {
    flex-shrink: 0;
    padding: 0 80px 20px 50px;
  }
}
@media screen and (min-width: 810px) and (max-width: 1180px) {
  .os-product-main-icons-item {
    width: 50%;
  }
  .os-product-main-title {
    font-size: 2.5em;
  }
  .os-product-main-block1-left {
    display: flex;
    min-height: 250px;
    padding: 30px;
  }
  .os-product-main-block1-left-content {
    align-self: center;
  }
}
@media screen and (max-width: 809px) {
  .os-product-main-icons-item {
    width: 100%;
  }
  .os-product-main-title {
    font-size: 2em;
  }
  .os-product-main-block1-left {
    display: flex;
    min-height: 200px;
    padding: 20px 0;
  }
  .os-product-main-block1-left-content {
    align-self: center;
  }
}
.os-liveSponsor {
  background: white;
  color: #252B32;
}
.os-liveSponsor-main {
  min-height: 100vh;
}
.os-liveSponsor-main .os-sliver-icontextlarge {
  width: 153px;
}
.os-liveSponsor-widget {
  margin-left: 25px;
  margin-bottom: 25px;
  float: right;
  background: #616D7A;
  width: 346px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 15px;
  color: white;
}
.os-liveSponsor-widget.hidden {
  display: none;
}
.os-liveSponsor-widget .os-b1-main {
  width: 250px;
  margin-bottom: 25px;
  align-self: center;
}
.os-liveSponsor-margin {
  max-width: 1150px;
  margin: auto;
}
.os-liveSponsor-margin.large {
  max-width: 1366px;
}
.os-liveSponsor-margin.no-max-width {
  max-width: unset;
}
.os-liveSponsor-border {
  position: relative;
}
.os-liveSponsor-border::after {
  content: '';
  height: 1px;
  background: #616D7A;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.os-liveSponsor-title {
  color: white;
  display: block;
  font-weight: bold;
  font-size: 48px;
  line-height: 65px;
  margin-bottom: 35px;
}
.os-liveSponsor-title.clickable {
  display: inline-block;
  cursor: pointer;
}
.os-liveSponsor-title.clickable:hover,
.os-liveSponsor-title.clickable:focus {
  color: #a5cc56;
}
.os-liveSponsor-title:focus {
  color: white;
}
.os-liveSponsor-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
}
.os-liveSponsor-section {
  padding: 50px 70px 75px;
  color: white;
}
.os-liveSponsor-banner {
  padding: 50px 70px 75px;
  background: #252B32;
  color: white;
}
.os-liveSponsor-icons {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.os-liveSponsor-cover {
  position: relative;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center center;
}
.os-liveSponsor-subtitle-wrapper {
  display: flex;
  margin-top: 21px;
}
.os-liveSponsor-subtitle-wrapper-icon {
  height: 27px;
  width: 27px;
  color: #A3C63F !important;
}
.os-liveSponsor-subtitle-wrapper-text {
  color: #A3C63F;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
}
@media screen and (max-width: 1180px) {
  .os-liveSponsor-banner,
  .os-liveSponsor-section {
    padding: 50px 30px;
  }
  .os-liveSponsor-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 49px;
    margin-bottom: 50px;
  }
  .os-liveSponsor-cover {
    height: 432px;
  }
  .os-liveSponsor-text {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    clear: right;
  }
}
@media screen and (max-width: 809px) {
  .os-liveSponsor-widget {
    max-width: 346px;
    width: 100%;
    float: unset;
    margin-left: auto;
    margin-right: auto;
  }
  .os-liveSponsor-banner,
  .os-liveSponsor-section {
    padding: 25px 15px;
  }
  .os-liveSponsor-title {
    font-size: 32px;
    line-height: 44px;
  }
  .os-liveSponsor-cover {
    height: 202px;
  }
  .os-liveSponsor-subtitle-wrapper {
    display: flex;
    margin-top: 21px;
  }
  .os-liveSponsor-subtitle-wrapper-icon {
    height: 17px;
    width: 17px;
    color: #A3C63F !important;
  }
  .os-liveSponsor-subtitle-wrapper-text {
    color: #A3C63F;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 33px;
  }
}
.os-academy-iao-login {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-image: url('/res/iao/login-iao.jpg');
  background-size: cover;
  background-position: center center;
  padding-top: 100px;
  padding-bottom: 250px;
  min-height: inherit;
}
.os-academy-iao-login-icon {
  display: flex;
  justify-content: center;
  width: 100%;
  color: #DADADA;
}
.os-academy-iao-login-icon svg {
  width: 70px;
}
.os-academy-iao-login .os-b1-main {
  background-color: #232323;
  width: 100%;
}
.os-academy-iao-login .os-b1-main:hover,
.os-academy-iao-login .os-b1-main:focus {
  background-color: #404040;
}
.os-academy-iao-login .os-b1-main[disabled] {
  opacity: 1;
}
.os-academy-iao-login-caption {
  font-size: 14px;
  line-height: 19px;
}
.os-academy-iao-login-logo {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  background: url('/res/iao/logo-white.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 25px;
}
.os-academy-iao-login-title {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: white;
}
.os-academy-iao-login-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: white;
  width: 330px;
  padding: 35px 35px 50px;
}
.os-academy-iao-login-card .os-pebble2 {
  width: 100%;
}
.os-academy-iao-login-link,
.os-academy-iao-login-text {
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #252B32;
}
.os-academy-iao-login-text {
  font-weight: bold;
}
.os-academy-iao-login-link {
  text-decoration-line: underline;
}
.os-academy-iao-login-link:hover {
  text-decoration: none;
  color: #252B32;
}
@media screen and (max-width: 1180px) {
  .os-academy-iao-login {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 809px) {
  .os-academy-iao-login {
    padding-top: 50px;
    padding-bottom: 75px;
  }
}
.os-academy-iao-showcase {
  background: black;
}
.os-academy-iao-showcase-slider {
  width: 100%;
  height: 400px;
}
.os-academy-iao-showcase-slider-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.os-academy-iao-showcase .os-academy-iao-text {
  max-width: 754px;
}
.os-academy-iao-showcase .os-academy-iao-title {
  margin-bottom: 35px;
}
.os-academy-iao-showcase .os-academy-iao-banner .os-sliver-academyproduct.clickable:hover {
  background: #151515;
  border: 1px solid #D8D8D8;
}
.os-academy-iao-showcase .os-academy-iao-shelf .os-academy-iao-title {
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 44px;
}
.os-academy-iao-showcase-expoBookContainer {
  display: flex;
  justify-content: center;
  padding: 0 0 100px 0;
}
.os-academy-iao-showcase-expoBook {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  cursor: pointer;
  height: 143px;
  width: 708px;
  background: url('/res/iao/banner_expobook_large2.jpg');
  background-size: contain;
}
.os-academy-iao-showcase-expoBook-text {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  color: #252B32;
}
.os-academy-iao-showcase-expoBook-text-container {
  position: relative;
  padding: 10px;
}
.os-academy-iao-showcase-expoBook-text-container-w1 {
  display: block;
}
.os-academy-iao-showcase-expoBook-text-container-t1 {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
}
.os-academy-iao-showcase-expoBook-text-container-t2 {
  font-size: 12px;
}
.os-academy-iao-showcase-expoBook-text-container-t3 {
  display: none;
}
.os-academy-iao-showcase-expoBook-fake-button {
  padding: 0px 44px;
  font-size: 11px;
  height: 30px;
  margin-left: 10px;
}
@media screen and (max-width: 1180px) {
  .os-academy-iao-showcase .os-academy-iao-text {
    max-width: 708px;
  }
  .os-academy-iao-showcase-slider {
    height: 350px;
  }
  .os-academy-iao-showcase .os-academy-iao-banner .os-academy-iao-title {
    font-size: 32px;
    line-height: 44px;
  }
  .os-academy-iao-showcase .os-academy-iao-shelf .os-academy-iao-title {
    font-size: 24px;
    line-height: 33px;
  }
}
@media screen and (max-width: 809px) {
  .os-academy-iao-showcase-slider {
    height: 202pxpx;
  }
  .os-academy-iao-showcase-expoBookContainer {
    padding: 0 0 75px 0;
  }
  .os-academy-iao-showcase-expoBook {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    width: 330px;
    height: 144px;
    background: url('/res/iao/banner-banner_expobook_small2.jpg');
    background-size: contain;
  }
  .os-academy-iao-showcase-expoBook-text {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    width: 160px;
    text-align: center;
  }
  .os-academy-iao-showcase-expoBook-fake-button {
    padding: 0px 14px;
    font-size: 11px;
    height: 30px;
    margin-left: 10px;
  }
  .os-academy-iao-showcase-expoBook-text-container {
    padding: 10px 0 5px 10px;
  }
  .os-academy-iao-showcase-expoBook-text-container-w1 {
    display: none;
  }
  .os-academy-iao-showcase-expoBook-text-container-t3 {
    display: block;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 5px;
  }
}
.os-academy-iao-category {
  background: #151515;
  position: relative;
  padding-bottom: 100px;
}
.os-academy-iao-category-buyfooter {
  display: none;
  position: fixed;
  right: 0;
  left: 0;
  top: 50px;
  height: 90px;
  background: #E6F0E8;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 15px;
}
.os-academy-iao-category-buyfooter-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #616D7A;
  flex: 1;
}
.os-academy-iao-category-buyfooter .os-b1-main {
  flex-shrink: 0;
  width: 80px;
  height: 45px;
}
.os-academy-iao-category-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.os-academy-iao-category-buycard {
  z-index: 750px;
  width: 346px;
  height: 380px;
  background: white;
  position: fixed;
  right: calc(50% - 575px);
  top: 290px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.os-academy-iao-category-buycard-cover {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.os-academy-iao-category-buycard-text {
  padding-right: 10px;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #252B32;
  text-align: center;
  margin-bottom: 25px;
}
.os-academy-iao-category-buycard-btn {
  flex-shrink: 0;
  margin-top: 25px;
  margin-bottom: 25px;
  width: 250px;
}
.os-academy-iao-category-cards {
  display: grid;
  grid-template-columns: fit-content(100%);
  grid-template-rows: auto;
  column-gap: 25px;
  row-gap: 50px;
}
.os-academy-iao-category-cover {
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.os-academy-iao-category .os-academy-iao-title {
  margin-bottom: 35px;
}
.os-academy-iao-category .os-academy-iao-banner .os-academy-iao-title {
  font-size: 36px;
  line-height: 49px;
}
.os-academy-iao-category .os-academy-iao-shelf .os-academy-iao-title {
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 44px;
}
.os-academy-iao-category .os-academy-iao-title {
  max-width: 715px;
}
.os-academy-iao-category .os-academy-iao-text {
  max-width: 754px;
}
@media screen and (max-width: 1180px) {
  .os-academy-iao-category-wrapper {
    justify-content: center;
  }
  .os-academy-iao-category-buycard {
    position: absolute;
    right: 30px;
    top: -172px;
  }
  .os-academy-iao-category-cards {
    grid-template-columns: repeat(2, fit-content(100%));
    grid-template-rows: auto;
  }
  .os-academy-iao-category-cover {
    height: 350px;
  }
  .os-academy-iao-category .os-academy-iao-title {
    max-width: 550px;
  }
  .os-academy-iao-category .os-academy-iao-banner .os-academy-iao-title {
    font-size: 32px;
    line-height: 44px;
  }
  .os-academy-iao-category .os-academy-iao-shelf .os-academy-iao-title {
    font-size: 24px;
    line-height: 33px;
  }
}
@media screen and (max-width: 809px) {
  .os-academy-iao-category-buyfooter.visible {
    display: flex;
  }
  .os-academy-iao-category-buycard {
    position: static;
    margin: auto;
    transform: translateY(-40px);
  }
  .os-academy-iao-category-cards {
    grid-template-columns: fit-content(100%);
    grid-row-gap: 25px;
  }
  .os-academy-iao-category-cover {
    height: 202px;
  }
}
.os-formazione-search-wrapper {
  height: 40px;
  width: 100%;
  background-color: #1c1c1c;
}
.os-formazione-search-wrapper-search {
  margin: 5px;
  display: inline-block;
  float: right;
}
.os-formazione-search-wrapper-search-inner {
  position: relative;
  vertical-align: middle;
  margin-bottom: 5px;
  min-width: 50px;
  height: 30px;
  color: #ffffff;
  background-color: #afb4ba;
  border-radius: 18px;
  margin: 0 8px;
  padding: 0 5px 0 5px;
  display: inline-block;
}
.os-formazione-search-wrapper-search-inner span {
  margin-top: 7px;
  display: inline-block;
}
.os-formazione-search-wrapper-search-inner input {
  display: inline-block;
  max-width: 80%;
  width: 120px;
  height: 24px;
  margin: 2px 0 0 0;
  padding: 0 0 0 5px;
  font-size: 12px;
  color: #ffffff;
  border-style: solid;
  border-color: #afb4ba;
  background-color: #afb4ba;
  border-radius: 18px;
  box-shadow: none;
  transition: none;
  vertical-align: top;
  transition: all 0.5s;
}
.os-formazione-search-wrapper-search-inner input:focus {
  color: #ffffff;
  border-style: solid;
  border-color: #afb4ba;
  background-color: #afb4ba;
  box-shadow: none;
  width: 250px;
  transition: all 0.5s;
}
.os-formazione-search-wrapper-search-inner input::placeholder {
  color: #fafafa !important;
  opacity: 1;
}
.os-formazione-search-wrapper-search-inner input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fafafa;
}
.os-formazione-search-wrapper-search-inner input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fafafa;
}
.os-formazione-search-wrapper-search-inner input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fafafa;
}
.os-formazione-search-wrapper-search-inner input:-moz-placeholder {
  /* Firefox 18- */
  color: #fafafa;
}
.os-formazione-search-wrapper-search-inner span.fontosteocom,
.os-formazione-search-wrapper-search-inner i {
  position: absolute;
  vertical-align: middle;
  margin-top: 7px;
  right: 10px;
}
.os-formazione-title {
  color: white;
  padding: 0 80px;
}
.os-formazione-lower {
  background: #242b33;
}
.os-formazione-lower-nav {
  background: #1c1d1f;
  border-top: 1px solid #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  padding: 0.5em 80px;
}
@media screen and (min-width: 810px) and (max-width: 1180px) {
  .os-formazione-lower-nav {
    padding: 0.5em 30px;
  }
}
@media screen and (max-width: 809px) {
  .os-formazione-lower-nav {
    padding: 0.5em 20px;
  }
}
.os-formazione-lower-nav-search {
  max-width: 250px;
  margin-left: auto;
}
.os-formazione-lower-slide {
  padding: 0 80px;
  margin: 0 -1em;
}
@media screen and (min-width: 810px) and (max-width: 1180px) {
  .os-formazione-lower-slide {
    padding: 0 30px;
  }
}
@media screen and (max-width: 809px) {
  .os-formazione-lower-slide {
    padding: 0 20px;
  }
}
.os-formazione-lower-slide-el {
  display: inline-block;
}
.os-ambassador-section > h1 {
  display: block;
  margin: 20px 0;
  font-weight: 500;
  font-size: 30px;
}
.os-ambassador-column-right {
  display: block;
  padding: 40px 80px;
  width: 70%;
  margin: auto;
}
.os-ambassador-element {
  margin: 20px 0;
}
.os-ambassador-element-img {
  margin-right: 20px;
  width: 300px;
  display: inline-block;
  max-width: 25%;
  vertical-align: top;
}
.os-ambassador-element-text {
  display: inline-block;
  max-width: 73%;
  vertical-align: top;
}
.os-ambassador-element-text-title > h2 {
  display: block;
  margin: 20px 0;
  font-weight: 500;
  font-size: 24px;
}
.os-hq2-button {
  padding: 8px 16px;
  border: 1px solid var(--border-primary);
  background-color: var(--background-primary);
  border-radius: 6px;
  font-size: 14px;
  color: var(--text-primary);
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 36px;
  min-width: 80px;
  height: 36px;
  text-transform: unset;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.os-hq2-button:hover {
  background-color: var(--background-secondary);
  border-color: var(--border-secondary);
}
.os-hq2-button:focus-visible {
  outline-color: var(--action-primary);
}
.os-hq2-button:active {
  transform: translateY(1px);
}
.os-hq2-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: var(--background-tertiary);
  border-color: var(--border-primary);
  color: var(--text-disabled);
  pointer-events: none;
}
.os-hq2-button.icon-left {
  flex-direction: row;
}
.os-hq2-button.icon-right {
  flex-direction: row-reverse;
}
.os-hq2-button.primary {
  background-color: var(--action-primary);
  color: white;
  border-color: var(--action-primary);
}
.os-hq2-button.primary:hover {
  background-color: var(--action-primary-hover);
  border-color: var(--action-primary-hover);
}
.os-hq2-button.primary:disabled {
  background-color: var(--background-tertiary);
  border-color: var(--border-primary);
  color: var(--text-disabled);
}
.os-hq2-button.success {
  color: var(--status-success);
  border-color: var(--status-success);
}
.os-hq2-button.success:hover {
  background-color: var(--status-success-bg);
}
.os-hq2-button.success.primary {
  background-color: var(--status-success);
  color: white;
}
.os-hq2-button.success.primary:hover {
  background-color: var(--status-success-hover);
}
.os-hq2-button.danger {
  color: var(--status-error);
  border-color: var(--status-error);
}
.os-hq2-button.danger:hover {
  background-color: var(--status-error-bg);
}
.os-hq2-button.danger.primary {
  background-color: var(--status-error);
  color: white;
}
.os-hq2-button.danger.primary:hover {
  background-color: var(--status-error-hover);
}
.os-hq2-button.neutral {
  color: var(--text-secondary);
  border-color: var(--border-primary);
  background-color: var(--background-primary);
}
.os-hq2-button.neutral:hover {
  background-color: var(--background-secondary);
  border-color: var(--border-secondary);
  color: var(--text-secondary);
}
.os-hq2-button.minimal {
  padding: 4px 8px;
  min-height: 28px;
  height: 28px;
  min-width: unset;
  font-size: 13px;
}
.os-hq2-button.small {
  padding: 4px 12px;
  min-height: 28px;
  height: 28px;
  font-size: 13px;
  gap: 6px;
}
.os-hq2-button.small .button-icon {
  width: 14px;
  height: 14px;
}
.os-hq2-button.large {
  padding: 12px 20px;
  min-height: 44px;
  height: 44px;
  font-size: 15px;
  gap: 10px;
}
.os-hq2-button.large .button-icon {
  width: 18px;
  height: 18px;
}
.os-hq2-button.icon-only {
  padding: 8px;
  min-width: 36px;
  width: 36px;
  justify-content: center;
}
.os-hq2-button.icon-only.minimal {
  width: 28px;
  height: 28px;
  padding: 6px;
}
.os-hq2-button.icon-only.small {
  width: 28px;
  height: 28px;
  padding: 6px;
}
.os-hq2-button.icon-only.large {
  width: 44px;
  height: 44px;
  padding: 12px;
}
.os-hq2-button.ultra-minimal {
  padding: 0;
  min-height: unset;
  height: auto;
  min-width: unset;
  border: none;
  background: none;
  color: var(--text-secondary);
  gap: 4px;
}
.os-hq2-button.ultra-minimal:hover {
  background: none;
  border: none;
  color: var(--text-primary);
}
.os-hq2-button.ultra-minimal:active {
  transform: none;
}
.os-hq2-button.ultra-minimal .button-icon {
  width: 16px;
  height: 16px;
}
.os-hq2-button .button-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.os-hq2-button .button-icon.minimal {
  width: 14px;
  height: 14px;
}
.os-hq2-button.loading {
  position: relative;
  color: transparent !important;
  pointer-events: none;
}
.os-hq2-button.loading::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  border-radius: 50%;
  border: 2px solid currentColor;
  border-right-color: transparent;
  animation: button-loading 0.75s linear infinite;
}
@keyframes button-loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.os-hq2-badge {
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  gap: 4px;
}
.os-hq2-badge.os-hq2-badge-success {
  background-color: var(--status-success-bg);
  color: var(--status-success);
  border: 1px solid var(--status-success);
}
.os-hq2-badge.os-hq2-badge-warning {
  background-color: var(--status-warning-bg);
  color: var(--status-warning);
  border: 1px solid var(--status-warning);
}
.os-hq2-badge.os-hq2-badge-error {
  background-color: var(--status-error-bg);
  color: var(--status-error);
  border: 1px solid var(--status-error);
}
.os-hq2-badge.os-hq2-badge-info {
  background-color: var(--status-info-bg);
  color: var(--status-info);
  border: 1px solid var(--status-info);
}
.os-hq2-badge.os-hq2-badge-neutral {
  background-color: var(--background-secondary);
  color: var(--text-secondary);
  border: 1px solid var(--border-primary);
}
.os-hq2-badge.os-hq2-badge-primary {
  background-color: var(--action-primary);
  color: var(--text-primary);
  border: 1px solid var(--action-primary);
}
.os-hq2-badge.os-hq2-badge-secondary {
  background-color: var(--background-tertiary);
  color: var(--text-tertiary);
  border: 1px solid var(--border-secondary);
}
.os-hq2-badge .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 4px;
}
.os-hq2-badge-arrow-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%236B7280'%3E%3Cpath fill-rule='evenodd' d='M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.language-summary {
  background-color: var(--background-primary);
  border-radius: 8px;
  box-shadow: var(--card-shadow);
  margin-bottom: 24px;
}
.language-summary-header {
  padding: 16px;
  font-weight: 500;
  border-bottom: 1px solid var(--border-primary);
}
.language-summary-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px;
  background-color: var(--background-secondary);
  border-bottom: 1px solid var(--border-primary);
}
.language-summary-content {
  padding: 16px;
  min-height: 100px;
  display: none;
}
.language-summary-content.show {
  display: block;
}
.language-tab {
  padding: 8px 16px;
  border-radius: 16px;
  background-color: var(--background-primary);
  border: 1px solid var(--border-primary);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}
.language-tab.has-details {
  border-color: var(--action-primary);
}
.language-tab:hover {
  background-color: var(--background-secondary);
}
.language-tab.active {
  background-color: color-mix(in srgb, var(--action-primary) 10%, transparent);
  border-color: var(--action-primary);
  color: var(--action-primary);
}
.language-tab .language-icon {
  font-size: 12px;
}
.language-details .language-detail-row {
  margin-bottom: 12px;
}
.language-details .language-detail-row .detail-label {
  font-weight: 500;
  margin-right: 8px;
}
.language-details .progress-bar {
  height: 4px;
  background-color: var(--background-tertiary);
  border-radius: 2px;
  margin-top: 4px;
  overflow: hidden;
}
.language-details .progress-bar .progress-fill {
  height: 100%;
  background-color: var(--action-primary);
  transition: width 0.3s ease;
}
.language-no-details {
  color: var(--text-tertiary);
  font-style: italic;
}
.tab-controller {
  background-color: var(--background-primary);
  border-radius: 12px;
  box-shadow: var(--card-shadow);
}
.tab-controller .tab-header {
  padding: 20px 24px;
  font-weight: 600;
  color: var(--text-primary);
  font-size: 16px;
}
.tab-controller .tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px;
  border-bottom: 1px solid var(--border-primary);
}
.tab-controller .tab-content {
  padding: 24px;
  min-height: 100px;
  display: none;
}
.tab-controller .tab-content.show {
  display: block;
  animation: fadeIn 0.2s ease-in-out;
}
.tab-controller .tab-content .tab-content-panel {
  display: none;
}
.tab-controller .tab-content .tab-content-panel.show {
  display: block;
  animation: fadeIn 0.2s ease-in-out;
}
.tab-controller .tab-item {
  --tab-color: var(--text-secondary);
  padding: 8px 16px;
  border-radius: 8px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
  color: var(--text-secondary);
  font-weight: 500;
  font-size: 14px;
  position: relative;
}
.tab-controller .tab-item::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: currentColor;
  display: inline-block;
  flex-shrink: 0;
  position: relative;
}
.tab-controller .tab-item:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.tab-controller .tab-item::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--tab-color);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.tab-controller .tab-item.has-content {
  color: var(--tab-color);
}
.tab-controller .tab-item:hover {
  background-color: var(--background-secondary);
  color: var(--text-primary);
}
.tab-controller .tab-item.active {
  color: var(--tab-color);
  background-color: color-mix(in srgb, var(--tab-color) 8%, transparent);
}
.tab-controller .tab-item.active::after {
  opacity: 1;
}
.tab-controller .tab-item .tab-icon {
  font-size: 14px;
}
.tab-controller .tab-item .tab-label {
  position: relative;
  top: 1px;
  color: var(--tab-color);
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.os-hq2-search-container {
  background: var(--background-primary);
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.os-hq2-search-controls {
  display: flex;
  gap: 16px;
  align-items: center;
}
.os-hq2-search-bar {
  flex: 1;
  height: 44px;
  padding: 0 16px;
  border: 1px solid var(--border-primary);
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.2s ease;
  margin: 0 !important;
  width: 100% !important;
  background-color: var(--background-primary) !important;
  color: var(--text-primary) !important;
}
.os-hq2-search-bar::placeholder {
  color: var(--text-tertiary) !important;
}
.os-hq2-search-bar:hover {
  border-color: var(--border-secondary) !important;
}
.os-hq2-search-bar:focus {
  border-color: var(--action-primary);
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--action-primary) 20%, transparent);
}
.os-hq2-search-advanced-filters-toggle {
  height: 38px;
  width: 150px;
}
.os-hq2-search-advanced-filters-toggle.active {
  background: var(--background-secondary);
  border-color: var(--action-primary);
  color: var(--action-primary);
}
.os-hq2-search-advanced-filters-panel {
  display: none;
  padding: 16px;
  margin: 8px 0;
  border-radius: 8px;
  border: 1px solid var(--border-primary);
}
.os-hq2-search-advanced-filters-panel.show {
  display: block;
}
.alert-box,
.info-box {
  padding: 16px;
  border-radius: 8px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  grid-column: 1 / -1;
}
.alert-box.warning,
.info-box.warning {
  background-color: var(--status-warning-bg);
  border: 1px solid var(--status-warning);
}
.alert-box.info,
.info-box.info {
  background-color: var(--status-info-bg);
  border: 1px solid var(--status-info);
}
.alert-box.success,
.info-box.success {
  background-color: var(--status-success-bg);
  border: 1px solid var(--status-success);
}
.alert-box.error,
.info-box.error {
  background-color: var(--status-error-bg);
  border: 1px solid var(--status-error);
}
.data-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}
.data-card {
  background-color: var(--background-tertiary);
  border-radius: 8px;
  padding: 16px;
}
.data-card h4 {
  margin: 0 0 8px;
  color: var(--text-primary);
  font-size: 14px;
  font-weight: 500;
}
.data-card.url {
  grid-column: -1;
  background-color: var(--background-primary);
  border: 1px solid var(--border-primary);
}
.os-hq2-card {
  background-color: var(--background-primary);
  border-radius: 12px;
  border: 1px solid var(--border-primary);
  padding: 0px;
  position: relative;
  overflow: visible;
}
.os-hq2-card.clickable {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.os-hq2-card.clickable:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
.os-hq2-dialog {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 48px);
  background: var(--background-primary);
  border-radius: 12px;
  margin: auto;
  width: 500px;
  max-width: calc(100vw - 48px);
  position: relative;
}
.os-hq2-dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000000;
  backdrop-filter: blur(8px);
  animation: fadeIn 0.2s ease;
  padding: 24px;
  overflow: hidden;
}
.os-hq2-dialog-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding: 16px 24px;
  flex-shrink: 0;
  border-bottom: 1px solid var(--border-primary);
  position: relative;
}
.os-hq2-dialog-header > span:empty {
  display: none;
}
.os-hq2-dialog-close {
  position: absolute;
  right: 24px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: none;
  color: var(--text-tertiary);
  cursor: pointer;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.os-hq2-dialog-close:hover {
  background: var(--background-secondary);
  color: var(--text-primary);
}
.os-hq2-dialog-close svg {
  width: 20px;
  height: 20px;
}
.os-hq2-dialog-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--text-primary);
}
.os-hq2-dialog-icon.danger {
  background: var(--status-error-bg);
  color: var(--status-error);
}
.os-hq2-dialog-icon svg {
  width: 20px;
  height: 20px;
}
.os-hq2-dialog-title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-primary);
  padding-right: 40px;
}
.os-hq2-dialog-content {
  padding: 0 24px 24px;
  min-height: 0;
}
.os-hq2-dialog-content::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.os-hq2-dialog-content::-webkit-scrollbar-track {
  background: transparent;
}
.os-hq2-dialog-content::-webkit-scrollbar-thumb {
  background: var(--border-primary);
  border-radius: 4px;
}
.os-hq2-dialog-content::-webkit-scrollbar-thumb:hover {
  background: var(--border-secondary);
}
.os-hq2-dialog-message {
  margin: 0 0 24px;
  color: var(--text-secondary);
  line-height: 1.5;
}
.os-hq2-dialog-error {
  margin: 0 0 16px;
  padding: 12px;
  border-radius: 8px;
  background: var(--status-error-bg);
  color: var(--status-error);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.os-hq2-dialog-error svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.os-hq2-dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  flex-shrink: 0;
  position: sticky;
  bottom: -24px;
  background: var(--background-primary);
  margin: 0 -24px -24px;
  padding: 16px 24px;
  border-top: 1px solid var(--border-primary);
  border-radius: 0px 0px 12px 12px;
}
.os-hq2-dialog-loading {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text-secondary);
  margin: 0 0 24px;
}
.os-hq2-dialog-loading .spinner {
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.os-hq2-dialog-form {
  margin-bottom: 24px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body.os-dialog-open {
  overflow: hidden;
}
.os-hq2-content-groups {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.os-hq2-content-group {
  padding: 20px;
}
.os-hq2-content-group h3 {
  margin: 0;
  font-size: 16px;
  color: var(--text-primary);
  font-weight: 600;
}
.os-hq2-content-group .group-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.os-hq2-content-group .group-header .header-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.os-hq2-content-group .group-header .os-hq2-button {
  margin-left: 8px;
}
.os-hq2-content-group .os-hq2-content-fields {
  display: grid;
  gap: 8px;
}
.os-hq2-content-group .group-content-display {
  display: grid;
  gap: 8px;
}
.os-hq2-content-group .group-content-edit {
  display: grid;
  gap: 8px;
}
.os-hq2-content-group.is-editing {
  border: 2px solid var(--action-primary);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--action-primary) 15%, transparent);
}
.os-hq2-content-group.has-unsaved-changes {
  border: 2px solid var(--status-warning);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--status-warning) 15%, transparent);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.os-hq2-content-group .unsaved-indicator {
  font-size: 12px;
  color: var(--status-warning);
  background-color: var(--status-warning-bg);
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 8px;
  white-space: nowrap;
}
.os-hq2-content-group-plain .os-hq2-content-fields {
  display: grid;
  gap: 8px;
}
.os-hq2-content-group-plain.has-unsaved-changes {
  padding: 18px;
  border: 2px solid var(--status-warning);
  border-radius: 8px;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--status-warning) 15%, transparent);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.os-hq2-content-field .field-header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.os-hq2-content-field .field-header label {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-secondary);
}
.os-hq2-content-field .field-empty {
  font-size: 13px;
  color: var(--text-tertiary);
  font-style: italic;
}
.os-hq2-content-field .field-content {
  font-size: 14px;
  color: var(--text-primary);
  line-height: 1.5;
}
.os-hq2-content-field .field-content.expandable {
  position: relative;
}
.os-hq2-content-field .field-content.expandable .content-preview,
.os-hq2-content-field .field-content.expandable .rich-content-preview {
  max-height: 80px;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  background-color: var(--background-primary);
  color: var(--text-primary);
}
.os-hq2-content-field .field-content.expandable .content-preview.expanded,
.os-hq2-content-field .field-content.expandable .rich-content-preview.expanded {
  max-height: none;
  margin-bottom: 16px;
}
.os-hq2-content-field .field-content.expandable .content-preview.expanded::after,
.os-hq2-content-field .field-content.expandable .rich-content-preview.expanded::after {
  opacity: 0;
}
.os-hq2-content-field .field-content.expandable .content-preview:not(.expanded)::after,
.os-hq2-content-field .field-content.expandable .rich-content-preview:not(.expanded)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, var(--background-primary) 0%, var(--background-primary) 40%, var(--background-primary) 80%, var(--background-primary) 100%);
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.os-hq2-content-field .field-content.image,
.os-hq2-content-field .field-content.video {
  width: 100%;
  height: 168.75px;
  max-width: 320px;
  border-radius: 12px;
  overflow: hidden;
  background-color: var(--background-secondary);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.os-hq2-content-field .field-content.image:hover,
.os-hq2-content-field .field-content.video:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}
.os-hq2-content-field .field-content.image img,
.os-hq2-content-field .field-content.video img {
  width: 100%;
  height: 168.75px;
  object-fit: cover;
  display: block;
}
.os-hq2-content-field .field-content.image.video,
.os-hq2-content-field .field-content.video.video {
  position: relative;
  aspect-ratio: 1.77777778;
}
.os-hq2-content-field .field-content.image.video .os-hq2-button,
.os-hq2-content-field .field-content.video.video .os-hq2-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 12px;
  transition: all 0.2s ease;
}
.os-hq2-content-field .field-content.image.video .os-hq2-button:hover,
.os-hq2-content-field .field-content.video.video .os-hq2-button:hover {
  background: rgba(0, 0, 0, 0.7);
  transform: translate(-50%, -50%) scale(1.1);
}
.os-hq2-content-field .field-content.image.video .os-hq2-button svg,
.os-hq2-content-field .field-content.video.video .os-hq2-button svg {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}
.os-hq2-content-field.divider {
  padding: 8px 0 8px 0;
}
.os-hq2-content-field.divider .field-content.divider {
  position: relative;
}
.os-hq2-content-field.divider .field-content.divider .divider-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-tertiary);
  letter-spacing: 0.3px;
}
.os-hq2-content-field .field-content-editable {
  position: relative;
}
.os-hq2-content-field .field-content-display {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.os-hq2-content-field.non-editable {
  opacity: 0.8;
  pointer-events: none;
}
.os-hq2-content-field.has-unsaved-changes .field-header label {
  color: var(--status-warning);
  transition: color 0.2s ease;
}
.os-hq2-content-field.has-unsaved-changes .field-header .edit-toggle-button {
  color: var(--status-warning);
}
.os-hq2-content-field.has-unsaved-changes .field-header .edit-toggle-button svg {
  color: var(--status-warning);
  transition: color 0.2s ease;
}
.os-hq2-content-field.has-unsaved-changes .field-header .edit-toggle-button:hover {
  background-color: var(--status-warning-bg);
}
.os-hq2-content-fields.layout-row .os-hq2-content-field {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: flex-start;
}
.os-hq2-content-fields.layout-column .os-hq2-content-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.field-edit-button .icon-pencil {
  display: block;
  width: 16px;
  height: 16px;
}
.field-edit-form {
  margin-top: 8px;
}
.field-edit-form textarea,
.field-edit-form input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid var(--border-primary);
  border-radius: 6px;
  font-size: 14px;
  color: var(--text-primary);
  background-color: #fff;
  transition: all 0.2s ease;
}
.field-edit-form textarea:focus,
.field-edit-form input:focus {
  outline: none;
  border-color: #2563EB;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.1);
}
.field-edit-form textarea {
  min-height: 100px;
  resize: vertical;
}
.field-edit-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 16px;
}
.field-edit-actions .os-b1-message {
  margin-left: 8px;
}
.field-edit-actions {
  display: flex;
  gap: 8px;
  margin-top: 4px;
  padding-top: 4px;
}
.field-edit-actions .os-b1-message {
  margin-right: auto;
  font-size: 13px;
  padding: 4px 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.field-edit-actions .os-b1-message.error {
  color: var(--status-error);
  background-color: var(--status-error-bg);
  border: 1px solid var(--status-error-bg);
}
.field-edit-actions .os-b1-message.error::before {
  content: '!';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background-color: #DC2626;
  color: white;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
}
.expand-toggle {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 8px;
  padding: 6px 16px;
  border: 1px solid var(--border-primary);
  background-color: var(--background-primary);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  color: var(--action-primary);
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.expand-toggle:hover {
  background-color: var(--background-secondary);
  border-color: var(--action-primary);
  box-shadow: 0 4px 6px rgba(37, 99, 235, 0.1);
}
.expand-toggle:active {
  transform: translateX(-50%) translateY(1px);
}
.os-chip {
  display: inline-flex;
  align-items: center;
  background: var(--background-primary);
  border: 1px solid var(--border-primary);
  border-radius: 20px;
  padding: 6px 10px;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  color: var(--text-secondary);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.os-chip:hover {
  border-color: var(--border-secondary);
  background: var(--background-tertiary);
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.os-chip:hover .os-chip-icon {
  color: var(--action-primary);
  opacity: 1;
}
.os-chip:hover.delete-mode {
  background: var(--status-error-bg) !important;
  border-color: var(--status-error) !important;
  color: var(--status-error) !important;
  transform: scale(1.02);
}
.os-chip:hover.delete-mode a {
  color: var(--status-error) !important;
}
.os-chip:hover.delete-mode .os-chip-action.delete {
  background-color: #fac9c9 !important;
  transform: rotate(90deg);
}
.os-chip:hover.delete-mode .os-chip-icon {
  color: var(--status-error) !important;
}
.os-chip:hover.primary-mode {
  border-color: var(--status-success) !important;
  color: var(--status-success) !important;
  background-color: var(--colors-success-100) !important;
  transform: scale(1.02);
}
.os-chip:hover.primary-mode a {
  color: var(--status-success) !important;
}
.os-chip:hover.primary-mode .os-chip-icon {
  color: var(--status-success) !important;
}
.os-chip:hover .os-chip-actions {
  opacity: 1;
  transform: translateX(0);
}
.os-chip-small {
  padding: 4px 8px;
  font-size: 11px;
}
.os-chip-medium {
  padding: 6px 10px;
  font-size: 12px;
}
.os-chip-large {
  padding: 8px 12px;
  font-size: 14px;
}
.os-chip-default {
  background: var(--background-primary);
  border: 1px solid var(--border-primary);
  color: var(--text-secondary);
}
.os-chip-default:hover {
  border-color: var(--border-secondary);
  background: var(--background-tertiary);
  transform: translateY(-1px);
  cursor: pointer;
}
.os-chip-default a {
  color: inherit;
}
.os-chip-primary {
  color: var(--status-success);
  background-color: var(--colors-success-100);
  border: 1px solid var(--status-success);
  box-shadow: 0 1px 3px rgba(21, 128, 61, 0.1);
}
.os-chip-primary a {
  color: var(--status-success);
}
.os-chip-primary:hover {
  background-color: var(--colors-success-bg);
  border-color: var(--status-success-hover);
  box-shadow: 0 2px 4px rgba(21, 128, 61, 0.15);
}
.os-chip-dashed {
  border-style: dashed;
  border-width: 2px;
  cursor: pointer;
  padding: 4px 12px;
  color: var(--text-tertiary);
}
.os-chip-dashed:hover {
  color: var(--action-primary);
  border-color: var(--action-primary);
  background: var(--background-primary);
  transform: unset;
}
.os-chip-dashed .os-chip-icon {
  margin-right: 4px;
}
.os-chip-dashed .os-chip-icon svg {
  width: 14px;
  height: 14px;
}
.os-chip-search {
  border-style: solid;
  padding: 0px 8px;
  min-width: 200px;
  position: relative;
  background: var(--background-primary);
  border-radius: 20px;
  border: none;
  display: inline-flex;
}
.os-chip-search input {
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none;
  width: 100%;
  font-size: 12px;
  color: var(--text-primary);
  padding: 0;
  min-width: 180px;
  margin: 0;
  height: 22px;
}
.os-chip-search input::placeholder {
  color: var(--text-tertiary);
}
.os-chip-search .search-results {
  position: absolute;
  top: calc(100% + 4px);
  left: -10px;
  min-width: 100%;
  width: 220px;
  background: var(--background-primary);
  border: 1px solid var(--border-primary);
  border-radius: 12px;
  max-height: 320px;
  overflow-y: auto;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  backdrop-filter: blur(8px);
  padding: 6px;
  margin-top: 8px;
}
.os-chip-search .search-results:empty {
  display: none;
}
.os-chip-search .search-results .result-item {
  padding: 8px 12px;
  cursor: pointer;
  font-size: 13px;
  color: var(--text-primary);
  border-radius: 8px;
  transition: all 0.2s ease;
  margin: 2px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.os-chip-search .search-results .result-item:hover {
  background: var(--background-tertiary);
  color: var(--action-primary);
  padding-left: 16px;
}
.os-chip-search .search-results .result-item:hover::before {
  background-color: var(--action-primary);
}
.os-chip-search .search-results .result-item:active {
  background: var(--background-secondary);
  transform: scale(0.98);
}
.os-chip-search .search-results::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.os-chip-search .search-results::-webkit-scrollbar-track {
  background: transparent;
}
.os-chip-search .search-results::-webkit-scrollbar-thumb {
  background: var(--border-primary);
  border-radius: 3px;
}
.os-chip-search .search-results::-webkit-scrollbar-thumb:hover {
  background: var(--border-secondary);
}
.os-chip-search .search-results .no-results {
  padding: 16px;
  text-align: center;
  color: var(--text-tertiary);
  font-size: 13px;
}
.os-chip-add-content {
  display: inline-flex;
}
.os-chip-icon {
  margin-right: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.os-chip a,
.os-chip span {
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.os-chip-actions {
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.2s ease-in-out;
}
.os-chip:hover .os-chip-actions {
  opacity: 1;
  transform: translateX(0);
}
.os-chip-action {
  background: none;
  border: none;
  padding: 2px;
  margin: 0 2px;
  line-height: 1;
  cursor: pointer;
  border-radius: 4px;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
  width: 20px;
  height: 20px;
  overflow: hidden;
}
.os-chip-action:hover {
  transform: scale(1.1);
  background-color: rgba(0, 0, 0, 0.05);
}
.os-chip-action.primary {
  color: #9CA3AF;
  background-size: 14px;
}
.os-chip-action.primary:hover {
  color: var(--status-success);
  background-color: var(--colors-success-100);
  transform: scale(1.1);
}
.os-chip-action.delete {
  color: #9CA3AF;
  background-size: 14px;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
}
.os-chip-action.delete:hover {
  color: var(--colors-error-600);
  background-color: var(--colors-error-100);
  transform: scale(1.1);
}
.os-hq2-category-header-left {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px 12px 24px;
}
.os-hq2-category-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 8px 24px 24px 24px;
}
.os-hq2-category-empty {
  color: #6B7280;
  font-style: italic;
  padding: 24px;
  text-align: center;
}
.os-hq2-modal-content {
  padding: 24px;
  text-align: center;
}
.os-hq2-modal-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 20px;
}
.os-hq2-module-header-left {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px 12px 24px;
}
.os-hq2-module-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 8px 24px 24px 24px;
}
.os-hq2-module-empty {
  color: #6B7280;
  font-style: italic;
  padding: 24px;
  text-align: center;
}
.os-hq2-loading-overlay {
  position: absolute;
  inset: 0;
  background: color-mix(in srgb, var(--background-primary) 90%, transparent);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  opacity: 0;
  animation: fadeIn 0.2s ease-out forwards;
}
.os-hq2-loading-overlay .loading-content {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  background: var(--background-primary);
  border-radius: 12px;
  box-shadow: var(--card-shadow);
  transform: translateY(10px);
  animation: slideUp 0.3s ease-out forwards;
}
.os-hq2-loading-overlay .loading-content .spinner {
  width: 32px;
  height: 32px;
  color: var(--action-primary);
}
.os-hq2-loading-overlay .loading-content .spinner .spinner-track {
  opacity: 0.2;
}
.os-hq2-loading-overlay .loading-content .spinner .spinner-head {
  animation: spinnerRotate 1s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: center;
}
.os-hq2-loading-overlay .loading-content .spinner .spinner-core {
  animation: pulse 1s ease-in-out infinite;
}
.os-hq2-loading-overlay .loading-content .spinner.spinner-delete {
  color: var(--status-error);
}
.os-hq2-loading-overlay .loading-content .spinner.spinner-delete .spinner-core {
  fill: var(--status-error);
}
@keyframes spinnerRotate {
  from {
    stroke-dashoffset: 62.83;
    transform: rotate(0);
  }
  to {
    stroke-dashoffset: 0;
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    fill-opacity: 0.4;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  to {
    transform: translateY(0);
  }
}
.os-hq2-alert {
  position: relative;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  margin: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  animation: alertSlideIn 0.2s ease-out;
  border: 1px solid transparent;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.os-hq2-alert .close-button {
  background: none;
  border: none;
  padding: 4px 8px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  border-radius: 4px;
  color: inherit;
  opacity: 0.7;
  transition: all 0.2s ease;
}
.os-hq2-alert .close-button:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.05);
}
.os-hq2-alert.success {
  background-color: var(--status-success-bg);
  color: var(--status-success);
  border-color: color-mix(in srgb, var(--status-success) 15%, transparent);
}
.os-hq2-alert.error {
  background-color: var(--status-error-bg);
  color: var(--status-error);
  border-color: color-mix(in srgb, var(--status-error) 15%, transparent);
}
.os-hq2-alert.warning {
  background-color: var(--status-warning-bg);
  color: var(--status-warning);
  border-color: color-mix(in srgb, var(--status-warning) 15%, transparent);
}
.os-hq2-alert.info {
  background-color: var(--status-info-bg);
  color: var(--status-info);
  border-color: color-mix(in srgb, var(--status-info) 15%, transparent);
}
.os-hq2-alert.exiting {
  animation: alertSlideOut 0.2s ease-out forwards;
}
@keyframes alertSlideIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes alertSlideOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-8px);
  }
}
:root[data-theme="dark"] .os-hq2-alert {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
:root[data-theme="dark"] .os-hq2-alert .close-button:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.tooltip {
  position: absolute;
  background-color: var(--text-primary);
  color: var(--background-primary);
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
  white-space: normal;
  max-width: 300px;
  word-wrap: break-word;
  line-height: 1.4;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: top center;
  transform: translateX(-50%) translateY(4px) scale(0.97);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  left: 50%;
}
.tooltip::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: inherit;
  transform: rotate(45deg);
}
.tooltip.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0) scale(1);
}
.tooltip.top {
  bottom: 100%;
  margin-bottom: 8px;
}
.tooltip.top::before {
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
}
.tooltip.bottom {
  top: 100%;
  margin-top: 8px;
}
.tooltip.bottom::before {
  top: -4px;
  left: 50%;
  margin-left: -4px;
}
.tooltip.left {
  right: 100%;
  left: auto;
  transform: translateX(0) translateY(-50%) scale(0.97);
  top: 50%;
  margin-right: 8px;
}
.tooltip.left.show {
  transform: translateX(0) translateY(-50%) scale(1);
}
.tooltip.left::before {
  right: -4px;
  top: 50%;
  margin-top: -4px;
}
.tooltip.right {
  left: 100%;
  transform: translateX(0) translateY(-50%) scale(0.97);
  top: 50%;
  margin-left: 8px;
}
.tooltip.right.show {
  transform: translateX(0) translateY(-50%) scale(1);
}
.tooltip.right::before {
  left: -4px;
  top: 50%;
  margin-top: -4px;
}
.tooltip.nowrap {
  white-space: nowrap;
  max-width: none;
}
.tooltip-trigger {
  position: relative;
}
.tooltip-trigger:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0) scale(1);
}
.tooltip-trigger:hover .tooltip.left {
  transform: translateX(0) translateY(-50%) scale(1);
}
.tooltip-trigger:hover .tooltip.right {
  transform: translateX(0) translateY(-50%) scale(1);
}
[data-theme="dark"] .tooltip {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.os-templates-modern .os-pebble2 {
  margin-bottom: 16px;
  max-width: 460px;
  position: relative;
  color: var(--text-primary);
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 8px;
  display: block;
}
.os-templates-modern .os-pebble2-upper-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
}
.os-templates-modern .os-pebble2-upper-description {
  font-size: 13px;
  color: var(--text-secondary);
  margin-left: 5px;
}
.os-templates-modern .os-pebble2-input {
  padding: 8px !important;
  height: 38px;
  font-size: 14px !important;
  border: 1px solid var(--border-primary) !important;
  border-radius: 6px !important;
  background-color: var(--background-primary) !important;
  color: var(--text-primary) !important;
  transition: all 0.2s ease !important;
  width: 100% !important;
  margin: 0 !important;
  box-shadow: none !important;
}
.os-templates-modern .os-pebble2-input::placeholder {
  color: var(--text-tertiary) !important;
}
.os-templates-modern .os-pebble2-input:hover:not(:disabled) {
  border-color: var(--border-secondary) !important;
}
.os-templates-modern .os-pebble2-input:focus:not(:disabled) {
  border-color: var(--action-primary) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--action-primary) 25%, transparent) !important;
}
.os-templates-modern .os-pebble2-input:disabled {
  background-color: var(--background-tertiary) !important;
  color: var(--text-disabled) !important;
  cursor: not-allowed !important;
}
.os-templates-modern .os-pebble2-input[type="textarea"],
.os-templates-modern .os-pebble2-inputtextarea {
  min-height: 150px !important;
  height: auto !important;
  resize: vertical !important;
  padding: 12px !important;
  line-height: 1.5 !important;
}
select.os-templates-modern .os-pebble2-input {
  appearance: none !important;
  padding-right: 40px !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 16px !important;
  padding: 8px !important;
  height: 38px !important;
}
select.os-templates-modern .os-pebble2-input.placeholder {
  color: var(--text-tertiary) !important;
}
select.os-templates-modern .os-pebble2-input option {
  color: var(--text-primary) !important;
  background-color: var(--background-primary) !important;
}
.os-templates-modern .os-pebble2-search {
  position: relative;
}
.os-templates-modern .os-pebble2-search-input {
  padding: 8px !important;
  height: 38px !important;
  font-size: 14px !important;
  border: 1px solid var(--border-primary) !important;
  border-radius: 6px !important;
  background-color: var(--background-primary) !important;
  color: var(--text-primary) !important;
  transition: all 0.2s ease !important;
  width: 100% !important;
  margin: 0 !important;
  box-shadow: none !important;
}
.os-templates-modern .os-pebble2-combo-select {
  width: 100%;
  padding: 8px !important;
  height: 38px !important;
  border: 1px solid var(--border-primary);
  border-radius: 6px;
  background-color: var(--background-primary);
  color: var(--text-primary);
  font-size: 14px;
  transition: all 0.2s ease;
  background-position: right 0.5rem center;
}
.os-templates-modern .os-pebble2-combo-select:hover:not(:disabled) {
  border-color: var(--border-secondary);
}
.os-templates-modern .os-pebble2-combo-select:focus {
  border-color: var(--action-primary);
  outline: none;
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--action-primary) 25%, transparent);
}
.os-templates-modern .os-pebble2-combo-select:disabled {
  background-color: var(--background-tertiary);
  color: var(--text-disabled);
  cursor: not-allowed;
}
.os-templates-modern .os-pebble2-combo-select.firstIsDisabled {
  color: var(--text-tertiary);
}
.os-templates-modern .os-pebble2-combo-select option {
  color: var(--text-primary);
  background-color: var(--background-primary);
}
.os-templates-modern .os-pebble2-prefixnumber {
  display: flex;
  gap: 16px;
  width: 100%;
}
.os-templates-modern .os-pebble2-prefixnumber-phone {
  width: 170px;
}
@media (max-width: 768px) {
  .os-templates-modern .os-pebble2-prefixnumber {
    flex-direction: column;
    gap: 8px;
  }
  .os-templates-modern .os-pebble2-prefixnumber-phone {
    width: 100%;
  }
}
.os-templates-modern .os-pebble2 .is-invalid-input {
  border-color: var(--status-error) !important;
  background-color: color-mix(in srgb, var(--status-error) 5%, var(--background-primary)) !important;
}
.os-templates-modern .os-pebble2 .is-invalid-input:focus {
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--status-error) 25%, transparent) !important;
}
.os-templates-modern .os-pebble2-error {
  color: var(--status-error);
  font-size: 13px;
  margin-top: 4px;
}
.os-templates-modern .os-pebble2 .help-text {
  font-size: 13px;
  color: var(--text-tertiary);
  margin-top: 4px;
  margin-bottom: 0;
}
.os-templates-modern .os-checkboxpebble {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  position: relative;
}
.os-templates-modern .os-checkboxpebble .switch-input {
  position: absolute;
  margin: 0;
  opacity: 0;
  height: 0;
  width: 0;
  pointer-events: none;
}
.os-templates-modern .os-checkboxpebble-fake {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border: 2px solid var(--border-primary);
  border-radius: 4px;
  background-color: var(--background-primary);
  transition: all 0.2s ease;
  cursor: pointer;
  margin-top: 6px;
}
.os-templates-modern .os-checkboxpebble-fake:hover {
  border-color: var(--border-secondary);
}
.os-templates-modern .os-checkboxpebble-fake:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid var(--background-primary);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.os-templates-modern .os-checkboxpebble-label {
  font-size: 14px;
  color: var(--text-primary);
  cursor: pointer;
  user-select: none;
  padding-top: 1px;
}
.os-templates-modern .os-checkboxpebble .switch-input:checked + .os-checkboxpebble-fake,
.os-templates-modern .os-checkboxpebble .switch-input:checked + .os-templates-modern .os-checkboxpebble-dark-fake {
  background-color: var(--action-primary);
  border-color: var(--action-primary);
}
.os-templates-modern .os-checkboxpebble .switch-input:checked + .os-checkboxpebble-fake:after,
.os-templates-modern .os-checkboxpebble .switch-input:checked + .os-templates-modern .os-checkboxpebble-dark-fake:after {
  opacity: 1;
}
.os-templates-modern .os-checkboxpebble .switch-input:focus + .os-checkboxpebble-fake,
.os-templates-modern .os-checkboxpebble .switch-input:focus + .os-templates-modern .os-checkboxpebble-dark-fake {
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--action-primary) 25%, transparent);
}
.os-templates-modern .os-checkboxpebble.os-is-locked {
  opacity: 0.6;
  pointer-events: none;
}
.os-templates-modern .os-checkboxpebble-dark-fake {
  border-color: var(--border-secondary);
  background-color: var(--background-secondary);
}
.os-templates-modern .os-checkboxpebble-dark-fake:hover {
  border-color: var(--border-tertiary);
}
.os-templates-modern .os-checkboxpebble-dark-label {
  color: var(--text-secondary);
}
.os-templates-modern .os-search-suggestions {
  margin-top: 4px;
  border: 1px solid var(--border-primary);
  border-radius: 6px;
  background: var(--background-primary);
  box-shadow: 0 4px 6px -1px color-mix(in srgb, var(--text-primary) 10%, transparent);
  z-index: 33;
}
.os-templates-modern .os-search-suggestions button {
  width: 100%;
  text-align: left;
  padding: 8px 12px;
  color: var(--text-primary);
  transition: background-color 0.2s ease;
}
.os-templates-modern .os-search-suggestions button:hover {
  background-color: var(--background-secondary);
  text-decoration: none;
}
.os-templates-modern .os-search-suggestions button span {
  font-size: 14px;
  color: var(--text-primary);
}
.os-templates-modern .os-search-icon {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-tertiary);
  padding: 8px;
  border-radius: 4px;
}
.os-templates-modern .os-search-icon:hover {
  background-color: var(--background-secondary);
  color: var(--text-primary);
  cursor: pointer;
}
.os-templates-modern .os-search-icon-remove {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-tertiary);
  padding: 8px;
  border-radius: 4px;
}
.os-templates-modern .os-search-icon-remove:hover {
  background-color: var(--background-secondary);
  color: var(--text-primary);
  cursor: pointer;
}
.os-templates-modern .os-pebble2-calendar-right button {
  color: var(--text-tertiary) !important;
}
.os-templates-modern .os-pebble2-calendar-picker {
  margin-top: 4px;
  padding: 16px;
  border: 1px solid var(--border-primary);
  border-radius: 6px;
  background: var(--background-primary);
  box-shadow: 0 4px 6px -1px color-mix(in srgb, var(--text-primary) 10%, transparent);
  position: absolute;
  width: 100%;
  z-index: 33;
}
.os-templates-modern .os-pebble2-calendar-picker-wrapper {
  background: var(--background-primary);
  border: none;
  box-shadow: unset;
}
.os-templates-modern .os-pebble2-calendar-picker-wrapper::before {
  content: unset !important;
}
.os-templates-modern .os-pebble2-calendar-picker-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 0 8px;
  font-weight: 500;
  color: var(--text-primary);
}
.os-templates-modern .os-pebble2-calendar-picker-head-arrowleft:before {
  border-right: 5px solid var(--text-primary);
}
.os-templates-modern .os-pebble2-calendar-picker-head-arrowright:before {
  border-left: 5px solid var(--text-primary);
}
.os-templates-modern .os-pebble2-calendar-picker-header {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 8px;
}
.os-templates-modern .os-pebble2-calendar-picker-header-day {
  padding: 8px;
  text-align: center;
  font-size: 13px;
  color: var(--text-tertiary) !important;
}
.os-templates-modern .os-pebble2-calendar-picker-body-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.os-templates-modern .os-pebble2-calendar-picker-body-day {
  padding: 4px;
  text-align: center;
}
.os-templates-modern .os-pebble2-calendar-picker-body-day button {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  color: var(--text-primary) !important;
  transition: all 0.2s ease;
}
.os-templates-modern .os-pebble2-calendar-picker-body-day button:hover:not(:disabled) {
  background-color: var(--background-secondary) !important;
}
.os-templates-modern .os-pebble2-calendar-picker-body-day button.selected {
  background-color: var(--action-primary) !important;
  color: white;
}
.os-templates-modern .os-pebble2-calendar-picker-body-day button.today {
  border: 1px solid var(--action-primary) !important;
}
.os-templates-modern .os-pebble2-calendar-picker-body-day button:disabled {
  color: var(--text-disabled) !important;
  cursor: not-allowed;
}
.os-templates-modern .os-pebble2-calendar-fields {
  display: flex;
}
.os-templates-modern .os-pebble2-calendar-fields-field {
  position: relative;
}
.os-templates-modern .os-pebble2-calendar-fields-field input {
  width: 100%;
  text-align: center;
  padding: 8px !important;
  height: 38px !important;
  font-size: 14px !important;
  border: 1px solid var(--border-primary) !important;
  border-radius: 6px !important;
  background-color: var(--background-primary) !important;
  color: var(--text-primary) !important;
}
.os-templates-modern .os-pebble2-calendar-fields-field input:hover:not(:disabled) {
  border-color: var(--border-secondary) !important;
}
.os-templates-modern .os-pebble2-calendar-fields-field input:focus:not(:disabled) {
  border-color: var(--action-primary) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--action-primary) 25%, transparent) !important;
}
.os-templates-modern .os-pebble2-calendar-fields-separator {
  color: var(--text-tertiary);
  font-size: 16px;
  padding: 0 4px;
}
.os-templates-modern .os-pebble2-calendar-error {
  color: var(--status-error);
  font-size: 13px;
  margin-top: 4px;
}
.os-templates-modern .os-pebble2-calendar-info {
  color: var(--text-secondary);
}
@media (max-width: 768px) {
  .os-templates-modern .os-pebble2-calendar-picker {
    position: fixed;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 12px 12px 0 0;
    padding: 0px;
    z-index: 1000;
  }
  .os-templates-modern .os-pebble2-calendar-picker-wrapper::before {
    display: none;
  }
  .os-templates-modern .os-pebble2-calendar-picker-head {
    padding: 0 16px 16px;
    border-bottom: 1px solid var(--border-primary);
  }
  .os-templates-modern .os-pebble2-calendar-picker-body-day button {
    width: 40px;
    height: 40px;
  }
}
.os-templates-modern .switch-paddle {
  position: relative;
  width: 40px;
  height: 20px;
  border-radius: 10px;
  background: var(--background-tertiary);
  transition: all 0.2s ease;
  margin: 0;
  cursor: pointer;
}
.os-templates-modern .switch-paddle::after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: white;
  transition: transform 0.2s ease, background-color 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.os-templates-modern .switch-paddle.is-invalid-input {
  background-color: color-mix(in srgb, var(--status-error) 15%, transparent) !important;
  border: 1px solid var(--status-error) !important;
}
.os-templates-modern input:checked ~ .switch-paddle {
  background-color: var(--action-primary);
}
.os-templates-modern input:checked ~ .switch-paddle::after {
  transform: translateX(20px);
  left: 0;
}
.os-templates-modern .os-pebble2-image {
  display: inline-block;
  position: relative;
  padding: 1rem 0;
}
.os-templates-modern .os-pebble2-image .file-info {
  padding: 10px;
  text-align: center;
}
.os-templates-modern .os-pebble2-image .icon-file {
  font-size: 32px;
  margin-bottom: 10px;
}
.os-templates-modern .os-pebble2-image-delete {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.625rem;
  background-color: var(--background-primary);
  color: var(--text-secondary);
  border-radius: 0.5rem;
  box-shadow: var(--card-shadow);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(8px);
  z-index: 2;
}
.os-templates-modern .os-pebble2-image-delete svg {
  width: 1.25rem;
  height: 1.25rem;
}
.os-templates-modern .os-pebble2-image-delete:hover {
  color: var(--status-error);
  background-color: var(--status-error-bg);
  transform: scale(1.05);
}
.os-templates-modern .os-pebble2-image-info {
  position: absolute;
  text-shadow: unset;
  left: 0;
  bottom: 0;
  width: 100%;
  color: var(--text-secondary);
  background: color-mix(in srgb, var(--background-secondary) 80%, transparent);
  font-size: 0.75rem;
  text-align: center;
  backdrop-filter: blur(8px);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.os-templates-modern .os-pebble2-image-info::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.8;
  z-index: -1;
}
.os-templates-modern .os-pebble2-image-dashed {
  width: 300px;
  height: 168.75px;
  border: 2px dashed var(--border-primary);
  background-size: cover;
  background-position: center;
  background-color: var(--background-secondary);
  border-radius: 1rem;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.os-templates-modern .os-pebble2-image-dashed:not([style*="background-image"]) {
  border: 2px dashed var(--border-secondary);
  background-color: color-mix(in srgb, var(--background-secondary) 50%, transparent);
}
.os-templates-modern .os-pebble2-image-dashed:not([style*="background-image"]):hover {
  border-color: var(--action-primary);
  background-color: color-mix(in srgb, var(--action-primary) 5%, var(--background-secondary));
}
.os-templates-modern .os-pebble2-image-dashed:not([style*="background-image"]) .os-pebble2-image-info {
  opacity: 1;
  transform: translateY(0);
}
.os-templates-modern .os-pebble2-image-dashed[style*="background-image"] {
  border-color: var(--border-secondary);
}
.os-templates-modern .os-pebble2-image-dashed[style*="background-image"] .os-pebble2-image-info {
  opacity: 0;
}
.os-templates-modern .os-pebble2-image-dashed[style*="background-image"]:hover .os-pebble2-image-delete,
.os-templates-modern .os-pebble2-image-dashed[style*="background-image"]:hover .os-pebble2-image-history {
  opacity: 1;
  transform: translateY(0);
}
.os-templates-modern .os-pebble2-image-dashed:hover {
  border-color: var(--action-primary);
  background-color: color-mix(in srgb, var(--action-primary) 3%, var(--background-secondary));
}
.os-templates-modern .os-pebble2-image-dashed:hover .os-pebble2-image-delete,
.os-templates-modern .os-pebble2-image-dashed:hover .os-pebble2-image-history,
.os-templates-modern .os-pebble2-image-dashed:hover .os-pebble2-image-info {
  opacity: 1;
  transform: translateY(0);
}
.os-templates-modern .os-pebble2-image-dashed:hover.has-image .os-pebble2-image-info {
  opacity: 0;
}
.os-templates-modern .os-pebble2-image-dashed:active {
  transform: scale(0.995);
}
.os-templates-modern .os-pebble2-image-dashed.delete-hover {
  border-color: var(--status-error) !important;
  background-color: color-mix(in srgb, var(--status-error) 3%, var(--background-secondary)) !important;
}
.os-templates-modern .os-pebble2-image-dashed .file-info-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  height: 100%;
}
.os-templates-modern .os-pebble2-image-dashed .file-info-icon {
  margin-right: 1rem;
}
.os-templates-modern .os-pebble2-image-dashed .file-info-icon svg {
  width: 2.5rem;
  height: 2.5rem;
  color: var(--text-secondary);
}
.os-templates-modern .os-pebble2-image-dashed .file-info-content {
  flex: 1;
  min-width: 0;
  cursor: pointer;
}
.os-templates-modern .os-pebble2-image-dashed .file-info-name {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.25rem;
  max-width: 200px;
}
.os-templates-modern .os-pebble2-image-dashed .file-info-size {
  font-size: 0.75rem;
  color: var(--text-secondary);
}
.os-templates-modern .os-pebble2-image-dashed .upload-progress-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--background-primary);
  padding: 12px;
  border-radius: 0 0 1rem 1rem;
  border-top: 1px solid var(--border-primary);
  z-index: 1000;
}
.os-templates-modern .os-pebble2-image-dashed .upload-progress-container.upload-error {
  background: var(--status-error-bg);
}
.os-templates-modern .os-pebble2-image-dashed .upload-progress-container.upload-error .upload-progress-text {
  color: var(--status-error);
}
.os-templates-modern .os-pebble2-image-dashed .upload-progress-bar {
  height: 4px;
  background: var(--action-primary);
  border-radius: 2px;
  width: 0;
  transition: width 0.3s ease;
}
.os-templates-modern .os-pebble2-image-dashed .upload-progress-text {
  margin-top: 8px;
  font-size: 12px;
  color: var(--text-secondary);
  text-align: center;
}
.os-templates-modern .os-pebble2-image-upload-link {
  color: var(--action-primary);
  text-decoration: none;
  font-weight: 700;
  transition: all 0.2s ease;
}
.os-templates-modern .os-pebble2-image-upload-link:hover {
  color: var(--action-primary-hover);
  text-decoration: underline;
}
.os-templates-modern .os-pebble2-image-history {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.625rem;
  background-color: var(--background-primary);
  color: var(--text-secondary);
  border-radius: 0.5rem;
  box-shadow: var(--card-shadow);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(8px);
  z-index: 2;
  display: flex;
  align-items: center;
  width: auto;
}
.os-templates-modern .os-pebble2-image-history svg {
  width: 1.25rem;
  height: 1.25rem;
  color: currentColor;
}
.os-templates-modern .os-pebble2-image-history span {
  font-size: 0.875rem;
  opacity: 0;
  transform: translateX(-10px);
  width: 0px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.os-templates-modern .os-pebble2-image-history:hover {
  color: var(--action-primary);
  background-color: var(--background-secondary);
  transform: scale(1.05);
  width: auto;
  padding-right: 1rem;
}
.os-templates-modern .os-pebble2-image-history:hover span {
  margin-left: 0.5rem;
  opacity: 1;
  width: auto;
  transform: translateX(0);
}
.os-templates-modern .os-pebble2-image-selectwrapper {
  position: absolute;
  top: calc(100% + 0.75rem);
  left: 0;
  width: 300px;
  max-height: 450px;
  overflow: auto;
  background-color: var(--background-primary);
  border-radius: 1rem;
  border: 1px solid var(--border-primary);
  box-shadow: var(--card-shadow);
  z-index: 100;
}
.os-templates-modern .os-pebble2-image-innerwrapper {
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.os-templates-modern .os-pebble2-image-innerwrapper.is-image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
.os-templates-modern .os-pebble2-image-innerwrapper.is-image-grid .file-thumbnail:not(.file-item) {
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
.os-templates-modern .os-pebble2-image-innerwrapper.is-image-grid .file-thumbnail:not(.file-item):hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px -4px color-mix(in srgb, var(--text-primary) 10%, transparent);
}
.os-templates-modern .os-pebble2-image-innerwrapper .file-thumbnail.file-item {
  aspect-ratio: auto;
  width: 100%;
  background: var(--background-secondary);
  padding: 12px;
  border-radius: 8px;
}
.os-templates-modern .os-pebble2-image-innerwrapper .file-thumbnail.file-item:hover {
  transform: scale(1.01);
  background: var(--background-tertiary);
}
.os-templates-modern .os-pebble2-image-innerwrapper .file-thumbnail.file-item .file-item-content {
  display: flex;
  align-items: center;
  gap: 12px;
}
.os-templates-modern .os-pebble2-image-innerwrapper .file-thumbnail.file-item .file-item-content svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: var(--text-secondary);
}
.os-templates-modern .os-pebble2-image-innerwrapper .file-thumbnail.file-item .file-item-content .file-item-info {
  flex: 1;
  min-width: 0;
}
.os-templates-modern .os-pebble2-image-innerwrapper .file-thumbnail.file-item .file-item-content .file-item-info .file-name {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.os-templates-modern .os-pebble2-image-innerwrapper .file-thumbnail.file-item .file-item-content .file-item-info .file-meta {
  font-size: 12px;
  color: var(--text-secondary);
  margin-top: 2px;
}
.os-templates-modern .os-pebble2-image-button {
  width: 100%;
  padding: 0.75rem;
  border-top: 1px solid var(--border-primary);
  text-align: center;
  background: var(--background-primary);
  color: var(--action-primary);
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.os-templates-modern .os-pebble2-image-button:hover {
  background-color: var(--background-secondary);
  color: var(--action-primary-hover);
}
@media screen and (max-width: 1180px) {
  .os-templates-modern .os-pebble2-modern-image-selectwrapper {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    top: auto;
    max-height: 70vh;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.os-templates-modern .os-pebble2-upload {
  display: inline-block;
  position: relative;
  padding: 1rem 0;
  max-width: 300px;
}
.os-templates-modern .os-pebble2-upload-dashed {
  width: 300px;
  height: 168.75px;
  border: 2px dashed var(--border-primary);
  background-size: cover;
  background-position: center;
  background-color: var(--background-secondary);
  border-radius: 1rem;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  display: flex;
}
.os-templates-modern .os-pebble2-upload-dashed:not([style*="background-image"]) {
  border: 2px dashed var(--border-secondary);
  background-color: color-mix(in srgb, var(--background-secondary) 50%, transparent);
}
.os-templates-modern .os-pebble2-upload-dashed:not([style*="background-image"]):hover {
  border-color: var(--action-primary);
  background-color: color-mix(in srgb, var(--action-primary) 5%, var(--background-secondary));
}
.os-templates-modern .os-pebble2-upload-dashed[style*="background-image"] {
  border-color: var(--border-secondary);
}
.os-templates-modern .os-pebble2-upload-dashed:hover {
  border-color: var(--action-primary);
  background-color: color-mix(in srgb, var(--action-primary) 3%, var(--background-secondary));
}
.os-templates-modern .os-pebble2-upload-dashed:active {
  transform: scale(0.995);
}
.os-templates-modern .os-pebble2-upload-dashed.upload-error {
  border-color: var(--status-error) !important;
  background-color: color-mix(in srgb, var(--status-error) 3%, var(--background-secondary)) !important;
}
.os-templates-modern .os-pebble2-upload-innergrey {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem;
  color: var(--text-secondary);
  background-color: var(--background-secondary);
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  height: auto;
}
.os-templates-modern .os-pebble2-upload-innergrey-icon {
  color: currentColor;
}
.os-templates-modern .os-pebble2-upload-innergrey-text {
  font-size: 0.875rem;
  color: currentColor;
  max-width: 200px;
  line-height: 1.4;
}
.os-templates-modern .os-pebble2-upload-progress-wrapper {
  position: absolute;
  bottom: 0;
  top: unset;
  left: 0;
  width: 100%;
  background: var(--background-primary);
  border-radius: 0.5rem;
  padding: 0.75rem;
  border: 1px solid var(--border-primary);
  box-shadow: var(--card-shadow);
}
.os-templates-modern .os-pebble2-upload-progress-right {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.os-templates-modern .os-pebble2-upload-progress-upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--text-secondary);
  font-size: 0.875rem;
}
.os-templates-modern .os-pebble2-upload-progress-progress {
  width: 100%;
  height: 0.25rem;
  background: var(--background-secondary);
  border-radius: 0.125rem;
  overflow: hidden;
}
.os-templates-modern .os-pebble2-upload-progress-progress-inner {
  height: 100%;
  background: var(--action-primary);
  transition: max-width 0.3s ease;
}
.os-templates-modern .os-pebble2-upload-progress-lower {
  font-size: 0.75rem;
  color: var(--text-tertiary);
}
@media (max-width: 768px) {
  .os-templates-modern .os-pebble2-upload {
    max-width: 100%;
  }
  .os-templates-modern .os-pebble2-upload-dashed {
    height: 140px;
  }
  .os-templates-modern .os-pebble2-upload-innergrey-mobile {
    display: block;
  }
  .os-templates-modern .os-pebble2-upload-innergrey-desktop {
    display: none;
  }
}
.os-templates-modern .os-pebble-array {
  --item-radius: 8px;
  --item-padding: 0.75rem;
  --item-gap: 0.5rem;
}
.os-templates-modern .os-pebble-array-items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.os-templates-modern .os-pebble-array-items:empty {
  margin: 0;
}
.os-templates-modern .os-pebble-array-items:empty + .os-pebble-array-empty {
  display: flex;
}
.os-templates-modern .os-pebble-array-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem;
  border-radius: var(--item-radius);
  background: var(--background-primary);
  border: 1px solid var(--border-secondary);
  transition: all 0.2s ease;
  margin-bottom: 2px;
  max-width: 600px;
}
.os-templates-modern .os-pebble-array-item:hover {
  border-color: var(--border-primary);
  transform: translateY(-2px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
}
.os-pebble-array-item-actions--right .os-hq2-button.danger:hover .os-templates-modern .os-pebble-array-item {
  border-color: var(--status-error);
  background: color-mix(in srgb, var(--status-error) 2%, var(--background-primary));
}
.os-templates-modern .os-pebble-array-item-content {
  flex: 1;
  min-width: 0;
  transition: background-color 0.2s ease;
}
.os-templates-modern .os-pebble-array-item-actions {
  display: flex;
  gap: 4px;
  transition: opacity 0.15s ease;
}
.os-templates-modern .os-pebble-array-item-actions--left {
  opacity: 0.5;
}
.os-templates-modern .os-pebble-array-item-actions--left:hover {
  opacity: 1;
}
.os-templates-modern .os-pebble-array-item-actions--right .os-hq2-button {
  opacity: 0.5;
}
.os-templates-modern .os-pebble-array-item-actions--right .os-hq2-button:hover {
  opacity: 1;
}
.os-templates-modern .os-pebble-array-item-actions .os-hq2-button {
  padding: 6px;
  border-radius: 4px;
}
.os-templates-modern .os-pebble-array-item-actions .os-hq2-button:hover {
  background: var(--background-secondary);
}
.os-templates-modern .os-pebble-array-item-actions .os-hq2-button.danger:hover {
  color: var(--status-error);
  background: color-mix(in srgb, var(--status-error) 10%, transparent);
}
.os-templates-modern .os-pebble-array-empty {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.6rem;
  gap: 0.5rem;
  color: var(--text-tertiary);
  font-size: 0.875rem;
  background: var(--background-secondary);
  border-radius: var(--item-radius);
  max-width: 600px;
  border: 1px solid var(--border-secondary);
  margin-bottom: 2px;
}
.os-templates-modern .os-pebble-array-empty svg {
  opacity: 0.5;
  width: 20px;
  height: 20px;
}
.os-templates-modern .os-pebble-array--inline .os-pebble-array-items {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.os-templates-modern .os-pebble-array--inline .os-pebble-array-item {
  flex: 0 0 auto;
}
.os-templates-modern .os-pebble-array--error .os-pebble-array-item {
  border-color: var(--status-error);
  background: color-mix(in srgb, var(--status-error) 2%, var(--background-primary));
}
.os-templates-modern .os-pebble-array--success .os-pebble-array-item {
  border-color: var(--status-success);
}
@media (max-width: 768px) {
  .os-templates-modern .os-pebble-array {
    --item-padding: 0.75rem;
    --item-gap: 0.5rem;
  }
  .os-templates-modern .os-pebble-array-items {
    margin-top: 0.625rem;
  }
  .os-templates-modern .os-pebble-array-empty {
    padding: 1.25rem;
  }
}
.os-hq2-taglist {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.os-hq2-taglist-header {
  display: flex;
  align-items: center;
  gap: 16px;
}
.os-hq2-taglist-header h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
}
.os-hq2-taglist-legend {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-secondary);
}
.os-hq2-taglist-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.os-hq2-taglist-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 12px;
  background: var(--background-primary);
  border: 1px solid var(--border-primary);
  border-radius: 12px;
  transition: all 0.2s ease;
  min-width: 280px;
}
.os-hq2-taglist-item:hover {
  background: var(--background-hover);
  border-color: var(--border-hover);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.os-hq2-taglist-item.active {
  border-left: 3px solid var(--status-success);
}
.os-hq2-taglist-item .name {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-primary);
}
.os-hq2-taglist-item .actions {
  display: flex;
  gap: 8px;
}
.os-hq2-taglist-item .actions button {
  opacity: 0.7;
  transition: all 0.2s ease;
  position: relative;
  z-index: 1;
}
.os-hq2-taglist-item .actions button:hover {
  opacity: 1;
  transform: scale(1.05);
}
.os-hq2-taglist-item .actions button.action-neutral:hover {
  opacity: 1;
  transform: scale(1.05);
  background: var(--background-hover);
}
.os-hq2-taglist-item .actions button.action-neutral:hover + .os-hq2-taglist-item {
  border-color: var(--border-hover);
}
.os-hq2-taglist-item .actions button.action-danger:hover ~ .os-hq2-taglist-item,
.os-hq2-taglist-item .actions button.action-danger:hover {
  opacity: 1;
  transform: scale(1.05);
  background: var(--status-error-bg);
  border-color: var(--status-error);
  color: var(--status-error);
}
.os-hq2-taglist-item .actions button.action-info:hover ~ .os-hq2-taglist-item,
.os-hq2-taglist-item .actions button.action-info:hover {
  opacity: 1;
  transform: scale(1.05);
  background: var(--status-info-bg);
  border-color: var(--status-info);
  color: var(--status-info);
}
.os-hq2-taglist-item .actions button.action-success:hover ~ .os-hq2-taglist-item,
.os-hq2-taglist-item .actions button.action-success:hover {
  opacity: 1;
  transform: scale(1.05);
  background: var(--status-success-bg);
  border-color: var(--status-success);
  color: var(--status-success);
}
.os-hq2-taglist-item .actions button.action-warning:hover ~ .os-hq2-taglist-item,
.os-hq2-taglist-item .actions button.action-warning:hover {
  opacity: 1;
  transform: scale(1.05);
  background: var(--status-warning-bg);
  border-color: var(--status-warning);
  color: var(--status-warning);
}
.os-hq2-taglist-item .actions button.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.os-hq2-taglist-item .actions button:active {
  transform: scale(0.95);
}
.os-hq2-taglist-item:has(.action-danger:hover) {
  border-color: var(--status-error);
  background: color-mix(in srgb, var(--status-error-bg) 15%, var(--background-primary));
}
.os-hq2-taglist-item:has(.action-info:hover) {
  border-color: var(--status-info);
  background: color-mix(in srgb, var(--status-info-bg) 15%, var(--background-primary));
}
.os-hq2-taglist-item:has(.action-success:hover) {
  border-color: var(--status-success);
  background: color-mix(in srgb, var(--status-success-bg) 15%, var(--background-primary));
}
.os-hq2-taglist-item:has(.action-warning:hover) {
  border-color: var(--status-warning);
  background: color-mix(in srgb, var(--status-warning-bg) 15%, var(--background-primary));
}
.os-hq2-video-preview {
  position: relative;
  width: 100%;
  height: 168.75px;
  max-width: 320px;
  border-radius: 12px;
  overflow: hidden;
  background-color: var(--background-secondary);
}
.os-hq2-video-preview.status-none {
  background: var(--background-tertiary);
}
.os-hq2-video-preview.status-error {
  background: var(--status-error-bg);
}
.os-hq2-video-preview .os-hq2-video-status {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  color: white;
  gap: 12px;
}
.os-hq2-video-preview .os-hq2-video-status .status-icon {
  width: 32px;
  height: 32px;
}
.os-hq2-video-preview .os-hq2-video-status .status-icon svg {
  width: 100%;
  height: 100%;
}
.os-hq2-video-preview .os-hq2-video-status .status-icon.converting {
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.os-hq2-video-preview .os-hq2-video-status .status-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.os-hq2-video-preview .os-hq2-video-status .status-message {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
}
.os-hq2-video-preview .os-hq2-video-status .status-message .status-percentage {
  color: var(--action-primary);
  font-weight: 600;
}
.os-hq2-video-preview .os-hq2-video-status .status-progress {
  width: 100%;
  max-width: 200px;
  position: relative;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  overflow: hidden;
}
.os-hq2-video-preview .os-hq2-video-status .status-progress .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--action-primary);
  transition: width 0.3s ease;
}
.os-hq2-video-preview .os-hq2-video-status .progress-text {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}
.os-hq2-layout-selector {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 4px;
  padding-right: 16px;
  border-right: 1px solid var(--border-primary);
}
.os-hq2-layout-selector-buttons {
  display: flex;
  border: 1px solid var(--border-primary);
  border-radius: 6px;
  overflow: hidden;
}
.os-hq2-layout-selector .os-hq2-button {
  padding: 6px;
  border: none;
  border-radius: 0;
  background: var(--background-primary);
  margin: 0;
  position: relative;
}
.os-hq2-layout-selector .os-hq2-button:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: var(--border-primary);
}
.os-hq2-layout-selector .os-hq2-button svg {
  width: 16px;
  height: 16px;
}
.os-hq2-layout-selector .os-hq2-button.primary {
  background: var(--background-secondary);
  color: var(--action-primary);
  box-shadow: none;
}
.os-hq2-layout-selector .os-hq2-button:hover:not(.primary) {
  background: var(--background-hover);
  box-shadow: none;
}
.os-hq2-button-group {
  display: flex;
  border: 1px solid var(--border-primary);
  border-radius: 6px;
  overflow: hidden;
}
.os-hq2-button-group .os-hq2-button {
  padding: 6px;
  border: none;
  border-radius: 0;
  background: var(--background-primary);
  margin: 0;
  position: relative;
}
.os-hq2-button-group .os-hq2-button:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: var(--border-primary);
}
.os-hq2-button-group .os-hq2-button svg {
  width: 16px;
  height: 16px;
}
.os-hq2-button-group .os-hq2-button.primary {
  background: var(--background-secondary);
  color: var(--action-primary);
  box-shadow: none;
}
.os-hq2-button-group .os-hq2-button:hover:not(.primary) {
  background: var(--background-hover);
  box-shadow: none;
}
.title-label {
  display: inline-flex;
  align-items: center;
  font-size: 0.9em;
  font-weight: 600;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-right: 4px;
}
.space-divider {
  display: inline-flex;
  align-items: center;
  color: var(--text-tertiary);
  margin: 0 8px;
  font-size: 0.9em;
  opacity: 0.7;
}
.value-display {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 6px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4;
  background-color: var(--status-info-bg);
  color: var(--text-primary);
  border: 2px solid var(--border-primary);
  max-width: 800px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.value-display:hover {
  background-color: var(--background-tertiary);
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.value-display.empty {
  color: var(--text-tertiary);
  background-color: transparent;
  border-style: dashed;
}
.os-hq2-dropdown-trigger {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: var(--background-primary);
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}
.os-hq2-dropdown-trigger:hover {
  background: var(--background-hover);
  color: var(--text-primary);
}
.os-hq2-dropdown-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 1000;
}
.os-hq2-dropdown-menu.visible {
  opacity: 1;
  visibility: visible;
}
.os-hq2-dropdown-content {
  min-width: 180px;
  background: var(--background-primary);
  border: 1px solid var(--border-primary);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 4px;
}
.os-hq2-dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  color: var(--text-primary);
  transition: all 0.2s ease;
}
.os-hq2-dropdown-item:hover {
  background: var(--background-tertiary);
}
.os-hq2-dropdown-item:hover .os-hq2-dropdown-item-icon {
  opacity: 1;
  transform: scale(1.1);
  color: var(--text-primary);
}
.os-hq2-dropdown-item:hover .os-hq2-dropdown-item-text {
  color: var(--text-primary);
  font-weight: 500;
}
.os-hq2-dropdown-item:active {
  transform: translateX(2px) scale(0.98);
}
.os-hq2-dropdown-item.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.os-hq2-dropdown-item.disabled:hover {
  background: none;
  transform: none;
}
.os-hq2-dropdown-item.disabled:hover .os-hq2-dropdown-item-icon {
  opacity: 0.5;
  transform: none;
  color: var(--text-secondary);
}
.os-hq2-dropdown-item.disabled:hover .os-hq2-dropdown-item-text {
  font-weight: normal;
}
.os-hq2-dropdown-item.danger {
  color: var(--status-error);
}
.os-hq2-dropdown-item.danger .os-hq2-dropdown-item-icon {
  color: var(--status-error);
}
.os-hq2-dropdown-item.danger:hover {
  background: var(--status-error-bg);
  color: var(--status-error);
}
.os-hq2-dropdown-item.danger:hover .os-hq2-dropdown-item-icon {
  color: var(--status-error);
}
.os-hq2-dropdown-item-icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  color: var(--text-secondary);
  opacity: 0.7;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.os-hq2-dropdown-item-text {
  flex: 1;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease;
}
.os-hq2-dropdown-divider {
  height: 1px;
  background: var(--border-primary);
  margin: 4px 0;
}
.os-hq2-product-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
}
.os-hq2-product-secondary-actions {
  margin-left: auto;
}
.os-hq2-product-horizontal-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  align-items: start;
}
.os-hq2-product-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.os-hq2-product-title {
  font-size: 16px;
  font-weight: bold;
  color: var(--text-primary);
  text-decoration: none;
}
.os-hq2-product-title:hover {
  color: var(--action-primary);
  text-decoration: underline;
}
.os-hq2-product-badges {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.os-hq2-product-details-row {
  display: flex;
  gap: 8px;
  margin-bottom: 4px;
}
.os-hq2-product-details-label {
  font-weight: 500;
  color: var(--text-primary);
}
.os-hq2-product-details-value {
  color: var(--text-secondary);
}
.os-hq2-product-card-layout {
  display: flex;
  align-items: stretch;
  position: relative;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.os-hq2-product-card-layout:has(.os-hq2-product-delete-button:hover) {
  border: 2px solid var(--status-error);
  border-radius: 12px;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--status-error) 15%, transparent);
}
.os-hq2-product-content-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 8px 16px;
  display: flex;
}
.os-hq2-product-cover {
  width: 280px;
  flex-shrink: 0;
  background-color: var(--background-secondary);
  overflow: hidden;
  position: relative;
  aspect-ratio: 1.77777778;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
}
.os-hq2-product-cover-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.os-hq2-product-cover-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.os-hq2-product-cover-badges {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
}
.os-hq2-product-delete-button {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: var(--background-primary);
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.2s ease;
  z-index: 2;
  border: 1px solid var(--border-error);
}
.os-hq2-product-delete-button svg {
  width: 16px;
  height: 16px;
}
.os-hq2-product-delete-button:hover {
  transform: scale(1.1);
  background: var(--status-error-bg);
  color: var(--status-error);
  border-color: var(--border-error);
  opacity: 1;
}
.os-hq2-product-delete-button:active {
  transform: scale(0.95);
}
.os-hq2-product-clone-indicator {
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 2px solid var(--status-warning);
  border-radius: 14px;
  pointer-events: none;
  z-index: 1;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--status-warning) 25%, transparent);
  animation: pulsatingClone 2s infinite;
}
.os-hq2-product-clone-badge {
  position: absolute;
  top: 8px;
  right: 48px;
  background: var(--status-warning);
  color: var(--background-primary);
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 2px 4px color-mix(in srgb, var(--status-warning) 25%, transparent);
}
.os-hq2-product-clone-badge:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px color-mix(in srgb, var(--status-info) 35%, transparent);
  cursor: pointer;
}
.os-hq2-product-clone-badge svg {
  width: 14px;
  height: 14px;
  color: var(--background-primary);
}
.os-hq2-product-has-clones {
  position: relative;
}
.os-hq2-product-has-clones::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 2px solid var(--status-info);
  border-radius: 14px;
  z-index: 1;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--status-info) 25%, transparent);
  animation: pulsatingHasClones 2s infinite;
  pointer-events: none;
}
.os-hq2-product-has-clones .os-hq2-product-clones-badge {
  position: absolute;
  top: 8px;
  right: 48px;
  background: var(--status-info);
  color: var(--background-primary);
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 2px 4px color-mix(in srgb, var(--status-info) 25%, transparent);
  transition: all 0.2s ease;
}
.os-hq2-product-has-clones .os-hq2-product-clones-badge:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px color-mix(in srgb, var(--status-info) 35%, transparent);
}
.os-hq2-product-has-clones .os-hq2-product-clones-badge svg {
  width: 14px;
  height: 14px;
  color: var(--background-primary);
}
.os-hq2-product-clones-modal {
  width: 100%;
  max-width: 600px;
}
.os-hq2-product-clones-modal-list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.os-hq2-product-clones-modal-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  background: var(--background-secondary);
  transition: all 0.2s ease;
}
.os-hq2-product-clones-modal-item:hover {
  background: var(--background-tertiary);
}
.os-hq2-product-clones-modal-item-title {
  flex: 1;
  font-weight: 500;
  color: var(--text-primary);
}
.os-hq2-product-clones-modal-item-actions {
  display: flex;
  gap: 8px;
}
.os-hq2-header-search {
  flex: 0 1 400px;
  min-width: 200px;
  display: none;
  align-items: center;
  margin: 0 16px;
}
.os-hq2-header-search input {
  width: 100%;
  height: 32px;
  border: 1px solid var(--border-primary);
  border-radius: 6px;
  padding: 0 12px;
  font-size: 14px;
  background: var(--background-primary);
  color: var(--text-primary);
  transition: all 0.2s ease;
  margin: 0;
}
.os-hq2-header-search input:hover {
  border-color: var(--border-secondary);
  background: var(--background-secondary);
}
.os-hq2-header-search input:focus {
  outline: none;
  border-color: var(--action-primary);
  background: var(--background-primary);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--action-primary) 20%, transparent);
}
.os-hq2-header-search input::placeholder {
  color: var(--text-tertiary);
}
.os-hq2-section-header {
  padding-bottom: 8px;
}
.os-hq2-section-header h3 {
  font-size: 14px;
  font-weight: 500;
  color: #5f6368;
  margin: 0;
}
.os-hq2-parent-channel-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 16px 0 16px 24px;
  position: relative;
}
.os-hq2-parent-channel-wrapper::before {
  content: '';
  position: absolute;
  left: -24px;
  top: 50%;
  width: 16px;
  height: 3px;
  background-color: var(--border-primary);
  border-radius: 2px;
}
.os-hq2-parent-channel-wrapper::after {
  content: '';
  position: absolute;
  left: -24px;
  top: -8px;
  bottom: 90px;
  width: 3px;
  background-color: var(--border-primary);
  border-radius: 2px;
}
.os-hq2-parent-channel-card {
  flex: 1;
}
.os-hq2-page-header {
  background: var(--background-primary);
  padding: 24px 32px;
  border-bottom: 1px solid var(--border-primary);
  margin: -20px -20px 24px -20px;
  position: sticky;
  top: 50px;
  z-index: 9999;
  transition: all 0.3s ease;
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--border-primary);
}
.os-hq2-page-header--compact {
  padding: 12px 32px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.os-hq2-page-header--compact .os-hq2-page-header-title {
  font-size: 16px;
}
.os-hq2-page-header--compact .os-hq2-header-search {
  height: 32px;
}
.os-hq2-page-header-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  transition: all 0.3s ease;
}
.os-hq2-page-header-actions {
  display: flex;
  gap: 12px;
}
.os-hq2-main-content {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.os-hq2-main-content.layout-list .os-hq2-content-group,
.os-hq2-main-content.layout-list .zone-content-wrapper > * {
  max-width: 100%;
}
.os-hq2-main-content.layout-grid-2 .os-hq2-content-groups {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.os-hq2-main-content.layout-grid-2 .zone-content-wrapper {
  display: contents;
}
.os-hq2-main-content.layout-grid-3 .os-hq2-content-groups {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.os-hq2-main-content.layout-grid-3 .zone-content-wrapper {
  display: contents;
}
@media (max-width: 1200px) {
  .os-hq2-main-content.layout-grid-3 .os-hq2-content-groups {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .os-hq2-main-content.layout-grid-2 .os-hq2-content-groups,
  .os-hq2-main-content.layout-grid-3 .os-hq2-content-groups {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media (max-width: 1400px) {
  .os-hq2-main-content.layout-grid-3 .os-hq2-content-groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}
@media (max-width: 1024px) {
  .os-hq2-main-content.layout-grid-2 .os-hq2-content-groups,
  .os-hq2-main-content.layout-grid-3 .os-hq2-content-groups {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
}
.os-hq2-content-groups {
  margin: 0;
  padding: 0;
}
.os-hq2-content-group {
  background: var(--background-primary);
  border: 1px solid var(--border-primary);
  border-radius: 12px;
  overflow: hidden;
}
.os-hq2-clones-info-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.os-hq2-clones-info-header {
  color: var(--text-secondary);
  font-size: 14px;
}
.os-hq2-clones-info-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.os-hq2-clones-info-item {
  background: var(--background-secondary);
  border-radius: 8px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: all 0.2s ease;
}
.os-hq2-clones-info-item:hover {
  background: var(--background-tertiary);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.os-hq2-clones-info-item-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.os-hq2-clones-info-item-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.os-hq2-clones-info-item-type {
  display: flex;
  gap: 8px;
}
.os-hq2-clones-info-item-authors {
  font-size: 14px;
  color: var(--text-secondary);
}
.os-hq2-clones-info-item-actions {
  flex-shrink: 0;
}
.os-hq2-product-preview {
  background: var(--background-primary);
  border: 1px solid var(--border-primary);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.2s ease;
}
.os-hq2-product-preview:hover {
  transform: translateY(-1px);
  border-color: var(--border-secondary);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.os-hq2-product-preview-content {
  display: flex;
  align-items: stretch;
}
.os-hq2-product-preview-cover {
  width: 140px;
  flex-shrink: 0;
  background: var(--background-tertiary);
  position: relative;
  overflow: hidden;
}
.os-hq2-product-preview-cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.os-hq2-product-preview-cover-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-tertiary);
  font-size: 13px;
}
.os-hq2-product-preview-cover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  z-index: 1;
}
.os-hq2-product-preview-badges {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.os-hq2-product-preview-info {
  flex: 1;
  min-width: 0;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.os-hq2-product-preview-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 4px;
}
.os-hq2-product-preview-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-primary);
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.os-hq2-product-preview-type {
  flex-shrink: 0;
}
.os-hq2-product-preview-authors {
  font-size: 13px;
  color: var(--text-secondary);
  margin-top: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.os-hq2-product-preview-actions {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}
.os-hq2-product-preview-status {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
}
.os-hq2-product-preview-info {
  flex: 1;
  min-width: 0;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.os-hq2-product-preview-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.os-hq2-product-preview-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-primary);
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.os-hq2-product-preview-badges {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.os-hq2-product-preview-secondary-badges {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.os-hq2-product-preview-secondary-badges .os-hq2-badge {
  font-size: 12px;
  padding: 2px 8px;
}
.os-hq2-product-preview-badges-container {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 4px 0;
}
.os-hq2-product-preview-badges-container .os-hq2-badge {
  font-size: 12px;
  padding: 2px 8px;
}
.os-hq2-product-preview-authors {
  font-size: 13px;
  color: var(--text-secondary);
  margin-top: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.os-hq2-product-preview-actions {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}
.os-hq2-channel-preview-placeholder {
  height: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(45deg, var(--background-secondary) 0%, var(--background-primary) 100%);
  border-radius: 8px;
  text-align: center;
  border: 1px solid var(--border-primary);
}
.os-hq2-channel-preview-placeholder-icon {
  font-size: 24px;
}
.os-hq2-channel-preview-placeholder-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
}
.os-hq2-channel-preview-placeholder-description {
  font-size: 13px;
  color: var(--text-secondary);
  max-width: 240px;
  margin: 0 auto;
}
.os-hq2-channel-preview-error {
  height: 160px;
  background: var(--background-secondary);
  border-radius: 8px;
}
.os-hq2-channel-preview-error-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px;
  text-align: center;
}
.os-hq2-channel-preview-error-icon {
  font-size: 24px;
}
.os-hq2-channel-preview-error-message {
  font-size: 14px;
  color: var(--status-error);
  font-weight: 500;
}
.zone-content-wrapper {
  display: contents;
}
.zone-content-wrapper .action-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  grid-column: 1 / -1;
}
.zone-content .expandable-content {
  position: relative;
}
.zone-content .expandable-content .content-preview {
  max-height: 80px;
  overflow: hidden;
  position: relative;
}
.zone-content .expandable-content .content-preview::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(transparent, var(--background-primary));
}
.zone-content .expandable-content .expand-button {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--background-primary);
  border: 1px solid var(--border-primary);
  border-radius: 16px;
  padding: 4px 12px;
  font-size: 12px;
  cursor: pointer;
}
.zone-content .expandable-content .expand-button:hover {
  background-color: var(--background-secondary);
}
.zone-content .translation-header-card {
  background-color: var(--background-primary);
  border: 1px solid var(--border-primary);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 24px;
}
.zone-content .translation-url-section h3 {
  margin: 0 0 12px;
  font-size: 14px;
  color: var(--text-tertiary);
}
.zone-content .translation-url-container {
  margin-bottom: 12px;
}
.zone-content .translation-url-container a {
  color: var(--action-primary);
  text-decoration: none;
}
.zone-content .translation-url-container a:hover {
  text-decoration: underline;
}
.zone-content .translation-actions {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
}
.os-hq2-channel-summary-cover {
  width: 100%;
  height: 160px;
  background-color: var(--background-secondary);
  border-radius: 8px;
  overflow: hidden;
}
.os-hq2-channel-summary-cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.os-hq2-channel-summary-cover-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-tertiary);
}
.os-hq2-channel-summary-card {
  background: var(--background-primary);
  border: 1px solid var(--border-primary);
  border-radius: 12px;
  overflow: hidden;
  margin-top: 24px;
}
.os-hq2-channel-summary-content {
  padding: 8px;
  display: flex;
  gap: 8px;
}
.os-hq2-channel-summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
}
.os-hq2-channel-summary-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.os-hq2-channel-summary-label {
  font-size: 12px;
  color: var(--text-tertiary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.os-hq2-channel-summary-value {
  font-size: 14px;
  color: var(--text-primary);
  font-weight: 500;
}
.os-hq2-channel-summary-error {
  color: var(--status-error);
  font-size: 14px;
  text-align: center;
  padding: 16px;
}
.os-hq2-channel-summary-search-prompt {
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--text-tertiary);
  text-align: center;
  background: linear-gradient(45deg, var(--background-secondary) 0%, var(--background-primary) 100%);
  border-radius: 8px;
  height: 160px;
  width: 100%;
}
.os-hq2-channel-summary-search-prompt-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: auto;
}
.os-hq2-channel-summary-search-prompt-description {
  font-size: 12px;
  margin-bottom: auto;
}
.os-hq2-adv-header-left {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px 12px 24px;
}
.os-hq2-adv-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 8px 24px 24px 24px;
}
.os-hq2-search-result-product {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 300px;
}
.os-hq2-search-result-thumb {
  width: 80px;
  height: 45px;
  border-radius: 4px;
  overflow: hidden;
  background: var(--background-secondary);
  flex-shrink: 0;
}
.os-hq2-search-result-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.os-hq2-search-result-thumb-placeholder {
  width: 100%;
  height: 100%;
  background: var(--background-secondary);
}
.os-hq2-search-result-info {
  min-width: 0;
}
.os-hq2-search-result-title {
  font-weight: 500;
  color: var(--text-primary);
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.os-hq2-search-result-id {
  font-size: 12px;
  color: var(--text-tertiary);
}
.os-hq2-search-result-type {
  white-space: nowrap;
}
.os-hq2-search-result-status {
  white-space: nowrap;
}
.os-hq2-search-result-authors {
  min-width: 150px;
}
.os-hq2-search-result-languages {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  min-width: 100px;
}
.os-hq2-search-result-actions {
  display: flex;
  gap: 8px;
}
.os-hq2-search-result tr:hover {
  background-color: var(--background-secondary);
}
.os-hq2-search-result-row {
  transition: background-color 0.2s ease;
}
.os-hq2-search-result-row:hover {
  background-color: var(--background-secondary);
}
.os-hq2-search-result-row:active {
  background-color: var(--background-tertiary);
}
.os-hq2-lesson-number {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-tertiary);
  font-variant-numeric: tabular-nums;
  text-align: center;
  min-width: 12px;
  cursor: grab;
}
.os-hq2-lesson-product {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 300px;
}
.os-hq2-lesson-thumb {
  width: 80px;
  height: 45px;
  border-radius: 4px;
  overflow: hidden;
  background: var(--background-secondary);
  flex-shrink: 0;
}
.os-hq2-lesson-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.os-hq2-lesson-thumb-placeholder {
  width: 100%;
  height: 100%;
  background: var(--background-secondary);
}
.os-hq2-lesson-info {
  min-width: 0;
}
.os-hq2-lesson-title {
  font-weight: 500;
  color: var(--text-primary);
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.os-hq2-lesson-id {
  font-size: 12px;
  color: var(--text-tertiary);
}
.os-hq2-lesson-languages {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  min-width: 100px;
}
.os-hq2-lesson-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}
.os-hq2-lesson-row {
  transition: background-color 0.2s ease;
}
.os-hq2-lesson-row:hover {
  background-color: var(--background-secondary);
}
.os-hq2-lesson-row:active {
  background-color: var(--background-tertiary);
}
.os-hq2-ewebinar-header-left {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px 12px 24px;
}
.os-hq2-ewebinar-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 8px 24px 24px 24px;
}
.os-hq2-ewebinar-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}
.os-hq2-video-content {
  padding: 0px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.os-hq2-video-preview {
  position: relative;
  width: 100%;
  height: 168.75px;
  max-width: 320px;
  border-radius: 12px;
  overflow: hidden;
  background-color: var(--background-secondary);
}
.os-hq2-video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.os-hq2-video-play-button:hover {
  background: rgba(0, 0, 0, 0.7);
  transform: translate(-50%, -50%) scale(1.1);
}
.os-hq2-video-play-button:active {
  transform: translate(-50%, -50%) scale(0.95);
}
.os-hq2-video-header-left {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px 12px 24px;
}
.os-hq2-video-subtitles {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.os-hq2-video-subtitles-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.os-hq2-video-subtitles-header h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
}
.os-hq2-video-subtitles-legend {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-secondary);
}
.os-hq2-video-subtitles-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.os-hq2-video-subtitle-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background: var(--background-primary);
  border: 1px solid var(--border-primary);
  border-radius: 8px;
  transition: all 0.2s ease;
  min-width: 260px;
}
.os-hq2-video-subtitle-item:hover {
  background: var(--background-hover);
  border-color: var(--border-secondary);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.os-hq2-video-subtitle-item.has-subtitles {
  border-left: 3px solid var(--status-success);
}
.os-hq2-video-subtitle-item .language-name {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-primary);
}
.os-hq2-video-subtitle-item .actions {
  display: flex;
  gap: 8px;
}
.os-hq2-video-subtitle-item .actions button {
  opacity: 0.7;
  transition: all 0.2s ease;
}
.os-hq2-video-subtitle-item .actions button:hover {
  opacity: 1;
  transform: scale(1.05);
}
.os-hq2-video-subtitle-item .actions button:active {
  transform: scale(0.95);
}
.os-hq2-sponsor-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 0px 24px 24px 24px;
}
.sponsor-zone-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}
.sponsor-zone-header {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 4px 0;
}
.sponsor-zone-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}
.sponsor-zone-actions .os-chip-icon {
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  color: var(--text-secondary);
  transition: all 0.2s ease;
}
.sponsor-zone-actions .os-chip-icon:hover {
  background: var(--background-hover);
  color: var(--text-primary);
}
.sponsor-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sponsor-empty-state {
  color: var(--text-tertiary);
  font-size: 14px;
  padding: 8px 0;
}
.os-hq2-video-actions,
.os-hq2-video-notifications {
  display: flex;
  gap: 8px;
}
.os-hq2-video-header-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.os-hq2-clone-info-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.os-hq2-clone-info-header {
  color: var(--text-secondary);
  font-size: 14px;
}
.os-hq2-clone-info-product {
  background: var(--background-secondary);
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.os-hq2-clone-info-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
}
.os-hq2-clone-info-type {
  display: flex;
  gap: 8px;
}
.os-hq2-clone-info-authors {
  font-size: 14px;
  color: var(--text-secondary);
}
.os-hq2-clone-info-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}
@keyframes pulsatingClone {
  0% {
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--status-warning) 25%, transparent);
  }
  50% {
    box-shadow: 0 0 0 6px color-mix(in srgb, var(--status-warning) 15%, transparent);
  }
  100% {
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--status-warning) 25%, transparent);
  }
}
@keyframes pulsatingHasClones {
  0% {
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--status-info) 25%, transparent);
  }
  50% {
    box-shadow: 0 0 0 6px color-mix(in srgb, var(--status-info) 15%, transparent);
  }
  100% {
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--status-info) 25%, transparent);
  }
}
.os-hq2-subscription-user {
  padding: 8px;
  min-width: 250px;
}
.os-hq2-subscription-user .user-name {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 4px;
}
.os-hq2-subscription-user .user-email {
  font-size: 0.9em;
  color: var(--text-secondary);
  margin-bottom: 6px;
}
.os-hq2-subscription-user .user-location {
  margin-top: 4px;
  display: flex;
  gap: 6px;
  align-items: center;
}
.os-hq2-subscription-user .salesforce-id {
  font-size: 0.8em;
  margin-top: 8px;
  padding-top: 6px;
  border-top: 1px solid var(--border-primary);
}
.os-hq2-subscription-user .salesforce-id .label {
  color: var(--text-secondary);
}
.os-hq2-subscription-renewal {
  padding: 8px;
  min-width: 200px;
}
.os-hq2-subscription-renewal .payment-info {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border-primary);
}
.os-hq2-subscription-renewal .payment-info .amount {
  font-weight: bold;
  font-size: 1.2em;
  color: var(--action-primary);
}
.os-hq2-subscription-renewal .payment-info .payment-method {
  font-size: 0.85em;
  color: var(--text-secondary);
  margin-top: 4px;
}
.os-hq2-subscription-renewal .dates {
  font-size: 0.9em;
}
.os-hq2-subscription-renewal .dates .previous,
.os-hq2-subscription-renewal .dates .next {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-bottom: 4px;
}
.os-hq2-subscription-renewal .dates .label {
  color: var(--text-secondary);
  min-width: 45px;
}
.os-hq2-subscription-dates .next-renewal {
  font-weight: 600;
  font-size: 1.1em;
  color: var(--text-primary);
}
.os-hq2-subscription-dates .previous-renewal {
  font-size: 0.85em;
  color: var(--text-secondary);
  margin-top: 2px;
}
.os-hq2-subscription-compact-user .user-main {
  padding: 4px 0;
}
.os-hq2-subscription-compact-user .user-main .user-identity {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.os-hq2-subscription-compact-user .user-main .user-identity .name-and-badges {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.os-hq2-subscription-compact-user .user-main .user-identity .name-and-badges .user-link {
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
}
.os-hq2-subscription-compact-user .user-main .user-identity .name-and-badges .user-link .os-user-preview {
  padding: 4px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
.os-hq2-subscription-compact-user .user-main .user-identity .name-and-badges .user-link .os-user-preview:hover {
  background-color: var(--background-hover);
}
.os-hq2-subscription-compact-user .user-main .user-identity .name-and-badges .location-badges {
  display: flex;
  gap: 4px;
}
.os-hq2-subscription-compact-user .user-main .user-identity .user-meta {
  margin-left: 4px;
}
.os-hq2-subscription-compact-user .user-main .user-identity .user-meta .user-email {
  font-size: 0.9em;
  color: var(--text-secondary);
}
.os-hq2-subscription-compact-user .user-main .user-identity .user-meta .sf-id-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: monospace;
  font-size: 0.85em;
  padding: 2px 6px;
  margin-top: 4px;
  background: var(--background-secondary);
  border-radius: 4px;
  align-self: flex-start;
}
.os-hq2-subscription-compact-user .user-main .user-identity .user-meta .sf-id-wrapper .sf-label {
  color: var(--text-tertiary);
}
.os-hq2-subscription-compact-user .user-main .user-identity .user-meta .sf-id-wrapper .sf-id {
  color: var(--text-primary);
}
.os-hq2-subscription-compact-user .user-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
  gap: 16px;
}
.os-hq2-subscription-compact-user .user-main .user-name-group {
  min-width: 0;
  flex: 1;
}
.os-hq2-subscription-compact-user .user-main .user-name-group .user-name {
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 2px;
}
.os-hq2-subscription-compact-user .user-main .user-name-group .user-email {
  font-size: 0.9em;
  color: var(--text-secondary);
}
.os-hq2-subscription-compact-user .user-main .user-salesforce {
  flex-shrink: 0;
}
.os-hq2-subscription-compact-user .user-main .user-salesforce .salesforce-id {
  margin-left: 4px;
  font-family: monospace;
  font-size: 0.9em;
}
.os-hq2-subscription-compact-user .user-location-group {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--border-primary);
}
.os-hq2-subscription-compact-user .user-location-group .location-label {
  font-size: 0.85em;
  color: var(--text-tertiary);
  margin-bottom: 4px;
}
.os-hq2-subscription-compact-user .user-location-group .location-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.os-hq2-subscription-payment .payment-amount {
  font-weight: 600;
  color: var(--action-primary);
  margin-bottom: 4px;
}
.os-hq2-subscription-payment .payment-info {
  display: flex;
  gap: 8px;
  align-items: center;
}
.os-hq2-subscription-payment .payment-info .payment-method {
  font-size: 0.85em;
  color: var(--text-secondary);
}
.os-hq2-subscription-product {
  min-width: 350px;
  padding: 8px;
}
.os-hq2-subscription-product .product-preview {
  border: 1px solid var(--border-primary);
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
}
.os-hq2-subscription-product .product-preview:hover {
  border-color: var(--border-secondary);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.os-hq2 .csvTable-row {
  transition: background-color 0.2s ease;
}
.os-hq2 .csvTable-row:hover {
  background-color: var(--background-hover);
}
.os-hq2 .csvTable-row td {
  padding: 8px 12px;
  vertical-align: middle;
  border-bottom: 1px solid var(--border-primary);
}
.os-hq2 .csvTable.loading {
  opacity: 0.6;
  pointer-events: none;
}
.os-hq2 .csvTable.loading tbody tr td {
  background: linear-gradient(90deg, var(--background-secondary) 25%, var(--background-tertiary) 37%, var(--background-secondary) 63%);
  background-size: 400% 100%;
  animation: skeleton-loading 1.4s ease infinite;
}
.os-hq2 .csvTable.no-results tbody::after {
  content: attr(data-message);
  display: block;
  padding: 20px;
  text-align: center;
  color: var(--text-tertiary);
}
@keyframes skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.os-hq2-purchase-date {
  font-family: monospace;
  color: var(--text-secondary);
  font-size: 13px;
}
.os-hq2-purchase-user {
  min-width: 180px;
}
.os-hq2-purchase-products {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 350px;
}
.os-hq2-purchase-payment {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 200px;
}
.os-hq2-purchase-payment-row {
  display: grid;
  grid-template-columns: 80px 1fr 40px;
  gap: 8px;
  align-items: baseline;
  font-variant-numeric: tabular-nums;
  font-family: monospace;
  font-size: 13px;
}
.os-hq2-purchase-payment-label {
  color: var(--text-secondary);
  white-space: nowrap;
}
.os-hq2-purchase-payment-value {
  text-align: right;
  font-weight: 500;
  color: var(--text-primary);
}
.os-hq2-purchase-payment-currency {
  color: var(--text-secondary);
  font-size: 12px;
}
.os-hq2-purchase-payment-vat-info {
  color: var(--text-tertiary);
  font-size: 12px;
  text-align: right;
  grid-column: 1 / -1;
  padding-top: 2px;
  display: inline;
  font-weight: normal;
  padding: 0 2px;
}
.os-hq2-purchase-payment-total {
  font-weight: 600;
}
.os-hq2-purchase-payment-total .os-hq2-purchase-payment-value {
  color: var(--text-primary);
}
.os-hq2-purchase-payment-eur {
  color: var(--text-tertiary);
}
.os-hq2-purchase-payment-eur .os-hq2-purchase-payment-value {
  color: var(--text-secondary);
}
.os-hq2-purchase-transaction {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 140px;
}
.os-hq2-purchase-transaction .payment-method {
  font-weight: 500;
  color: var(--text-primary);
}
.os-hq2-purchase-transaction .payment-method .os-hq2-badge {
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
}
.os-hq2-purchase-transaction .transaction-id {
  font-size: 12px;
  color: var(--text-secondary);
  font-family: monospace;
  word-break: break-all;
}
.os-hq2-purchase-transaction .coupon-code {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}
.os-hq2-purchase-transaction .coupon-code .coupon-label {
  color: var(--text-tertiary);
}
.os-hq2-purchase-transaction .coupon-code .coupon-value {
  color: var(--text-primary);
  font-weight: 500;
}
.os-hq2-purchase-transaction .coupon-code .os-hq2-badge {
  font-size: 12px;
}
.os-hq2-purchase-status {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 140px;
}
.os-hq2-purchase-status .expiry-date {
  font-size: 13px;
  color: var(--text-secondary);
}
.os-hq2-purchase-status .canceled-products {
  font-size: 13px;
  color: var(--status-error);
}
.os-hq2-purchase-status .consumption-status {
  font-size: 13px;
  font-weight: 500;
}
.os-hq2-purchase-status .consumption-status.si {
  color: var(--status-success);
}
.os-hq2-purchase-status .consumption-status.no {
  color: var(--status-warning);
}
.os-hq2-purchase-status .consumption-status.bloccato {
  color: var(--status-error);
}
.os-hq-menu-element {
  display: block;
}
.os-hq-data {
  width: 100%;
}
.os-hq-data-wrapper {
  width: 100%;
  display: flex;
  padding: 5px 0;
}
.os-hq-data-wrapper-label {
  display: inline-block;
  background-color: #9BCB52;
  min-width: 150px;
  max-width: 150px;
  width: 150px;
  padding: 5px 10px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
}
.os-hq-data-wrapper-value {
  display: inline-block;
  flex: auto;
  padding: 5px 10px;
}
.os-hq-user-top-section {
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  max-width: 20%;
}
.os-hq-user-top-section-userpic {
  width: 150px;
  height: 150px;
  border-radius: 100%;
}
.os-hq-purchase-user,
.os-hq-purchase-product {
  width: 50%;
}
.os-hq-purchase-user .os-hq-user-top-section {
  max-width: 50%;
}
.os-hq-product-top-section {
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  max-width: 30%;
  width: 30%;
}
.os-hq-product-top-section-cover {
  width: 240px;
  height: 135px;
}
.os-hq-title {
  font-size: 32px;
  font-weight: bold;
  color: #252b32;
}
.os-hq-description {
  font-size: 14px;
  color: #252b32;
  max-width: 600px;
}
.os-hq-albero-filtri {
  display: flex;
  align-items: center;
}
.os-hq-albero-filtri-checkbox {
  width: 850px;
  max-width: 100%;
  align-self: center;
  padding: 0px 50px;
  margin-top: 25px;
}
.os-hq-albero-filtri-nascondi {
  display: flex;
}
.os-hq-albero-prodotto {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #929292;
  display: grid;
  grid-template-columns: 88px 88px;
  grid-template-rows: 25px 99px 25px;
  grid-template-areas: "title title" "cover cover" "language icon";
}
.os-hq-albero-prodotto-center {
  position: relative;
  bottom: 50%;
  left: calc(50% - 12px);
}
.os-hq-albero-prodotto-wrap {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fill, 176px);
}
.os-hq-albero-prodotto-icon {
  padding-right: 5px;
  grid-area: icon;
  background-color: #000000;
  color: #ffffff;
  font-size: 16px;
  display: flex;
  justify-content: flex-end;
}
.os-hq-albero-prodotto-title {
  grid-area: title;
  background-color: #000000;
  display: inline-grid;
  align-content: center;
}
.os-hq-albero-prodotto-title-text {
  font-size: 12px;
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: normal;
  max-width: 140px;
  margin-left: 5px;
}
.os-hq-albero-prodotto-language {
  grid-area: language;
  background-color: #000000;
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
  padding-left: 5px;
  display: flex;
  align-items: center;
}
.os-hq-albero-prodotto-image {
  grid-area: cover;
  justify-content: center;
  display: inline-flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.os-hq-albero-prodotto-drag {
  background-color: #000000;
  color: #ffffff;
  padding: 4px;
  font-size: 16px;
  cursor: grab;
}
.os-hq-albero-dato {
  background: #E6F0E8;
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  height: 25px;
  width: 700px;
  display: flex;
  align-items: center;
}
.os-hq-albero-dato-disabled {
  background: #ffffff;
  border: 1px dashed #D8D8D8;
}
.os-hq-albero-dato-text {
  font-size: 12px;
  color: #252b32;
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */
  -webkit-user-drag: none;
  display: inline-flex;
  align-items: center;
  font-weight: normal;
}
.os-hq-albero-dato-text-pen {
  color: #252b32;
}
.os-hq-albero-dato-text-pen:hover {
  color: #9BCB52;
}
.os-hq-albero-dato-icon {
  font-size: 12px;
  color: #252b32;
}
.os-hq-albero-dato-icon-disabled {
  font-size: 12px;
  color: #929292;
  text-decoration-line: line-through;
}
.os-hq-albero-dato-icon-black {
  font-size: 12px;
  color: #252b32;
}
.os-hq-albero-dato-placeholder {
  height: 25px;
  width: 400px;
  border: 1px dashed #D8D8D8;
  margin-bottom: 10px;
}
.os-hq-albero-dato-sortable {
  list-style: none;
}
.os-hq-albero-dato-sortable > li:first-child {
  margin-top: 5px;
}
.os-hq-template {
  padding: 20px 80px 150px 80px;
}
.os-hq-boldText {
  font-weight: bold;
}
.os-hq-conf-vetrine-slot-row {
  height: 110px;
  width: 600px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 5px 5px 5px lightgrey;
  display: flex;
  margin-bottom: 15px;
}
.os-hq-conf-vetrine-slot-row-img {
  height: 110px;
  width: 200px;
  border-radius: 15px 0 0 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.os-hq-conf-vetrine-slot-row-right {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
.os-hq-conf-vetrine-slot-row-icon {
  width: 15px;
}
.os-hq-conf-vetrine-divWrapSlot {
  height: 216px;
  width: 384px;
  border-radius: 8px;
}
.os-hq-shelfs {
  list-style: none;
}
.os-hq-shelfs-list {
  background: #fff;
  box-shadow: 0 5px 10px rgb(212 212 212);
  padding: 10px;
  max-width: 1000px;
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.os-hq-shelfs-list-item {
  width: 225px;
  text-align: center;
  margin-right: 20px;
  flex-grow: 1;
}
.os-hq-shelfs-list-item.bold {
  font-weight: bold;
}
.os-hq-shelfs-slot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  box-shadow: 0 5px 10px rgb(212 212 212);
  padding: 10px;
  max-width: 1000px;
  width: 100%;
}
.os-hq-shelfs-slot-icon {
  width: 225px;
  text-align: center;
  margin-right: 20px;
}
.os-hq-separator {
  height: 1px;
  width: 90%;
  border: 1px solid #616D7A;
  margin: 0 auto 20px auto;
}
.os-hq-formPage-newForm-contaner {
  display: flex;
  align-items: baseline;
  margin-bottom: 25px;
}
.os-hq-formPage-newForm-contaner > p {
  margin-right: 10px;
}
@media screen and (max-width: 1180px) {
  .os-hq-template {
    padding: 20px 20px 100px 20px;
  }
  .os-hq-albero-filtri {
    flex-direction: column;
  }
  .os-hq-albero-filtri-nascondi {
    flex-direction: column;
  }
}
@media screen and (max-width: 809px) {
  .os-hq-template {
    padding: 10px 10px 100px 10px;
  }
  .os-hq-menu-element {
    display: inline-block;
  }
  .os-hq-data-wrapper {
    display: block;
  }
  .os-hq-data-wrapper-label {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .os-hq-data-wrapper-value {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.buy-start-paypal2-disabled {
  position: relative;
  margin-bottom: -8px;
}
.buy-start-paypal2-disabled::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 88%;
  background-color: white;
  opacity: 0.5;
  z-index: 1000;
  border-radius: 3px;
}
.buy-start-coupon-container {
  display: flex;
}
.buy-start-coupon-container > div {
  display: inline-block;
  width: 60%;
  padding-right: 10px;
  margin: 0 !important;
}
.buy-start-coupon-container > div > label > input {
  height: 45px;
}
.buy-start-coupon-container > button.os-b1-main {
  display: inline-block;
  width: 40%;
  align-self: flex-end;
}
.buy-start-printpair {
  display: flex;
}
.buy-start-printpair span {
  display: block;
  flex: 2;
}
.buy-start-printpair span:last-child {
  flex: 1;
  text-align: right;
}
.buy-start-link {
  text-decoration: underline;
  font-size: 16px;
  padding: 0px;
  font-weight: normal;
  line-height: unset;
}
.buy-start-link-orange {
  background-color: #f5a623;
}
.buy-start-link-orange:hover,
.buy-start-link-orange:focus {
  background-color: #db8c0a !important;
}
.buy-start-link-blue {
  color: #0084b4;
}
.buy-start-link-blue:hover,
.buy-start-link-blue:focus {
  color: #005f81 !important;
}
.buy-start-button-blue {
  background-color: #0084b4;
}
.buy-start-button-blue:hover,
.buy-start-button-blue:focus {
  background-color: #005f81 !important;
}
.buy-start-blue {
  color: #0084b4;
}
.buy-start-green {
  color: #9bcb52;
}
.buy-start-paypal {
  height: 45px;
  background-color: #d8d8d8;
  vertical-align: middle;
  border-radius: 4px;
  box-shadow: "none";
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 45px;
}
.buy-start-paypal:disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media screen and (max-width: 809px) {
  .buy-start-link-orange {
    width: 100%;
  }
  .buy-start-coupon-container {
    flex-direction: column;
  }
  .buy-start-coupon-container > div {
    width: 100%;
    margin-bottom: 10px !important;
    padding: 0;
  }
  .buy-start-coupon-container > button.os-b1-main {
    width: 100%;
  }
}
.os-product2 {
  position: relative;
}
.os-product2-videopreview {
  margin-bottom: 40px;
}
.os-product2-wrapper {
  padding: 40px 80px;
}
.os-product2-wrapper-subtitle {
  font-size: 28px;
  color: #9BCB52;
  max-width: 60%;
  margin-bottom: 40px;
  margin-right: 420px !important;
}
.os-product2-wrapper-sub-subtitle {
  font-size: 22px;
  color: #9BCB52;
  max-width: 60%;
  margin: 20px 0;
  font-weight: 600;
  margin-right: 420px !important;
}
.os-product2-wrapper-description {
  font-size: 14px;
  color: #617d8b;
  max-width: 60%;
  margin-bottom: 40px;
  margin-right: 420px !important;
}
.os-product2-infograph {
  max-width: 60%;
  margin-bottom: 40px;
}
.os-product2-subtitles-title {
  padding: 10px 0px 35px 80px;
  font-weight: 700;
}
@media screen and (min-width: 810px) and (max-width: 1180px) {
  .os-product2-videopreview {
    width: 336px;
    height: 189px;
    margin: auto !important;
  }
  .os-product2-wrapper-subtitle {
    margin: 20px !important;
    max-width: 100%;
    padding: 0 10px;
  }
  .os-product2-wrapper-sub-subtitle {
    padding: 0 10px;
  }
  .os-product2-wrapper-description {
    margin: 20px !important;
    max-width: 100%;
    padding: 0 10px;
  }
  .os-product2-infograph {
    margin: 20px !important;
    max-width: 100%;
  }
}
@media screen and (max-width: 809px) {
  .os-product2-subtitles-title {
    padding: 10px 0px 35px 0px;
  }
  .os-product2-videopreview {
    width: 336px !important;
    height: 189px !important;
    margin: auto !important;
  }
  .os-product2-wrapper-subtitle {
    max-width: 100%;
    margin: 25px 0 !important;
    padding: 0 10px;
  }
  .os-product2-wrapper-sub-subtitle {
    max-width: 100%;
    margin: 20px auto !important;
    width: 336px;
  }
  .os-product2-wrapper-description {
    max-width: 100%;
    margin: 0 !important;
    padding: 0 10px;
  }
  .os-product2-infograph {
    max-width: 100%;
  }
}
.error-page-message {
  display: block;
  padding: 0 16px;
  margin: auto;
  max-width: 800px;
  font-weight: 300;
}
.error-page-message-image {
  max-width: 220px;
  margin: auto;
  margin-bottom: 100px;
}
.error-page-message-text {
  color: #6d6d6d;
  /* line-height: 1; */
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 100px;
}
.error-page-message-text-title {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 65px;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.error-page-message-text-subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  align-items: center;
  text-align: center;
  margin-bottom: 100px;
  color: #FFFFFF;
  max-height: 100px;
  overflow-y: auto;
}
.error-page-message-text-description {
  font-size: 15px;
  margin-top: 16px;
}
@media screen and (max-width: 809px) {
  .error-page-message-text {
    padding: 50px 0;
  }
  .error-page-message-text-subtitle {
    margin-bottom: 50px;
  }
  .error-page-message-image {
    margin-bottom: 75px;
  }
}
.os-mgr-footer {
  margin-top: 50px;
  text-align: center;
}
.os-mgr-footer .greenlink {
  font-weight: bold;
  color: #9BCB52;
}
.bp1-desktop {
  display: block;
}
.bp1-desktop-image {
  width: 576px;
  height: 15vw;
  margin: 2.5vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.bp1-right-image {
  float: left;
}
.bp1-left-image {
  float: right;
}
.bp1-mobile {
  display: none;
}
.bp1-header {
  width: 100vw;
  height: 384px;
  position: relative;
  margin: auto;
  background-image: url("/res/migrazione/tabletimg4.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.bp1-header-motto {
  margin: auto;
  width: 100%;
  text-align: center;
  height: 5vw;
  font-size: 45px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 5vw;
  transform: translateY(7.5vw);
}
.bp1-footer {
  height: 200px;
  background: #252b32;
  padding-top: 50px;
}
.bp1-seza {
  height: 384px;
}
.bp1-seza-left {
  position: relative;
  background-color: #ffffff;
  width: 50%;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0px;
}
.bp1-seza-left:after {
  z-index: 3;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid #ffffff;
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(80%, -50%);
}
.bp1-seza-right {
  background-color: #88d44e;
  width: 50%;
  height: 100%;
  display: inline-block;
  position: absolute;
  right: 0px;
}
.bp1-sezb {
  height: 384px;
}
.bp1-sezb-right {
  position: relative;
  background-color: #ecf8f0;
  width: 50%;
  height: 100%;
  display: inline-block;
  position: absolute;
  right: 0px;
}
.bp1-sezb-right:after {
  z-index: 3;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-right: 60px solid #ecf8f0;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-80%, -50%);
}
.bp1-sezb-left {
  width: 50%;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0px;
}
.bp1-sezc {
  height: 384px;
}
.bp1-sezc-left {
  position: relative;
  background-color: #88d44e;
  width: 50%;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0px;
}
.bp1-sezc-left:after {
  z-index: 3;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid #88d44e;
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(80%, -50%);
}
.bp1-sezc-right {
  background-color: #ffffff;
  width: 50%;
  height: 100%;
  display: inline-block;
  position: absolute;
  right: 0px;
}
.bp1-sezd {
  height: 384px;
}
.bp1-sezd-right {
  position: relative;
  background-color: #ffffff;
  width: 50%;
  height: 100%;
  display: inline-block;
  position: absolute;
  right: 0px;
}
.bp1-sezd-right:after {
  z-index: 3;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-right: 60px solid #ffffff;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-80%, -50%);
}
.bp1-sezd-left {
  width: 50%;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0px;
  background-color: #ecf8f0;
}
.bp1-tocenter {
  width: 576px;
  height: 15vw;
  margin: 2.5vw;
}
.bp1-tocenter > .os-a1-main {
  height: 50px;
  width: 200px;
  position: absolute;
  margin: 0;
  border-radius: 4px;
  padding-top: 15px;
  text-align: center;
  font-family: "Open Sans", Helvetica, Arial, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  color: #ffffff;
  margin-left: 188px;
}
.bp1-tocenter > .greenbotton {
  background: #88d44e;
}
.bp1-tocenter > .greenbotton:hover {
  background-color: #88d44e !important;
  color: #ffffff !important;
}
.bp1-tocenter > .bluebotton {
  background: #2c3e50;
}
.bp1-tocenter > .bluebotton:hover {
  background-color: #2c3e50 !important;
  color: #ffffff !important;
}
.bp1-tocenter > .whitebotton {
  background: #ffffff;
  color: #88d44e;
}
.bp1-tocenter > .whitebotton:hover {
  background-color: #ffffff !important;
  color: #88d44e !important;
}
.bp1-title {
  font-family: "Open Sans", Helvetica, Arial, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  margin-bottom: 30px;
}
.bp1-text {
  font-family: "Open Sans", Helvetica, Arial, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #7f868d;
  text-align: left;
  line-height: 27px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1360px) and (min-width: 770px) {
  .bp1-desktop {
    display: block;
  }
  .bp1-desktop-image {
    width: 334px;
    height: 15vw;
    margin: 2.5vw;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .bp1-header {
    width: 100vw;
    height: 400px;
  }
  .bp1-header-motto {
    margin-top: 100px;
    width: 708px;
    margin: auto;
    line-height: 100px;
    text-align: left;
    height: 200px;
    transform: translateY(100px);
  }
  .bp1-seza {
    width: 100vw;
    height: 400px;
  }
  .bp1-sezb {
    width: 100vw;
    height: 400px;
  }
  .bp1-sezc {
    width: 100vw;
    height: 400px;
  }
  .bp1-sezd {
    width: 100vw;
    height: 400px;
  }
  .bp1-tocenter {
    width: 334px;
    height: 15vw;
    margin: 20px;
  }
  .bp1-tocenter > .os-a1-main {
    margin-left: 67px;
  }
  .bp1-title {
    margin-bottom: 20px;
  }
  .bp1-text {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 770px) {
  .bp1-desktop {
    display: none;
  }
  .bp1-mobile {
    display: block;
  }
  .bp1-mobile-image {
    margin-top: 50px;
    height: 310px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .bp1-header {
    width: 100vw;
    height: 450px;
    position: relative;
  }
  .bp1-header-motto {
    position: relative;
    width: 270px;
    margin: auto;
    line-height: 50px;
    text-align: center;
  }
  .bp1-footer {
    height: 320px;
  }
  .bp1-seza {
    width: 100vw;
    position: relative;
    height: 810px;
  }
  .bp1-seza-left {
    position: relative;
    width: 100vw;
    height: 410px;
    padding: 20px;
  }
  .bp1-seza-left:after {
    z-index: 3;
    border-bottom: 0px solid transparent;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 60px solid #ffffff;
    content: '';
    position: absolute;
    right: 50%;
    top: 100%;
    transform: translate(50%, 0%);
  }
  .bp1-seza-right {
    position: relative;
    width: 100vw;
    height: 400px;
  }
  .bp1-seza-right:after {
    border: 0px transparent;
  }
  .bp1-sezb {
    position: relative;
    width: 100vw;
    height: 830px;
  }
  .bp1-sezb-left {
    position: relative;
    width: 100vw;
    height: 430px;
    padding: 20px;
    background-color: #ecf8f0;
  }
  .bp1-sezb-left:after {
    z-index: 3;
    border-bottom: 0px solid transparent;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 60px solid #ecf8f0;
    content: '';
    position: absolute;
    right: 50%;
    top: 100%;
    transform: translate(50%, 0%);
  }
  .bp1-sezb-right {
    position: relative;
    width: 100vw;
    height: 400px;
    padding: 20px;
    float: left;
    background-color: #FFFFFF;
  }
  .bp1-sezb-right:after {
    border: 0px transparent;
  }
  .bp1-sezc {
    position: relative;
    width: 100vw;
    height: 710px;
  }
  .bp1-sezc-left {
    position: relative;
    width: 100vw;
    height: 310px;
    padding: 20px;
  }
  .bp1-sezc-left:after {
    z-index: 3;
    border-bottom: 0px solid transparent;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 60px solid #88d44e;
    content: '';
    position: absolute;
    right: 50%;
    top: 100%;
    transform: translate(50%, 0%);
  }
  .bp1-sezc-right {
    position: relative;
    width: 100vw;
    height: 400px;
    padding: 20px;
    float: left;
    background-color: #FFFFFF;
  }
  .bp1-sezc-right:after {
    border: 0px transparent;
  }
  .bp1-sezd {
    position: relative;
    width: 100vw;
    height: 810px;
  }
  .bp1-sezd-left {
    position: relative;
    width: 100vw;
    height: 410px;
    padding: 20px;
    background-color: #ffffff;
  }
  .bp1-sezd-left:after {
    z-index: 3;
    border-bottom: 0px solid transparent;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 60px solid #ffffff;
    content: '';
    position: absolute;
    right: 50%;
    top: 100%;
    transform: translate(50%, 0%);
  }
  .bp1-sezd-right {
    position: relative;
    width: 100vw;
    height: 400px;
    padding: 20px;
    float: left;
    background-color: #ecf8f0;
  }
  .bp1-sezd-right:after {
    border: 0px transparent;
  }
  .bp1-tocenter {
    width: 270px;
    height: 15vw;
    margin: auto;
    float: none !important;
  }
  .bp1-tocenter > .os-a1-main {
    margin-left: 35px;
  }
  .bp1-title {
    margin-bottom: 20px;
  }
  .bp1-text {
    margin-bottom: 20px;
  }
}
.os-account-separator {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.os-account-separator > .os-text {
  padding: 0 16px;
  color: #D8D8D8;
}
.os-account-separator > .os-line {
  height: 1px;
  width: 100%;
  background: #D8D8D8;
}
.os-account-link a {
  color: #9BCB52;
  font-weight: 700;
}
.os-account-button {
  width: 100%;
}
.os-account-button a,
.os-account-button button {
  font-size: 0.9em;
}
.os-account-lightbutton {
  width: 100%;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.os-account-lightbutton a,
.os-account-lightbutton button {
  font-size: 0.9em;
}
.os-account-inbody-text {
  font-size: 0.9em;
  margin: 0;
}
.os-account-inbody-text-center {
  text-align: center;
}
.os-account-inbody-text-light {
  font-size: 1.2rem;
  text-align: left;
  font-weight: 300;
  color: #afb4ba;
}
.os-account-inbody-text a {
  color: #9BCB52;
  font-weight: 700;
}
.os-contact-wrapper {
  width: 100%;
  text-align: center;
}
.os-contact-main {
  padding: 100px 80px;
  background-size: cover;
  background-position: center;
}
.os-contact-top-container {
  max-width: 1366px;
  margin: auto;
}
.os-contact-top-title {
  font-size: 4.8rem;
  color: #ffffff;
  font-weight: 700;
}
.os-contact-top-subtitle {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #fff;
}
.os-contact-top-contacts {
  color: #fff;
  font-size: 1.25rem;
  margin: 50px;
}
.os-contact-top-contacts a {
  color: #9BCB52;
}
.os-contact-bottom-container {
  max-width: 1366px;
  margin: auto;
}
.os-contact-bottom-title {
  color: #252B32;
  font-weight: 700;
}
.os-contact-bottom-text {
  color: #616D7A;
}
.os-contact-bottom-works {
  display: flex;
  max-width: 1366px;
  margin: 0;
}
.os-contact-inmodal {
  display: flex;
}
.os-contact-inmodal-right,
.os-contact-inmodal-left {
  flex: 1;
  padding: 30px 10px;
  text-align: left;
  width: 450px;
  max-width: 100%;
}
.os-contact-inmodal-right button,
.os-contact-inmodal-left button {
  width: 100%;
}
.os-contact-inmodal-left {
  color: #fff;
  background-color: #616d7b;
}
.os-contact-inmodal-left h1 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0px;
}
.os-contact-inmodal-left h3 {
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0px;
}
.os-contact-inmodal-left p,
.os-contact-inmodal-left span {
  font-size: 0.75rem;
  font-weight: 200;
  margin-bottom: 1.2em;
}
.os-shards-contacts-wrapper {
  width: 640px;
  height: 360px;
  padding: 15px;
  margin: 15px;
  background-size: cover;
  background-position: center;
  text-align: left;
  position: relative;
  cursor: pointer;
}
.os-shards-contacts-wrapper:hover {
  box-shadow: inset 0 0 150px #000000;
}
.os-shards-contacts-content {
  position: absolute;
  bottom: 15px;
  left: 15px;
  max-width: 610px;
}
.os-shards-contacts-title {
  color: #fff;
  font-size: 1.25rem;
}
.os-shards-contacts-description {
  color: #fff;
  font-size: 0.85rem;
}
.os-shards-contacts-readmore {
  color: #9BCB52;
  font-size: 0.85rem;
}
.os-shards-contacts-readmore:hover,
.os-shards-contacts-readmore:focus {
  color: #9BCB52;
}
.osWorkWUs {
  padding: 100px 0px;
  background-color: black;
  margin: auto;
  color: #fff;
  text-align: center;
  max-width: 947px;
}
.osWorkWUs-titleWorkWUs {
  font-weight: 700;
  font-size: 36px;
}
.osWorkWUs-subtitleWorkWUs {
  font-size: 16px;
  margin-top: 49px;
  line-height: 22px;
}
.osWorkWUs-applyNow {
  margin-top: 50px;
  width: 250px;
  height: 45px;
}
@media screen and (min-width: 810px) and (max-width: 1180px) {
  .os-shards-contacts-wrapper {
    width: 100%;
    height: 360px;
    padding: 15px;
    margin: 15px 0;
  }
  .os-contact-inmodal {
    flex-direction: column;
  }
  .os-contact-inmodal-right,
  .os-contact-inmodal-left {
    width: auto;
  }
  .os-contact-bottom-works {
    width: auto;
    flex-direction: column;
  }
  .osWorkWUs {
    padding: 100px 0px;
    background-color: black;
    margin: auto;
    color: #fff;
    text-align: center;
  }
  .osWorkWUs-titleWorkWUs {
    font-weight: 700;
    font-size: 36px;
  }
  .osWorkWUs-subtitleWorkWUs {
    font-size: 16px;
    margin-top: 49px;
    line-height: 22px;
  }
  .osWorkWUs-applyNow {
    margin-top: 50px;
  }
}
@media screen and (max-width: 809px) {
  .os-contact-main {
    padding: 0px;
  }
  .os-contact-top-container {
    padding: 20px;
    max-width: 100%;
  }
  .os-contact-top-title {
    font-size: 2.8rem;
    color: #ffffff;
  }
  .os-contact-top-subtitle {
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #fff;
  }
  .os-contact-top-contacts {
    color: #fff;
    font-size: 0.85rem;
    margin: 50px 0 ;
  }
  .os-contact-top-contacts a {
    color: #9BCB52;
  }
  .os-contact-bottom-container {
    max-width: 100%;
    padding: 20px 0;
  }
  .os-contact-bottom-title {
    padding: 20px;
    font-size: 2.8rem;
  }
  .os-contact-bottom-text {
    padding: 20px;
    font-size: 0.85rem;
  }
  .os-contact-bottom-works {
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
  .os-contact-inmodal {
    flex-direction: column;
  }
  .os-shards-contacts-wrapper {
    width: 100%;
    height: 360px;
    padding: 15px;
    margin: 15px 0;
  }
  .osWorkWUs {
    background-color: black;
    color: #fff;
    margin: auto 15px;
    padding: 50px 0px 100px 0px;
  }
  .osWorkWUs-titleWorkWUs {
    font-weight: 700;
    font-size: 32px;
  }
  .osWorkWUs-subtitleWorkWUs {
    font-size: 14px;
    margin: 35px 0px 0px 0px;
    line-height: 19px;
    text-align: initial;
  }
  .osWorkWUs-applyNow {
    margin-top: 50px;
    width: 175px;
    height: 45px;
  }
}
.os-aboutos-wrapper {
  width: 100%;
  text-align: center;
}
.os-aboutos-main-top {
  background-color: #000;
  padding: 150px 80px;
  display: flex;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-image: url("/res/newhome/chirurgo_sfumatura-desktop.jpg");
}
.os-aboutos-main-middle {
  padding: 40px 80px;
}
.os-aboutos-main-bottom {
  padding: 40px 80px;
  background-color: #eef8f0;
}
.os-aboutos-top-container {
  max-width: 1000px;
  margin: auto;
}
.os-aboutos-top-title {
  font-weight: 700;
  font-size: 4.8rem;
  color: #ffffff;
}
.os-aboutos-top-subtitle {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #fff;
  margin: 40px 0;
}
.os-aboutos-middle-container {
  max-width: 1366px;
  margin: auto;
}
.os-aboutos-middle-title {
  font-size: 2rem;
  font-weight: 700;
  color: #252B32;
}
.os-aboutos-middle-image {
  height: 300px;
  background-size: cover;
  background-position: center;
  background-image: url("/res/newhome/dottore-tavolo-computer_desktop.jpg");
}
.os-aboutos-middle-text {
  text-align: left;
  margin: 30px 0;
  font-size: 1.2rem;
  color: #616D7A;
}
.os-aboutos-middle-text ul {
  padding-left: 20px;
  margin-top: 22px;
}
.os-aboutos-bottom-container {
  max-width: 1366px;
  margin: auto;
}
.os-aboutos-bottom-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #9BCB52;
}
.os-aboutos-bottom-text {
  text-align: center;
  margin: 30px 0;
  font-size: 0.9rem;
}
@media screen and (max-width: 809px) {
  .os-aboutos-main-top {
    display: flex;
    justify-content: center;
    padding: 40px 20px;
    background-size: cover;
    background-position: center;
    background-image: url("/res/newhome/chirurgo_sfumatura-mobile.jpg");
  }
  .os-aboutos-main-middle {
    padding: 20px;
  }
  .os-aboutos-main-bottom {
    padding: 20px;
    background-color: #eef8f0;
  }
  .os-aboutos-top-title {
    font-size: 2.6rem;
    color: #ffffff;
  }
  .os-aboutos-top-subtitle {
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #fff;
  }
  .os-aboutos-top-container .os-a1-main {
    width: 100%;
  }
  .os-aboutos-middle-title {
    padding: 10px 0;
    font-size: 2rem;
  }
  .os-aboutos-middle-text {
    padding: 10px 0;
    margin: 0px;
    font-size: 0.85rem;
  }
  .os-aboutos-middle-image {
    background-image: url("/res/newhome/dottore-tavolo-computer_mobile.jpg");
  }
}
.os-shards-reference-wrapper {
  background-color: #fff;
  display: table-cell;
  border-spacing: 20px;
  vertical-align: top;
}
.os-shards-reference-wrapper:not(:last-child) {
  border-right: 20px solid #eef8f0;
}
.os-shards-reference-container {
  height: 100%;
  box-sizing: border-box;
}
.os-shards-reference-upper {
  background-color: #222c31;
  height: 120px;
  position: relative;
  padding-left: 50%;
}
.os-shards-reference-pic {
  position: absolute;
  height: 120px;
  width: 120px;
  margin: auto;
  border-radius: 120px;
  transform: translate(-50%, 50%);
  background-size: contain;
}
.os-shards-reference-lower {
  background-color: #fff;
  padding: 80px 30px 30px 30px;
}
.os-shards-reference-title {
  width: 490px;
  margin: auto;
  color: #252B32;
  font-weight: 700;
  font-size: 2rem;
}
.os-shards-reference-description {
  width: 490px;
  word-wrap: normal;
  white-space: normal;
  color: #616D7A;
}
@media screen and (min-width: 810px) and (max-width: 1180px) {
  .os-shards-reference-wrapper {
    min-width: 400px;
    margin: 20px 20px 20px 0;
  }
  .os-shards-reference-title {
    width: 400px;
  }
  .os-shards-reference-description {
    width: 400px;
  }
}
@media screen and (max-width: 809px) {
  .os-shards-reference-wrapper {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    margin: 20px 20px 20px 0;
  }
  .os-shards-reference-title {
    width: 280px;
  }
  .os-shards-reference-description {
    width: 280px;
  }
}
.os-partners-inmodal {
  max-width: 450px;
  width: 450px;
  text-align: left;
  padding: 30px;
}
.os-partners-inmodal label {
  text-transform: none;
}
.os-partners-inmodal button {
  width: 100%;
}
.os-partners-wrapper {
  width: 100%;
  text-align: center;
}
.os-partners-main-top {
  position: relative;
  padding: 150px 80px 375px 80px;
  background-size: cover;
  background-image: url(/res/newhome/ragazza-sorridente_sfumatura-desktop.jpg);
}
.os-partners-main-middle {
  padding: 40px 40px;
}
.os-partners-main-bottom {
  padding: 40px 40px 80px;
  background-color: #eef8f0;
}
.os-partners-top-container {
  max-width: 1366px;
  margin: auto;
}
.os-partners-top-title {
  font-weight: 700;
  font-size: 4.8rem;
  color: #ffffff;
}
.os-partners-top-subtitle {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #fff;
}
.os-partners-middle-container {
  position: relative;
}
.os-partners-middle-floater {
  left: 0;
  width: 100%;
  transform: translateY(-35%);
}
.os-partners-middle-floater-inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: auto;
  max-width: 90%;
}
.os-partners-middle-text {
  margin-top: 0;
  font-size: 1.4rem;
  padding: 0px 80px;
  color: #616D7A;
}
@media screen and (min-width: 810px) and (max-width: 1180px) {
  .os-partners-middle-floater {
    transform: translateY(-15%);
  }
  .os-partners-middle-floater-inner {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 809px) {
  .os-partners-inmodal {
    max-width: 100%;
  }
  .os-partners-wrapper {
    width: 100%;
    text-align: center;
  }
  .os-partners-main-top {
    position: relative;
    padding: 80px 20px;
    background-position: right bottom;
    background-image: url(/res/newhome/ragazza-sorridente_sfumatura-mobile.jpg);
  }
  .os-partners-main-middle {
    padding: 40px 40px;
    margin-top: -90px;
  }
  .os-partners-main-bottom {
    padding: 40px 40px;
    background-color: #eef8f0;
  }
  .os-partners-top-container {
    max-width: 1366px;
    margin: auto;
  }
  .os-partners-top-title {
    font-weight: 700;
    font-size: 2.8rem;
    color: #ffffff;
  }
  .os-partners-top-subtitle {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #fff;
  }
  .os-partners-middle-container {
    position: relative;
  }
  .os-partners-middle-floater {
    position: relative;
    top: 0;
    transform: translateY(-0.5%);
  }
  .os-partners-middle-floater-inner {
    display: flex;
    flex-direction: column;
  }
  .os-partners-middle-text {
    margin-top: 0px;
    font-size: 1.4rem;
    padding: 20px;
  }
}
.os-welcome-wrapper {
  width: 100%;
  text-align: center;
  padding: 10px;
  background-size: cover;
}
.os-welcome-wrapper-desktoptablet {
  display: block;
}
.os-welcome-wrapper-tablet {
  display: none;
}
.os-welcome-wrapper-tabletmobile {
  display: none;
}
.os-welcome-wrapper-onlymobile {
  display: none;
}
.os-welcome-wrapper2 {
  width: 100%;
}
.os-welcome-main-first {
  max-width: 1093px;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 160px;
}
.os-welcome-main-first-title {
  font-size: 3.84rem;
  color: #fff;
  margin-bottom: 32px;
  font-weight: 700;
}
.os-welcome-main-first-subtitle {
  font-size: 1.28rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 64px;
}
.os-welcome-main-second {
  display: flex;
  margin: auto;
  max-width: 1093px;
  text-align: center;
}
.os-welcome-main-third {
  margin: 0px;
  display: flex;
}
.os-welcome-main-third-left,
.os-welcome-main-third-right {
  flex: 1;
  background-size: cover;
  background-position: right center;
}
.os-welcome-main-third-left .os-welcome-square-wrapper {
  margin-right: 0;
  margin-left: auto;
  display: block;
}
.os-welcome-main-third-right .os-welcome-square-wrapper {
  margin-right: auto;
  margin-left: 0;
  display: block;
}
.os-welcome-main-third-squarecontainer {
  height: 100%;
  background-color: #00000000;
  pointer-events: none;
}
.os-welcome-main-third-squarecontainer:hover {
  background-color: #00000033;
}
.os-welcome-main-third-squarecontainer-square {
  pointer-events: auto;
}
.os-welcome-main-third .os-welcome-square-title,
.os-welcome-main-third .os-welcome-square-subtitle {
  font-weight: 700;
}
.os-welcome-main-fourth {
  margin: auto;
  max-width: 1093px;
  text-align: center;
  padding: 40px;
}
.os-welcome-main-fourth-icon {
  font-size: 2.08rem;
  color: #617d8b;
}
.os-welcome-main-fourth-description {
  font-size: 1.28rem;
  font-weight: 700;
  color: #000;
  margin: 20px;
}
.os-welcome-main-fourth-whitebutton,
.os-welcome-main-fourth-whitebutton:hover,
.os-welcome-main-fourth-whitebutton:focus {
  background-color: #fff !important;
  color: #617d8b !important;
  font-size: 0.96rem !important;
}
.os-welcome-main-fifth {
  margin: auto;
  max-width: 1093px;
  text-align: center;
  padding: 40px;
}
.os-welcome-main-fifth-title {
  color: #fff;
  font-size: 2.08rem;
  font-weight: 700;
  text-transform: none;
}
.os-welcome-main-fifth-subtitle {
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin: 40px 0px 80px;
}
.os-welcome-main-fifth-images {
  display: flex;
  margin: 40px 0;
}
.os-welcome-main-fifth-images img {
  max-width: 95%;
}
.os-welcome-square-wrapper {
  padding: 40px 80px;
  max-width: 544px;
}
.os-welcome-square-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.92rem;
  text-align: center;
  margin: 0px;
}
.os-welcome-square-subtitle {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  margin: 0px;
}
.os-welcome-square-icon {
  color: #fff;
  font-size: 5.44rem;
  text-align: center;
  display: block;
  margin: 40px;
}
.os-welcome-square-description {
  text-align: center;
  color: #fff;
  font-size: 0.9rem;
  margin: 0px;
}
@media screen and (min-width: 810px) and (max-width: 1180px) {
  .os-welcome-wrapper-onlydesktop {
    display: none;
  }
  .os-welcome-wrapper-desktoptablet {
    display: block;
  }
  .os-welcome-wrapper-tablet {
    display: block;
  }
  .os-welcome-wrapper-tabletmobile {
    display: block;
  }
  .os-welcome-wrapper-onlymobile {
    display: none;
  }
}
@media screen and (max-width: 809px) {
  .os-welcome-square-wrapper {
    padding: 20px;
    max-width: 100%;
  }
  .os-welcome-wrapper {
    padding: 20px;
  }
  .os-welcome-wrapper-onlydesktop {
    display: none;
  }
  .os-welcome-wrapper-desktoptablet {
    display: none;
  }
  .os-welcome-wrapper-tablet {
    display: none;
  }
  .os-welcome-wrapper-tabletmobile {
    display: block;
  }
  .os-welcome-wrapper-onlymobile {
    display: block;
  }
  .os-welcome-main-first {
    max-width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .os-welcome-main-first .os-a1-main {
    width: 100%;
  }
  .os-welcome-main-first-title {
    font-size: 2.2rem;
    color: #fff;
    margin-bottom: 32px;
  }
  .os-welcome-main-first-subtitle {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 64px;
  }
  .os-welcome-main-third {
    flex-direction: column;
  }
  .os-welcome-main-third-left,
  .os-welcome-main-third-right {
    flex: auto;
    background-position: center center;
  }
  .os-welcome-main-third-left .os-welcome-square-wrapper {
    margin: 0;
  }
  .os-welcome-main-third-right .os-welcome-square-wrapper {
    margin: 0;
  }
  .os-welcome-main-fourth {
    max-width: 100%;
    padding: 10px;
  }
  .os-welcome-main-fourth-description {
    font-size: 1.4rem;
    text-transform: uppercase;
  }
  .os-welcome-main-fourth-whitebutton,
  .os-welcome-main-fourth-whitebutton:hover,
  .os-welcome-main-fourth-whitebutton:focus {
    width: 100% !important;
  }
  .os-welcome-main-fifth {
    max-width: 100%;
  }
  .os-welcome-main-fifth .os-a1-main {
    width: 100%;
  }
  .os-welcome-main-fifth-title {
    font-size: 1.4rem;
    text-transform: uppercase;
  }
  .os-welcome-main-fifth-subtitle {
    font-size: 1rem;
  }
  .os-welcome-main-fifth-thumbbox {
    margin: 40px 0;
    width: 100%;
    max-width: 100%;
  }
}
.os-admin-container {
  padding: 0;
  max-width: 100%;
  margin: 0;
  position: relative;
}
.os-admin-header {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.os-admin-header-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--text-primary);
}
.os-admin-header-actions {
  display: flex;
  gap: 1rem;
}
.os-admin-quick-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}
.os-admin-quick-actions-card {
  background: linear-gradient(135deg, color-mix(in srgb, var(--action-primary) 10%, var(--background-primary)), var(--background-primary));
  padding: 1.5rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all 0.2s ease;
  border: 1px solid var(--border-primary);
}
.os-admin-quick-actions-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.os-admin-quick-actions-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--action-primary);
  color: white;
}
.os-admin-quick-actions-card-icon svg {
  width: 24px;
  height: 24px;
}
.os-admin-quick-actions-card-content {
  flex: 1;
}
.os-admin-quick-actions-card-content h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
  color: var(--text-primary);
}
.os-admin-quick-actions-card-content p {
  font-size: 0.875rem;
  color: var(--text-secondary);
  margin: 0;
}
.os-admin-sections {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 1.5rem;
  align-items: start;
}
.os-admin-section {
  --section-color: var(--action-primary);
  background: var(--background-primary);
  border-radius: 16px;
  border: 1px solid var(--border-primary);
  overflow: hidden;
  border-top: 3px solid var(--section-color);
}
.os-admin-section-header {
  padding: 0.875rem;
  border-bottom: 1px solid var(--border-primary);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: linear-gradient(to right, var(--background-primary), color-mix(in srgb, var(--background-secondary) 30%, var(--background-primary)));
}
.os-admin-section-header-icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--section-color);
  color: white;
  transition: all 0.2s ease;
}
.os-admin-section-header-icon:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 8px color-mix(in srgb, var(--section-color) 30%, transparent);
}
.os-admin-section-header-icon svg {
  width: 16px;
  height: 16px;
}
.os-admin-section-header-content {
  flex: 1;
}
.os-admin-section-header-content h2 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  color: var(--text-primary);
}
.os-admin-section-header-content p {
  font-size: 0.8rem;
  margin: 0.125rem 0 0;
  color: var(--text-secondary);
  line-height: 1.4;
}
.os-admin-section-header h2 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  color: var(--text-primary);
}
.os-admin-section-content {
  padding: 0.8rem;
  display: grid;
  gap: 0.375rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1600px) {
  .os-admin-section-content {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .os-admin-section-content {
    padding: 0.5rem;
  }
}
.os-admin-section-content .os-admin-link--primary {
  border-left: 3px solid var(--section-color);
  background: color-mix(in srgb, var(--section-color) 8%, var(--background-primary));
}
.os-admin-section-content .os-admin-link--primary .os-admin-link-icon {
  background: var(--section-color);
  color: white;
}
.os-admin-section-content .os-admin-link--primary:hover {
  background: color-mix(in srgb, var(--section-color) 12%, var(--background-primary));
  box-shadow: 0 2px 8px color-mix(in srgb, var(--section-color) 15%, transparent);
}
.os-admin-section-content .os-admin-link--primary {
  border-left-color: var(--section-color);
}
.os-admin-section-content .os-admin-link--primary .os-admin-link-icon {
  background: var(--section-color);
}
.os-admin-section-content .os-admin-link--primary:hover {
  background: color-mix(in srgb, var(--section-color) 8%, var(--background-primary));
}
.os-admin-section--filtered {
  opacity: 0.7;
}
.os-admin-section:hover {
  border-top-color: color-mix(in srgb, var(--section-color) 70%, white);
  box-shadow: 0 4px 12px color-mix(in srgb, var(--section-color) 15%, transparent);
}
.os-admin-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  border-radius: 8px;
  color: var(--text-primary);
  transition: all 0.2s ease;
  text-decoration: none;
}
.os-admin-link:hover {
  background: var(--background-secondary);
  transform: translateX(4px);
}
.os-admin-link:hover .os-admin-link-icon svg {
  transform: scale(1.1);
}
.os-admin-link-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--background-secondary);
  color: var(--text-secondary);
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.os-admin-link-icon svg {
  width: 14px;
  height: 14px;
  transition: transform 0.2s ease;
}
.os-admin-link-content {
  flex: 1;
  min-width: 0;
}
.os-admin-link-content h3 {
  font-size: 0.813rem;
  font-weight: 500;
  margin: 0;
  color: var(--text-primary);
  line-height: 1.2;
}
.os-admin-link-content p {
  font-size: 0.7rem;
  color: var(--text-secondary);
  margin: 0.125rem 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
}
.os-admin-link--primary {
  background: color-mix(in srgb, var(--action-primary) 8%, var(--background-primary));
  border-left: 3px solid var(--action-primary);
}
.os-admin-link--primary .os-admin-link-icon {
  background: var(--action-primary);
  color: white;
}
.os-admin-link--primary:hover {
  background: color-mix(in srgb, var(--action-primary) 12%, var(--background-primary));
}
.os-admin-link--hidden {
  opacity: 0.5;
  transform: scale(0.98);
}
.os-admin-link--highlight {
  background: color-mix(in srgb, var(--action-primary) 5%, var(--background-primary));
  border-left: 3px solid var(--action-primary);
  transform: translateX(4px);
}
.os-admin-link--highlight .os-admin-link-icon {
  background: var(--action-primary);
  color: white;
}
.os-admin-link[data-icon="icon-sales"] .os-admin-link-icon {
  background: color-mix(in srgb, var(--status-success) 15%, var(--background-primary));
  color: var(--status-success);
}
.os-admin-link[data-icon="icon-marketing"] .os-admin-link-icon {
  background: color-mix(in srgb, var(--status-info) 15%, var(--background-primary));
  color: var(--status-info);
}
@media (max-width: 480px) {
  .os-admin-link {
    padding: 0.75rem;
  }
  .os-admin-link-icon {
    width: 32px;
    height: 32px;
  }
  .os-admin-link-content h3 {
    font-size: 0.875rem;
  }
}
.os-admin-main-content {
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
@media (max-width: 1400px) {
  .os-admin-main-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .os-admin-main-content {
    grid-template-columns: 1fr;
  }
}
.os-admin-search {
  position: relative;
  flex: 0 1 600px;
  margin: 0 auto;
  z-index: 1000;
  width: 100%;
  max-width: 600px;
}
.os-admin-search-input {
  width: 100%;
  height: 40px;
  padding: 0 16px;
  border: 1px solid var(--border-primary);
  border-radius: 8px;
  background: var(--background-primary);
  color: var(--text-primary);
  font-size: 14px;
  transition: all 0.2s ease;
  margin-bottom: 0;
}
.os-admin-search-input:focus {
  outline: none;
  border-color: var(--action-primary);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--action-primary) 20%, transparent);
}
.os-admin-search-input::placeholder {
  color: var(--text-tertiary);
}
.os-admin-search-input:not(:placeholder-shown) {
  border-color: var(--action-primary);
}
.os-admin-search-input:not(:placeholder-shown) ~ .os-admin-search-clear {
  opacity: 1;
  pointer-events: all;
}
.os-admin-search-results {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: var(--background-primary);
  border: 1px solid var(--border-primary);
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  max-height: 400px;
  overflow-y: auto;
  display: none;
}
.os-admin-search-result {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  text-decoration: none;
  color: var(--text-primary);
  transition: all 0.2s ease;
}
.os-admin-search-result:hover {
  background: var(--background-secondary);
}
.os-admin-search-result:active {
  background: var(--background-tertiary);
}
.os-admin-search-result-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--background-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
}
.os-admin-search-result-content {
  flex: 1;
  min-width: 0;
}
.os-admin-search-result-title {
  font-weight: 500;
  margin-bottom: 4px;
}
.os-admin-search-result-section {
  font-size: 12px;
  color: var(--text-secondary);
}
.os-admin-search-result-tags {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.os-admin-search-no-results {
  padding: 16px;
  text-align: center;
  color: var(--text-secondary);
}
.os-admin-tag {
  font-size: 11px;
  padding: 2px 8px;
  background: var(--background-tertiary);
  color: var(--text-secondary);
  border-radius: 12px;
  white-space: nowrap;
}
.os-admin .os-hq2-page-header {
  background: var(--background-primary);
  padding: 16px 32px;
  border-bottom: 1px solid var(--border-primary);
  margin: 0;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: all 0.3s ease;
  backdrop-filter: blur(8px);
  width: 100%;
}
.os-admin .os-hq2-page-header > div {
  max-width: 1800px;
  margin: 0 auto;
  width: 100%;
  gap: 24px;
}
@media (max-width: 768px) {
  .os-admin .os-hq2-page-header .os-admin-header-wrapper {
    flex-direction: column;
    align-items: stretch !important;
  }
}
.os-admin .os-hq2-page-header-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-primary);
  min-width: max-content;
}
@media (max-width: 768px) {
  .os-admin .os-hq2-page-header-title {
    text-align: center;
  }
}
.os-notification-content {
  padding: 30px 60px;
  text-align: center;
}
.os-notification-content-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 32px 0;
  color: #252b32;
}
.os-notification-content-list-noelement {
  width: 100%;
  display: block;
  color: #616d7a;
  font-size: 0.875rem;
}
@media screen and (max-width: 809px) {
  .os-notification-content {
    padding: 1px 0 25px 0;
  }
  .os-notification-content-title {
    font-size: 1.5rem;
    text-align: center;
    margin: 25px;
  }
  .os-notification-content-list-noelement {
    text-align: center;
  }
}
.os-purchase-wrapflexdesktop {
  display: flex;
}
.os-purchase-wrapflexdesktop > div.os-pebble2 {
  flex: 1;
}
.os-purchase-wrapflexdesktop > div.os-pebble2:first-child {
  flex: 3;
}
@media screen and (max-width: 809px) {
  .os-purchase-wrapflexdesktop > div.os-pebble2 {
    flex: 2;
  }
  .os-purchase-wrapflexdesktop > div.os-pebble2:first-child {
    flex: 3;
  }
}
.os-editcc {
  width: 900px;
  margin: auto;
}
.os-editcc-tag {
  display: inline-block;
}
.os-editcc-tag-text {
  font-weight: 700;
}
.os-editcc-header {
  margin: 20px 0;
}
.os-editcc-header-img {
  width: 100px;
  height: 100px;
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
}
.os-editcc-header-img > img {
  width: 90px;
  height: 90px;
  border-radius: 100%;
}
.os-editcc-header-text {
  display: inline-block;
  width: 500px;
  vertical-align: middle;
  text-align: left;
}
.os-editcc-header-text > h2 {
  font-size: 1.4rem;
}
.os-editcc-header-text > h3 {
  font-size: 0.9rem;
}
.os-editcc-body {
  margin: 20px 0;
}
.os-editcc-body .os-pebble2 {
  min-width: 100%;
}
.os-editcc-footer {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}
.os-editcc-buttons {
  margin: 20px 0;
}
.os-editcc-createphase {
  border: 2px dashed #cacaca;
  padding: 20px;
  margin: 0 3px 3px 0;
  display: inline-block;
  width: 276px;
  height: 276px;
}
.os-editcc-createphase > h3,
.os-editcc-createphase > p {
  margin: 10px 0;
  white-space: pre;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 30px;
}
.os-editcc-createphase-footer {
  margin: 10px 0;
}
.os-editcc-createphase-footer > a,
.os-editcc-createphase-footer > button {
  margin: 10px 0;
}
.os-editcc-createphase-cover {
  width: 100%;
  height: 75px;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.os-editcc-createphase-cover.online::after {
  background-color: #9BCB52;
}
.os-editcc-createphase-cover.offline::after {
  background-color: #cd0218;
}
.os-editcc-createphase-cover::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 7.5px;
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.os-editcc-createphase-inner {
  width: 236px;
  height: 236px;
  text-align: center;
}
.os-editcc-createphase-inner > img {
  width: 100px;
  height: 100px;
}
.os-editcc-createphase-inner > h2 {
  font-size: 1.1rem;
}
.os-editcc-createphase-inner > h3 {
  font-size: 0.8rem;
}
.os-editcc-foto {
  position: relative;
  width: 200px;
  height: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  margin: 3px;
  overflow: hidden;
}
.os-editcc-foto-rimuovi {
  display: block;
  line-height: normal;
  color: #9BCB52;
  border: none;
  background-color: transparent;
  font-size: 50px;
  text-shadow: 0 0 2px white;
  right: 34px;
  top: -15px;
  z-index: 10;
  position: absolute;
  transition: all 0.5s;
}
.os-editcc-foto-rimuovi:hover {
  color: white;
}
.os-editcc-foto-trascina {
  display: block;
  position: absolute;
  color: #9BCB52;
  border: none;
  background-color: transparent;
  font-size: 30px;
  text-shadow: 0 0 2px white;
  top: -4px;
  left: 37px;
  z-index: 10;
  cursor: grab;
  transition: all 0.5s;
}
.os-editcc-foto-trascina:hover {
  color: white;
}
.os-editcc-foto-ombra {
  background-color: black;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  box-shadow: 0px 2px 2px black;
}
.os-editcc-foto .copri {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.5;
}
.os-editcc-foto .rimuovendo {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 30px;
  text-shadow: 0 0 1px black;
}
.os-editcc-upload-avvio {
  text-align: center;
  border: 1px dashed gray;
  position: relative;
  width: 200px;
  height: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  margin: 3px;
  padding: 20px 10px;
}
.os-editcc-upload-avvio-note1 {
  margin: 10px;
}
.os-editcc-upload-avvio-note2 {
  margin: 10px;
  font-size: 0.8em;
}
.os-editcc-upload-incorso {
  border: 1px dashed gray;
  position: relative;
  width: 200px;
  height: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  margin: 3px;
  text-align: center;
}
.os-editcc-upload-incorso .copri {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.5;
}
.os-editcc-upload-incorso .note {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 30px;
  text-shadow: 0 0 1px black;
}
.os-editcc-upload-incorso .perc {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 2em;
  margin-top: 55px;
  text-shadow: 0 0 1px black;
}
.os-editcc-upload-incorso .annulla {
  position: absolute;
  text-decoration: underline;
  width: 100%;
  left: 0;
  top: 118px;
  text-shadow: 0 0 1px black;
}
.os-editcc-upload-incorso .errore {
  display: block;
  word-break: break-word;
  font-size: 0.7em;
  color: #a50000;
}
.os-editcc-gotophase {
  border: 1px solid #cacaca;
  margin: 0 3px 3px 0;
  display: inline-block;
  width: 276px;
  height: 276px;
}
.os-editcc-gotophase-body {
  padding: 0 5px;
}
.os-editcc-gotophase-body > h3,
.os-editcc-gotophase-body > p {
  overflow: hidden;
  text-overflow: ellipsis;
}
.os-editcc-gotophase-body > h3 {
  white-space: pre;
  margin: 0;
}
.os-editcc-gotophase-body > p {
  margin: 5px 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 4.4rem;
  font-size: 0.85rem;
  line-height: 1.1rem;
}
.os-editcc-gotophase-footer {
  padding: 0 5px;
  margin: 10px 0;
  text-align: center;
}
.os-editcc-gotophase-footer > a,
.os-editcc-gotophase-footer > button {
  margin: 10px 0;
}
.os-editcc-gotophase-cover {
  width: 100%;
  height: 75px;
  background-position: center center;
  background-size: cover;
  position: relative;
  background-color: #ccc;
}
.os-editcc-gotophase-cover-ootag {
  color: #fff;
  text-shadow: 2px 2px 3px #999, -2px -2px 3px #999, -2px 2px 3px #999, 2px -2px 3px #999;
  position: absolute;
  bottom: 0px;
  left: 25px;
}
.os-editcc-gotophase-cover.online::after {
  background-color: #9BCB52;
}
.os-editcc-gotophase-cover.offline::after {
  background-color: #cd0218;
}
.os-editcc-gotophase-cover::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 7.5px;
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.os-editcc-gotophase-inner {
  width: 236px;
  height: 236px;
  text-align: center;
}
.os-editcc-gotophase-inner > img {
  width: 100px;
  height: 100px;
}
.os-editcc-gotophase-inner > h2 {
  font-size: 1.1rem;
}
.os-editcc-gotophase-inner > h3 {
  font-size: 0.8rem;
}
@media screen and (max-width: 63.9375em) {
  .os-editcc {
    width: 100%;
  }
}
@media screen and (max-width: 39.9375em) {
  .os-editcc-header-img {
    width: 100%;
    text-align: center;
  }
  .os-editcc-header-text {
    width: 100%;
    text-align: center;
  }
}
.os-treatmentPhase {
  margin: 20px 0;
}
.os-treatmentPhase-minibadge > span {
  margin: 0 10px 0 0;
}
.os-treatmentPhase-internalwrapper {
  margin: 0 60px;
}
.os-treatmentPhase-tp {
  background: #616d7b;
  font-size: 1.2em;
  text-align: center;
  color: white;
  margin: 50px 0;
  padding: 0.5em 0;
}
.os-treatmentPhase-tp > span:first-child {
  font-weight: bold;
  margin: 0 5px;
}
.os-treatmentPhase-tp > span:last-child {
  margin: 0 5px;
}
.os-treatmentPhase-cover {
  background-position: center center;
  background-size: cover;
  height: 450px;
}
.os-treatmentPhase-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.os-treatmentPhase-title {
  display: block;
  margin: 20px 0;
  font-weight: 500;
  font-size: 2rem;
}
.os-treatmentPhase-description {
  display: block;
  margin: 20px 0;
  font-weight: 500;
  font-size: 1.4rem;
  word-break: break-all;
}
.os-treatmentPhase-performed:first-child {
  font-weight: bold;
  margin: 0 5px;
}
.os-treatmentPhase-performed:last-child {
  margin: 0 5px;
}
.os-treatmentPhase-editButton {
  position: absolute;
  right: 65px;
  font-size: 2.4em;
  top: 84px;
}
@media screen and (max-width: 809px) {
  .os-treatmentPhase-editButton {
    position: static;
    display: block;
    top: 0;
    text-align: center;
    margin-top: 65px;
  }
}
.os-showclinicalcase-user {
  text-align: center;
}
@media screen and (min-width: 810px) and (max-width: 1180px) {
  .os-treatmentPhase-cover {
    height: 25vw;
  }
}
@media screen and (max-width: 809px) {
  .os-treatmentPhase-cover {
    height: 25vw;
  }
  .os-treatmentPhase-internalwrapper {
    margin: 0;
  }
}
.myClinicalCases-results {
  margin: 0;
}
.myClinicalCases-creaNuovo {
  margin: 35px 0;
}
@media screen and (max-width: 809px) {
  .myClinicalCases-creaNuovo {
    margin: 25px 0;
  }
}
.myClinicalCases-vediTuoi {
  margin: 35px 0;
  margin-right: 10px;
}
@media screen and (max-width: 809px) {
  .myClinicalCases-vediTuoi {
    margin: 25px 0;
    margin-right: 10px;
  }
}
.myClinicalCases-margin {
  margin: 50px 60px;
}
@media screen and (max-width: 809px) {
  .myClinicalCases-margin {
    margin: 25px 15px;
  }
}
.os-paymentmethods-method:not(:last-child) {
  padding-bottom: 50px;
  border-bottom: 1px solid #252B32;
}
.os-paymentmethods-method:not(:first-child) {
  padding-top: 50px;
}
.os-subscriptions-info-container-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: [row1-start] auto [row1-end] auto [third-line];
  row-gap: 15px;
  column-gap: 15px;
}
.os-subscriptions-info-container-grid-item {
  font-size: 0.9em;
}
.os-subscriptions-text {
  font-size: 0.9em;
}
.os-subscriptions-label {
  font-weight: bold;
}
.os-subscriptions-limited-text {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
}
.os-subscriptions-sub:not(:last-child) {
  padding-bottom: 50px;
  border-bottom: 1px solid #252B32;
}
.os-subscriptions-sub:not(:first-child) {
  padding-top: 50px;
}
.os-salesDashboard-main-first {
  max-width: 100%;
  max-height: 100%;
}
.os-salesDashboard-main-first-title {
  font-size: 3.84rem;
  color: #fff;
  margin-bottom: 32px;
  font-weight: 700;
}
.os-salesDashboard-main-first-subtitle {
  font-size: 1.28rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 64px;
}
.os-salesDashboard-main-chart {
  margin: auto !important;
}
.os-salesDashboard-main-chart-bar {
  height: 400px !important;
}
.os-salesDashboard-main-chart-pie {
  height: 482px !important;
  align-self: center !important;
}
.os-salesDashboard-main-label {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #252B32;
}
.os-salesDashboard-main-info {
  border: 1px solid lightgrey;
  padding: 10px;
}
.os-registrazione-titolo-checkbox-container {
  margin: 25px 0 25px 0;
  font-size: 14px;
  font-weight: bold;
}
.os-registrazione-checkboxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.os-registrazione-label-invalid {
  pointer-events: none;
  color: rgba(37, 43, 50, 0.5) !important;
}
.os-registrazione-label-strong {
  font-weight: bold;
}
.os-registrazione-label-normal {
  font-weight: normal;
}
.os-registrazione-checkbox-invalid {
  pointer-events: none;
}
.os-registrazione .os-checkboxpebble {
  margin-bottom: 0;
}
.os-registrazione .os-checkboxpebble-label,
.os-registrazione .os-templates-modern .os-checkboxpebble-dark-label {
  color: #252b32;
}
.os-moodle {
  box-sizing: border-box;
}
.os-moodle-button-Wrapper {
  margin: 50px 0;
  text-align: center;
}
.os-moodle-button-Wrapper button {
  width: 300px;
}
.os-moodle.alert {
  color: red;
  font-size: 13px;
  margin-bottom: 14px;
}
.os-formWrapper {
  width: 527px;
  height: max-content;
  padding: 25px 25px 50px 25px;
  background: #252B32;
  border-radius: 5px;
}
.os-formWrapper-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.os-formWrapper-header span:first-of-type {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  color: #FFF;
  margin-bottom: 25px;
}
.os-formWrapper-header span:last-of-type {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #FFF;
}
.os-formWrapper-checkboxPeb .os-checkboxpebble-label,
.os-formWrapper-checkboxPeb .os-templates-modern .os-checkboxpebble-dark-label {
  color: #fff !important;
}
.os-formWrapper-checkboxPeb .os-checkboxpebble-fake,
.os-formWrapper-checkboxPeb .os-templates-modern .os-checkboxpebble-dark-fake {
  background: transparent !important;
}
.os-formAdvEnd-container {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.os-formAdvEnd-title {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 34px;
}
.os-formAdvEnd-icon {
  margin-bottom: 34px;
}
.os-formAdvEnd-textSended {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  margin-bottom: 25px;
}
.os-formAdvEnd-mail {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  margin-bottom: 25px;
}
.os-formAdvEnd-spam {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  margin-bottom: 35px;
}
.os-formAdvEnd-notSended {
  margin-bottom: 25px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}
.os-formAdvEnd-nowAvailableText {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  margin-bottom: 50px;
}
.os-sepaCheck-container {
  width: 100%;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.os-sepaCheck-title {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #fff;
}
.os-sepaCheck-mailText {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}
.os-supportAudioVideo {
  color: #fff;
  max-width: 1300px;
  margin: 0px auto;
  padding-top: 50px;
  padding-bottom: 100px;
}
.os-supportAudioVideo-title {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  text-align: center;
}
.os-supportAudioVideo-content {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-top: 75px;
  padding: 0 200px;
}
.os-supportAudioVideo-content a {
  font-weight: bold;
}
.os-supportAudioVideo-content-list {
  padding: 25px;
}
.os-supportAudioVideo-content-list-listItem {
  margin-bottom: 20px;
}
.os-supportAudioVideo-content-list-listItem::first-letter {
  text-transform: uppercase;
}
.os-supportAudioVideo-content-list-listItem-image {
  width: 100%;
}
@media screen and (max-width: 1180px) {
  .os-supportAudioVideo-content {
    padding: 0 100px;
  }
}
@media screen and (max-width: 809px) {
  .os-supportAudioVideo-content {
    padding: 0 50px;
  }
}
.os-purchase-history-page {
  width: 100%;
  max-width: 932px;
  margin: 0 auto;
  padding: 50px 0 164px 0;
}
.os-purchase-history-page .white {
  color: #fff;
  font-weight: bold;
}
.os-purchase-history-page .text-size {
  text-align: center;
  margin-bottom: 15px;
}
.os-purchase-history-pagination {
  text-align: center;
  margin-top: 51px;
}
.os-purchase-history-pagination-btn {
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
  border-radius: 2px;
  width: 20px;
}
.os-purchase-history-pagination-btn:hover {
  color: #fff !important;
  background-color: #A3C63F;
}
.os-purchase-history-pagination-btn.active {
  color: #fff !important;
  background-color: #A3C63F;
}
.os-purchase-history-title {
  margin-bottom: 50px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 809px) {
  .os-purchase-history-page .text-size {
    font-size: 15px;
  }
  .os-purchase-history-title {
    margin-bottom: 35px;
    color: #fff;
    text-align: center;
    font-weight: bold;
  }
}
.os-giftCard-template {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.os-giftCard-icon {
  width: 100px;
  fill: white !important;
}
.os-giftCard-white-text {
  color: #fff;
}
.os-giftCard-title {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  text-align: center;
  color: #FFFFFF;
}
.os-giftCard-gray-columns {
  height: max-content;
  background: #252B32;
  border-radius: 10px;
  padding: 50px;
  margin-bottom: 100px;
}
.os-giftCard-input-label .os-pebble2-upper {
  color: #fff;
}
.os-giftCard-innerWrap {
  width: 370px;
  margin: auto;
}
@media screen and (max-width: 809px) {
  .os-giftCard-gray-columns {
    width: 100%;
    padding: 50px 0 50px 0;
  }
}
.os-user-preview {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
  color: var(--text-primary);
  max-width: 100%;
}
.os-user-preview:hover {
  background: var(--background-secondary);
  transform: translateY(-1px);
}
.os-user-preview:active {
  transform: translateY(0px);
}
.os-user-preview-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--background-secondary);
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-primary);
}
.os-user-preview-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.os-user-preview-avatar .icon-user {
  color: var(--text-tertiary);
  font-size: 14px;
  width: 14px;
  height: 14px;
  padding: 4px;
  background: var(--background-tertiary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.os-user-preview-avatar .icon-user svg {
  width: 100%;
  height: 100%;
}
.os-user-preview-info {
  min-width: 0;
  line-height: 1.2;
}
.os-user-preview-name {
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.os-user-preview.fixed-width {
  width: var(--fixed-width);
}
.os-user-preview.min-width {
  min-width: var(--min-width);
}
.os-inline-pic {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  border-radius: 50%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.os-product-preview {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
  color: var(--text-primary);
  max-width: 100%;
}
.os-product-preview:hover {
  background: var(--background-secondary);
  transform: translateY(-1px);
}
.os-product-preview:active {
  transform: translateY(0px);
}
.os-product-preview-icon {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: var(--background-secondary);
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-primary);
}
.os-product-preview-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.os-product-preview-icon .icon-waiting {
  color: var(--text-tertiary);
  font-size: 14px;
  width: 14px;
  height: 14px;
  padding: 4px;
  background: var(--background-tertiary);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.os-product-preview-icon .icon-waiting svg {
  width: 100%;
  height: 100%;
}
.os-product-preview-info {
  min-width: 0;
  line-height: 1.2;
}
.os-product-preview-title {
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
:root {
  --background-primary: #FFFFFF;
  --background-secondary: #F7F7F7;
  --background-tertiary: #F0F0F1;
  --text-primary: #13161B;
  --text-secondary: #61656C;
  --text-tertiary: #85888E;
  --text-disabled: #94979C;
  --border-primary: #ECECED;
  --border-secondary: #CECFD2;
  --border-error: #EF4444;
  --action-primary: #82b436;
  --action-primary-hover: #668d2a;
  --action-primary-active: #4a691b;
  --action-primary-disabled: #eaf1df;
  --status-success: #82b436;
  --status-warning: #FFB82B;
  --status-error: #EF4444;
  --status-info: #3B82F6;
  --status-success-bg: #eaf1df;
  --status-warning-bg: #FFF8E6;
  --status-error-bg: #FEF2F2;
  --status-info-bg: #EFF6FF;
  --section-sales: #0D9488;
  --section-marketing: #7C3AED;
  --section-products: #D97706;
  --section-live: #DB2777;
  --section-users: #0891B2;
  --section-config: #61656C;
  --section-admin: #BE185D;
  --section-indigo: #4F46E5;
  --section-rose: #E11D48;
  --section-teal: #0D9488;
  --section-orange: #EA580C;
  --section-amber: #D97706;
  --section-violet: #7C3AED;
  --section-cyan: #0891B2;
  --section-emerald: #059669;
  --section-pink: #DB2777;
  --section-sales: #4CAF50;
  --section-marketing: #F97316;
  --section-products: #F59E0B;
  --section-live: #FF4500;
  --section-users: #3B82F6;
  --section-showcase: #8B5CF6;
  --section-admin: #61656C;
  --section-sales-bg: #F0FDFA;
  --section-marketing-bg: #F5F3FF;
  --section-products-bg: #FFFBEB;
  --section-live-bg: #FDF2F8;
  --section-users-bg: #ECFEFF;
  --section-config-bg: #F7F7F7;
  --section-showcase-bg: #F5F3FF;
  --section-admin-bg: #FDF2F8;
  --section-teal-bg: #F0FDFA;
  --section-violet-bg: #F5F3FF;
  --section-amber-bg: #FFFBEB;
  --section-pink-bg: #FDF2F8;
  --section-cyan-bg: #ECFEFF;
  --section-indigo-bg: #EEF2FF;
  --section-rose-bg: #FFF1F2;
  --section-orange-bg: #FFF7ED;
  --section-emerald-bg: #ECFDF5;
  --section-sales-bg: color-mix(in srgb, #4CAF50 15%, var(--background-primary));
  --section-marketing-bg: color-mix(in srgb, #F97316 15%, var(--background-primary));
  --section-products-bg: color-mix(in srgb, #F59E0B 15%, var(--background-primary));
  --section-live-bg: color-mix(in srgb, #FF4500 15%, var(--background-primary));
  --section-users-bg: color-mix(in srgb, #3B82F6 15%, var(--background-primary));
  --section-showcase-bg: color-mix(in srgb, #8B5CF6 15%, var(--background-primary));
  --section-admin-bg: color-mix(in srgb, #61656C 15%, var(--background-primary));
  --skeleton-base: color-mix(in srgb, #ECECED 70%, white);
  --skeleton-highlight: color-mix(in srgb, #F0F0F1 70%, white);
  --skeleton-background: linear-gradient(90deg, var(--skeleton-base) 0%, var(--skeleton-highlight) 50%, var(--skeleton-base) 100%);
  --button-primary-bg: var(--action-primary);
  --button-primary-text: white;
  --button-primary-border: var(--action-primary);
  --button-primary-hover-bg: var(--action-primary-hover);
  --card-bg: var(--background-primary);
  --card-border: var(--border-primary);
  --card-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  --input-bg: var(--background-primary);
  --input-border: var(--border-primary);
  --input-text: var(--text-primary);
  --input-placeholder: var(--text-tertiary);
  --badge-success-bg: var(--status-success-bg);
  --badge-success-text: var(--status-success);
  --badge-warning-bg: var(--status-warning-bg);
  --badge-warning-text: var(--status-warning);
  --badge-error-bg: var(--status-error-bg);
  --badge-error-text: var(--status-error);
  --badge-info-bg: var(--status-info-bg);
  --badge-info-text: var(--status-info);
  --table-stripe-bg: color-mix(in srgb, var(--background-secondary) 50%, var(--background-primary));
  --table-hover-bg: color-mix(in srgb, var(--action-primary) 8%, var(--background-primary));
  --table-skeleton-bg: color-mix(in srgb, var(--background-secondary) 15%, var(--background-primary));
  --table-skeleton-highlight: color-mix(in srgb, var(--background-secondary) 25%, var(--background-primary));
}
:root[data-theme="dark"] {
  --background-primary: #13161B;
  --background-secondary: #22262F;
  --background-tertiary: #373A41;
  --text-primary: #F7F7F7;
  --text-secondary: #CECFD2;
  --text-tertiary: #94979C;
  --text-disabled: #61656C;
  --border-primary: #373A41;
  --border-secondary: #61656C;
  --border-error: #FCA5A5;
  --action-primary: #82b436;
  --action-primary-hover: #668d2a;
  --action-primary-active: #4a691b;
  --action-primary-disabled: rgba(32, 47, 9, 0.5);
  --status-success: #a6d166;
  --status-warning: #FFD761;
  --status-error: #FCA5A5;
  --status-info: #93C5FD;
  --status-success-bg: rgba(46, 66, 15, 0.15);
  --status-warning-bg: rgba(146, 76, 5, 0.15);
  --status-error-bg: rgba(153, 27, 27, 0.15);
  --status-info-bg: rgba(30, 64, 175, 0.15);
  --section-sales: #2DD4BF;
  --section-marketing: #A78BFA;
  --section-live: #F472B6;
  --section-users: #22D3EE;
  --section-config: #94979C;
  --section-showcase: #C4B5FD;
  --section-admin: #F472B6;
  --section-teal: #2DD4BF;
  --section-violet: #A78BFA;
  --section-amber: #FBBF24;
  --section-pink: #F472B6;
  --section-cyan: #22D3EE;
  --section-indigo: #818CF8;
  --section-rose: #FB7185;
  --section-orange: #FB923C;
  --section-emerald: #34D399;
  --section-marketing: #FFA726;
  --section-products: #FFD54F;
  --section-users: #42A5F5;
  --section-showcase: #AB47BC;
  --section-admin: #9E9E9E;
  --section-sales: #66BB6A;
  --section-marketing: #FB923C;
  --section-products: #FBBF24;
  --section-live: #EF5350;
  --section-users: #60A5FA;
  --section-showcase: #A78BFA;
  --section-admin: #94979C;
  --section-sales-bg: rgba(19, 78, 74, 0.15);
  --section-marketing-bg: rgba(76, 29, 149, 0.15);
  --section-products-bg: rgba(120, 53, 15, 0.15);
  --section-live-bg: rgba(131, 24, 67, 0.15);
  --section-users-bg: rgba(22, 78, 99, 0.15);
  --section-config-bg: rgba(19, 22, 27, 0.15);
  --section-showcase-bg: rgba(76, 29, 149, 0.15);
  --section-admin-bg: rgba(131, 24, 67, 0.15);
  --section-teal-bg: rgba(19, 78, 74, 0.15);
  --section-violet-bg: rgba(76, 29, 149, 0.15);
  --section-amber-bg: rgba(120, 53, 15, 0.15);
  --section-pink-bg: rgba(131, 24, 67, 0.15);
  --section-cyan-bg: rgba(22, 78, 99, 0.15);
  --section-indigo-bg: rgba(49, 46, 129, 0.15);
  --section-rose-bg: rgba(136, 19, 55, 0.15);
  --section-orange-bg: rgba(124, 45, 18, 0.15);
  --section-emerald-bg: rgba(6, 78, 59, 0.15);
  --section-marketing-bg: color-mix(in srgb, #FF9800 20%, var(--background-primary));
  --section-products-bg: color-mix(in srgb, #FFC107 20%, var(--background-primary));
  --section-live-bg: color-mix(in srgb, #F44336 20%, var(--background-primary));
  --section-users-bg: color-mix(in srgb, #2196F3 20%, var(--background-primary));
  --section-showcase-bg: color-mix(in srgb, #9C27B0 20%, var(--background-primary));
  --section-admin-bg: color-mix(in srgb, #757575 20%, var(--background-primary));
  --section-sales-bg: color-mix(in srgb, #4CAF50 20%, var(--background-primary));
  --section-marketing-bg: color-mix(in srgb, #F97316 20%, var(--background-primary));
  --section-products-bg: color-mix(in srgb, #F59E0B 20%, var(--background-primary));
  --section-live-bg: color-mix(in srgb, #FF4500 20%, var(--background-primary));
  --section-users-bg: color-mix(in srgb, #3B82F6 20%, var(--background-primary));
  --section-showcase-bg: color-mix(in srgb, #8B5CF6 20%, var(--background-primary));
  --section-admin-bg: color-mix(in srgb, #61656C 20%, var(--background-primary));
  --card-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  --skeleton-base: color-mix(in srgb, #373A41 70%, black);
  --skeleton-highlight: color-mix(in srgb, #61656C 70%, black);
  --skeleton-background: linear-gradient(90deg, var(--skeleton-base) 0%, var(--skeleton-highlight) 50%, var(--skeleton-base) 100%);
  --button-primary-bg: var(--action-primary);
  --button-primary-text: white;
  --button-primary-border: var(--action-primary);
  --button-primary-hover-bg: var(--action-primary-hover);
  --card-bg: var(--background-primary);
  --card-border: var(--border-primary);
  --card-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  --input-bg: var(--background-primary);
  --input-border: var(--border-primary);
  --input-text: var(--text-primary);
  --input-placeholder: var(--text-tertiary);
  --badge-success-bg: var(--status-success-bg);
  --badge-success-text: var(--status-success);
  --badge-warning-bg: var(--status-warning-bg);
  --badge-warning-text: var(--status-warning);
  --badge-error-bg: var(--status-error-bg);
  --badge-error-text: var(--status-error);
  --badge-info-bg: var(--status-info-bg);
  --badge-info-text: var(--status-info);
  --table-stripe-bg: color-mix(in srgb, var(--background-secondary) 50%, var(--background-primary));
  --table-hover-bg: color-mix(in srgb, var(--action-primary) 8%, var(--background-primary));
  --table-skeleton-bg: color-mix(in srgb, var(--background-secondary) 15%, var(--background-primary));
  --table-skeleton-highlight: color-mix(in srgb, var(--background-secondary) 25%, var(--background-primary));
}
/*
.my-component {
    background-color: var(--background-primary);
    color: var(--text-primary);
    border: 1px solid var(--border-primary);
    
    &:hover {
        background-color: var(--background-secondary);
    }
    
    &.success {
        background-color: var(--status-success-bg);
        color: var(--status-success);
    }
}*/
