.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}

/* Brand theme - kékes, kerekített */
.tippy-box[data-theme~='brand'] {
  background: linear-gradient(135deg, #5E6AD2 0%, #7B8AE6 100%);
  color: #fff;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0 4px 14px rgba(94, 106, 210, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.tippy-box[data-theme~='brand'] .tippy-content {
  padding: 8px 14px;
}
.tippy-box[data-theme~='brand'] .tippy-arrow {
  color: #5E6AD2;
}
.tippy-box[data-theme~='brand'][data-placement^='top'] > .tippy-arrow:before {
  border-top-color: #5E6AD2;
}
.tippy-box[data-theme~='brand'][data-placement^='bottom'] > .tippy-arrow:before {
  border-bottom-color: #7B8AE6;
}
.tippy-box[data-theme~='brand'][data-placement^='left'] > .tippy-arrow:before {
  border-left-color: #5E6AD2;
}
.tippy-box[data-theme~='brand'][data-placement^='right'] > .tippy-arrow:before {
  border-right-color: #7B8AE6;
}