:root{
  --shaysport-primary:#2f5fa7;
  --shaysport-accent:#5ba2ff;
  --shaysport-background:#f5f7fb;
  --shaysport-font-family:"Heebo","Noto Sans Hebrew","Rubik","Assistant","Inter","Segoe UI",Arial,sans-serif;
}
body.shaysport-frontend-body,
.shaysport-shell,
.shaysport-shell *,
[class*="shaysport"],
[class*="shaysport"] *{
  font-family:var(--shaysport-font-family);
}
body.shaysport-frontend-body{margin:0;background:linear-gradient(180deg,var(--shaysport-primary) 0, var(--shaysport-primary) 220px, var(--shaysport-background) 220px, var(--shaysport-background) 100%);color:#17212f}
.shaysport-shell{max-width:1180px;margin:0 auto;padding:24px 16px 40px}
.shaysport-shell__header{display:flex;gap:16px;align-items:center;background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.5);border-radius:22px;padding:20px 22px;box-shadow:0 16px 40px rgba(15,23,42,.16);margin-bottom:18px;backdrop-filter:blur(6px)}
.shaysport-shell__logo{width:76px;height:76px;object-fit:contain;border-radius:16px;background:#fff;flex:0 0 76px}
.shaysport-shell__logo--placeholder{display:flex;align-items:center;justify-content:center;font-weight:800;color:var(--shaysport-primary);border:2px solid rgba(47,95,167,.12)}
.shaysport-shell__title{margin:0;font-size:clamp(28px,4vw,44px);line-height:1.08;color:#162334}
.shaysport-shell__subtitle{margin-top:6px;color:#5d6b82;font-size:15px}
.shaysport-shell__content{display:grid;gap:18px}
.shaysport-card{background:#fff;border:1px solid #d7deea;border-radius:22px;box-shadow:0 10px 28px rgba(15,23,42,.08);overflow:hidden}
.shaysport-card__header{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;border-bottom:1px solid #e8edf5;background:linear-gradient(180deg,#fff 0,#fbfdff 100%)}
.shaysport-card__title{margin:0;font-size:24px;color:#11233a}
.shaysport-card__body{padding:18px}
.shaysport-grid{display:grid;gap:16px}
.shaysport-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.shaysport-form-row{display:grid;grid-template-columns:170px minmax(0,1fr);gap:10px;align-items:center;margin-bottom:12px}
.shaysport-form-row label{font-weight:700;color:#1d2b3a}
.shaysport-input,.shaysport-select,.shaysport-textarea{width:100%;min-width:0;max-width:100%;box-sizing:border-box;padding:11px 12px;border:1px solid #c8d2e1;border-radius:12px;background:#fff;color:#17212f;font-size:16px}
.shaysport-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235d6b82' d='M6 8 .8 1.2h10.4z'/%3E%3C/svg%3E");background-position:12px 50%;background-size:12px 8px;background-repeat:no-repeat;padding-inline-end:34px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.shaysport-select option{direction:rtl}
.shaysport-textarea{min-height:108px;resize:vertical}
.shaysport-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px}
.shaysport-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:16px;background:linear-gradient(180deg,color-mix(in srgb,var(--shaysport-accent) 46%,#ffffff),color-mix(in srgb,var(--shaysport-primary) 18%,#ffffff));color:#12304d;text-decoration:none;border:1px solid color-mix(in srgb,var(--shaysport-primary) 34%,#c7d6ea);cursor:pointer;font-weight:800;box-shadow:0 10px 24px rgba(15,23,42,.08);transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease}
.shaysport-btn:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(15,23,42,.12)}
.shaysport-btn--secondary{background:linear-gradient(180deg,color-mix(in srgb,var(--shaysport-accent) 38%,#ffffff),color-mix(in srgb,var(--shaysport-primary) 14%,#ffffff));color:#12304d;box-shadow:0 10px 24px rgba(15,23,42,.08);border:1px solid color-mix(in srgb,var(--shaysport-primary) 34%,#c7d6ea)}
.shaysport-note{color:#5d6b82;line-height:1.6}
.shaysport-table{width:100%;border-collapse:collapse;table-layout:fixed}
.shaysport-table th,.shaysport-table td{padding:10px 8px;border-bottom:1px solid #e8edf5;text-align:right;vertical-align:top;word-break:break-word}
.shaysport-pill{display:inline-block;padding:5px 11px;border-radius:999px;background:#eef3fb;color:#14304e}
.shaysport-alert{padding:12px 14px;border-radius:12px;margin-bottom:12px}
.shaysport-alert--success{background:#ecfdf3;color:#14643b}
.shaysport-alert--error{background:#fff1f2;color:#b42318}
.shaysport-alert--warn{background:#fff7ed;color:#b54708}
.shaysport-inline-meta{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.shaysport-code{direction:ltr;font-family:monospace}
.shaysport-judge-form .shaysport-form-row,.shaysport-event-form .shaysport-form-row{grid-template-columns:150px minmax(0,1fr)}
.shaysport-judge-summary{margin-top:8px;color:#5d6b82;font-size:14px}
@media(max-width:820px){.shaysport-grid--2,.shaysport-form-row,.shaysport-judge-form .shaysport-form-row,.shaysport-event-form .shaysport-form-row{grid-template-columns:1fr}.shaysport-shell__header{align-items:flex-start}.shaysport-shell__title{font-size:28px}.shaysport-card__header{align-items:flex-start;flex-direction:column}.shaysport-btn{width:100%}.shaysport-actions{flex-direction:column}}

.shaysport-global-branding{position:fixed;left:50%;bottom:12px;transform:translateX(-50%);z-index:9997;pointer-events:auto;max-width:calc(100vw - 108px)}
.shaysport-global-branding__link{display:inline-flex;align-items:center;gap:7px;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.96);border:1px solid #d7deea;box-shadow:0 8px 20px rgba(15,23,42,.12);text-decoration:none !important;color:#17212f !important;backdrop-filter:blur(6px);max-width:100%;overflow:hidden}
.shaysport-global-branding__logo{width:22px;height:22px;object-fit:contain;border-radius:999px;display:block;background:#fff;flex:0 0 40px}
.shaysport-global-branding__text{font-size:11px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.shaysport-global-branding__site{font-weight:700}
.shaysport-global-qr{position:fixed;left:10px;bottom:12px;z-index:9998;border:0 !important;outline:none !important;background:transparent !important;padding:0;cursor:pointer;display:block;-webkit-tap-highlight-color:transparent;appearance:none;box-shadow:none !important}
.shaysport-global-qr:hover,.shaysport-global-qr:focus,.shaysport-global-qr:active{border:0 !important;outline:none !important;background:transparent !important;box-shadow:none !important}
.shaysport-global-qr__frame{position:relative;display:block;width:96px;height:96px;padding:4px;border-radius:8px;overflow:hidden;background:#eef5ff;border:1px solid #8fb4e8;box-shadow:0 8px 20px rgba(15,23,42,.14)}
.shaysport-global-qr__img{display:block;width:100%;height:100%;object-fit:cover;border-radius:4px;background:#fff}
.shaysport-global-qr__fallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-weight:800;color:#16324f;background:#fff;border-radius:4px}
.shaysport-global-qr.is-copied .shaysport-global-qr__frame{transform:scale(.98)}
.shaysport-btn-qr{display:inline-flex;align-items:center;gap:8px;text-decoration:none}.shaysport-btn-qr__label{display:inline-block}.shaysport-btn-qr__box{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;padding:3px;border-radius:8px;background:#fff;border:1px solid #cbd5e1;overflow:hidden;flex:0 0 56px}.shaysport-btn-qr__img{display:block;width:100%;height:100%;object-fit:cover;background:#fff}.shaysport-btn-qr__fallback{font-size:10px;font-weight:800;color:#334155}
.shaysport-global-toast{position:fixed;left:50%;bottom:58px;transform:translateX(-50%) translateY(8px);z-index:9999;padding:7px 12px;border-radius:999px;background:rgba(22,35,52,.92);color:#fff;font-size:12px;line-height:1;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;box-shadow:0 8px 20px rgba(15,23,42,.18)}
.shaysport-global-toast.is-visible{opacity:1;transform:translateX(-50%) translateY(0)}
@media(max-width:820px){.shaysport-global-branding{bottom:10px;max-width:calc(100vw - 96px)}.shaysport-global-branding__link{padding:5px 9px;gap:6px}.shaysport-global-branding__text{font-size:9px}.shaysport-global-branding__logo{width:18px;height:18px;flex-basis:18px}.shaysport-global-qr{left:8px;bottom:10px}.shaysport-global-qr__frame{width:84px;height:84px;padding:3px;border-radius:8px}.shaysport-global-toast{bottom:46px;font-size:11px;padding:6px 10px;max-width:88vw;overflow:hidden;text-overflow:ellipsis}}


.shaysport-anim-overlay{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;background:rgba(8,15,28,.76);padding:18px}.shaysport-anim-card,.shaysport-anim-winner{width:min(720px,94vw);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(247,250,255,.98));border:2px solid rgba(255,255,255,.22);border-radius:24px;box-shadow:0 30px 90px rgba(0,0,0,.35);padding:26px;text-align:center}.shaysport-anim-card{display:grid;grid-template-columns:180px 1fr;gap:18px;align-items:center}.shaysport-anim-ref{position:relative;height:220px;display:flex;align-items:center;justify-content:center}.shaysport-anim-card-grow{display:flex;align-items:center;justify-content:center;width:136px;height:188px;animation:shaysportCardPulse 1.15s ease-out both}.shaysport-anim-card-grow__inner{display:block;width:72px;height:102px;border-radius:12px;box-shadow:0 14px 36px rgba(0,0,0,.28), inset 0 0 0 2px rgba(255,255,255,.32);animation:shaysportCardGrow 1.15s cubic-bezier(.2,.8,.2,1) forwards}.shaysport-anim-kicker{font-size:14px;font-weight:800;color:#2f5fa7;letter-spacing:.04em;text-transform:uppercase}.shaysport-anim-title{font-size:clamp(30px,5vw,50px);font-weight:900;color:#10233a;line-height:1.08;margin-top:8px}.shaysport-anim-subtitle{font-size:clamp(22px,4vw,38px);font-weight:800;color:#1f3757;line-height:1.15;margin-top:8px}.shaysport-anim-note{font-size:18px;color:#53657c;margin-top:12px}.shaysport-anim-cup{font-size:82px;line-height:1;animation:shaysportPopIn .8s ease-out both}.shaysport-anim-overlay[data-kind="winner"] .shaysport-anim-title,.shaysport-anim-overlay[data-kind="winner"] .shaysport-anim-subtitle{text-shadow:0 0 18px rgba(255,205,0,.18)}@keyframes shaysportCardGrow{0%{transform:scale(.22);opacity:0}35%{transform:scale(.5);opacity:1}68%{transform:scale(.78)}100%{transform:scale(1)}}@keyframes shaysportCardPulse{0%{transform:scale(.86)}55%{transform:scale(1.04)}100%{transform:scale(1)}}@keyframes shaysportPopIn{0%{transform:scale(.4);opacity:0}100%{transform:scale(1);opacity:1}}@media(max-width:820px){.shaysport-anim-card{grid-template-columns:1fr}.shaysport-anim-ref{height:160px}.shaysport-anim-card-grow{width:110px;height:150px}.shaysport-anim-card-grow__inner{width:60px;height:86px}.shaysport-anim-note{font-size:15px}}
.shaysport-shell__tools{margin-inline-start:auto;display:flex;align-items:center;gap:10px}.shaysport-lang-switcher{display:inline-flex;gap:8px;flex-wrap:wrap}.shaysport-lang-switcher__link{display:inline-flex;align-items:center;justify-content:center;min-width:44px;padding:9px 12px;border-radius:999px;background:#eef3fb;border:1px solid #d7deea;color:#16324f;text-decoration:none;font-weight:700}.shaysport-lang-switcher__link.is-current{background:var(--shaysport-primary);border-color:var(--shaysport-primary);color:#fff}@media(max-width:820px){.shaysport-shell__tools{width:100%;margin-inline-start:0}.shaysport-lang-switcher{width:100%}.shaysport-lang-switcher__link{flex:1}.shaysport-btn-qr__box{width:50px;height:50px;flex-basis:50px}}


html[dir="ltr"] .shaysport-global-qr{right:10px;left:auto}
html[dir="rtl"] .shaysport-global-qr{left:10px;right:auto}


.shaysport-tabs{display:block;margin-top:18px;width:100%}.shaysport-tabs__frame{position:relative;border:1px solid color-mix(in srgb,var(--shaysport-primary) 20%,#cfdaed);border-radius:28px;overflow:hidden;background:linear-gradient(180deg,color-mix(in srgb,var(--shaysport-primary) 4%,#ffffff),#ffffff);box-shadow:0 16px 34px rgba(15,23,42,.06)}.shaysport-tabs__panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid #e8edf5;background:linear-gradient(180deg,#fff 0,#fbfdff 100%)}.shaysport-tabs__header{display:flex;align-items:flex-end;justify-content:flex-end;gap:0;padding:14px 24px 10px;border-bottom:1px solid #d9e3f0;background:linear-gradient(180deg,#fff 0,#fbfdff 100%);flex-wrap:wrap}.shaysport-tabs[data-dir='rtl'] .shaysport-tabs__header,.shaysport-tabs[data-dir='rtl'] .shaysport-tabs__bar{justify-content:flex-end}.shaysport-tabs[data-dir='ltr'] .shaysport-tabs__header,.shaysport-tabs[data-dir='ltr'] .shaysport-tabs__bar{justify-content:flex-start}.shaysport-tabs__panel-title{display:block;width:100%;margin:0;color:#11233a;line-height:1.2;unicode-bidi:plaintext}.shaysport-tabs__panel-title.is-left{text-align:left}.shaysport-tabs__panel-title.is-right{text-align:right}.shaysport-tabs__bar{display:flex;flex-wrap:wrap;gap:0;align-items:flex-end;width:100%}.shaysport-tabs__tab{appearance:none;position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;max-width:none;min-width:0;width:auto;border:1px solid color-mix(in srgb,var(--shaysport-primary) 26%,#d7deea);border-bottom-color:#d9e3f0;background:linear-gradient(180deg,color-mix(in srgb,var(--shaysport-accent) 10%,#ffffff),#f4f7fb);color:#17324d;border-radius:14px 14px 0 0;padding:8px 16px;font-size:10px;font-weight:700;line-height:1.1;cursor:pointer;box-shadow:inset 0 1px 0 rgba(255,255,255,.9);transition:background .15s ease,color .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease;white-space:normal;text-wrap:balance;text-align:center;overflow-wrap:anywhere;margin:6px 0 -1px 6px}.shaysport-tabs[data-dir='rtl'] .shaysport-tabs__tab{margin:6px 6px -1px 0}.shaysport-tabs__tab .shaysport-help-trigger{flex:0 0 auto;margin:0 0 0 8px}.shaysport-tabs__tab .shaysport-help-icon,.shaysport-tabs__tab .shaysport-help-icon-fallback{width:15px;height:15px}.shaysport-tabs__tab-label{display:inline-block;min-width:0;overflow-wrap:anywhere;white-space:nowrap}.shaysport-tabs__tab:hover{transform:translateY(-2px);background:linear-gradient(180deg,color-mix(in srgb,var(--shaysport-accent) 18%,#ffffff),#ffffff);box-shadow:0 10px 18px rgba(15,23,42,.08)}.shaysport-tabs__tab.is-active{background:#ffffff;border-color:color-mix(in srgb,var(--shaysport-primary) 28%,#cfdaed);border-bottom-color:#ffffff;color:#0f2136;font-weight:800;z-index:2;transform:translateY(1px);box-shadow:0 -1px 0 rgba(255,255,255,.95) inset,0 10px 20px rgba(15,23,42,.06)}.shaysport-tabs__panels{display:block;min-height:120px;padding:18px 24px 22px;background:#ffffff}.shaysport-tabs__panel{display:none}.shaysport-tabs__panel.is-active{display:block}.shaysport-tabs__panel-inner{display:block}.shaysport-tabs__footer{display:flex;align-items:center;justify-content:center;padding:10px 24px 14px;border-top:1px solid #e8edf5;background:linear-gradient(180deg,#fbfdff 0,#fff 100%)}.shaysport-tabs__dots{display:flex;align-items:center;justify-content:center;gap:10px;padding:8px 18px;border:1px solid color-mix(in srgb,var(--shaysport-primary) 20%,#cfdaed);border-radius:14px 14px 18px 18px;background:linear-gradient(180deg,color-mix(in srgb,var(--shaysport-accent) 12%,#ffffff),#ffffff)}.shaysport-tabs__dot{appearance:none;width:22px;height:10px;border-radius:5px;border:1px solid color-mix(in srgb,var(--shaysport-primary) 24%,#b6c9e3);background:#fff;opacity:.95;cursor:pointer;transition:transform .15s ease,background .15s ease,box-shadow .15s ease,border-color .15s ease}.shaysport-tabs__dot.is-active{transform:scale(1.05);background:var(--shaysport-primary);border-color:var(--shaysport-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--shaysport-accent) 18%,transparent)}@media(max-width:1024px){.shaysport-tabs__tab{max-width:none;font-size:10px;padding:8px 12px}}@media(max-width:820px){.shaysport-tabs__panel-header{padding:14px 16px}.shaysport-tabs__header{display:grid;grid-template-columns:1fr;gap:10px;padding:12px 16px 10px}.shaysport-tabs__bar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;gap:8px}.shaysport-tabs__tab,.shaysport-tabs[data-dir='rtl'] .shaysport-tabs__tab{width:100%;max-width:none;padding:9px 10px;margin:0;border-radius:12px 12px 0 0;font-size:9px}.shaysport-tabs__tab.is-active{transform:none;border-bottom-color:#ffffff}.shaysport-tabs__panel-title{font-size:18px}.shaysport-tabs__panels{padding:16px 16px 18px}.shaysport-tabs__footer{padding:10px 16px 14px}}

select::-ms-expand{display:none}

.shaysport-events-admin-table .shaysport-inline-edit-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.shaysport-events-admin-table .shaysport-inline-edit{min-width:0}.shaysport-inline-save{display:flex;justify-content:flex-end}.shaysport-menu-dropdown{position:relative;display:inline-block}.shaysport-menu-dropdown[open]{z-index:20}.shaysport-menu-dropdown__toggle{list-style:none;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;border:1px solid #c8d2e1;background:#fff;cursor:pointer;box-shadow:0 8px 20px rgba(15,23,42,.08)}.shaysport-menu-dropdown__toggle::-webkit-details-marker{display:none}.shaysport-menu-dropdown__dots{font-size:22px;line-height:1;font-weight:800;letter-spacing:1px;color:#17324d;transform:translateY(-2px)}.shaysport-menu-dropdown__panel{position:absolute;top:calc(100% + 8px);inset-inline-end:0;min-width:220px;padding:8px;border:1px solid #d7deea;border-radius:16px;background:#fff;box-shadow:0 18px 36px rgba(15,23,42,.16)}.shaysport-menu-dropdown__item,.shaysport-menu-dropdown__link{display:flex;width:100%;align-items:center;justify-content:flex-start;padding:10px 12px;border:0;background:transparent;border-radius:12px;color:#17324d;text-decoration:none;font-size:14px;font-weight:700;cursor:pointer;text-align:right}.shaysport-menu-dropdown__item:hover,.shaysport-menu-dropdown__link:hover{background:#eef3fb}.shaysport-menu-dropdown__item.is-danger{color:#b42318}.shaysport-menu-dropdown__submenu{margin-bottom:4px}.shaysport-menu-dropdown__submenu summary{list-style:none}.shaysport-menu-dropdown__submenu summary::-webkit-details-marker{display:none}.shaysport-menu-dropdown__submenu-panel{display:grid;gap:4px;padding:4px 10px 8px}.shaysport-menu-dropdown__submenu[open] .shaysport-menu-dropdown__item{background:#f8fbff}.shaysport-menu-dropdown__submenu-panel .shaysport-menu-dropdown__link{font-weight:600}.screen-reader-text{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}
@media(max-width:820px){.shaysport-events-admin-table .shaysport-inline-edit-form{grid-template-columns:1fr}.shaysport-inline-save{justify-content:stretch}.shaysport-inline-save .shaysport-btn{width:100%}.shaysport-menu-dropdown,.shaysport-menu-dropdown__panel{width:100%}.shaysport-menu-dropdown__toggle{width:100%}}


.shaysport-panel__header{cursor:default}.shaysport-panel__header.is-collapsible{cursor:pointer}.shaysport-panel__header-main{display:flex;align-items:center;gap:10px;min-width:0}.shaysport-panel__toggle{display:inline-flex;width:18px;height:18px;flex:0 0 18px;align-items:center;justify-content:center}.shaysport-panel__toggle::before{content:"";display:block;width:0;height:0;border-left:6px solid currentColor;border-top:4px solid transparent;border-bottom:4px solid transparent;transition:transform .18s ease;opacity:.75}.shaysport-panel.is-collapsed > .shaysport-panel__header .shaysport-panel__toggle::before,.shaysport-panel.is-collapsed > .shaysport-tabs__frame > .shaysport-panel__header .shaysport-panel__toggle::before{transform:rotate(-90deg)}.shaysport-panel.is-collapsed > .shaysport-panel__body,.shaysport-panel.is-collapsed > .shaysport-tabs__frame > .shaysport-panel__body{display:none!important}.shaysport-panel.is-collapsed > .shaysport-tabs__frame > .shaysport-tabs__header,.shaysport-panel.is-collapsed > .shaysport-tabs__frame > .shaysport-tabs__footer{display:none!important}.shaysport-panel.is-collapsed .shaysport-help-trigger,.shaysport-panel.is-collapsed .shaysport-help-icon,.shaysport-panel.is-collapsed .shaysport-help-icon-fallback{display:none!important}.shaysport-table-wrap{width:100%;overflow-x:auto}.shaysport-table-tools{display:flex;justify-content:flex-start;align-items:center;margin:0 0 10px}.shaysport-table-filter{width:min(100%,360px);padding:10px 12px;border:1px solid #d9e3f0;border-radius:12px;background:#fff}.shaysport-table th.is-sortable{cursor:pointer;user-select:none;position:relative;padding-inline-end:20px}.shaysport-table th.is-sortable::after{content:"↕";position:absolute;inset-inline-end:6px;top:50%;transform:translateY(-50%);opacity:.45;font-size:12px}.shaysport-table th[data-sort-dir="asc"]::after{content:"↑";opacity:.8}.shaysport-table th[data-sort-dir="desc"]::after{content:"↓";opacity:.8}@media(max-width:700px){.shaysport-table td,.shaysport-table th{font-size:13px;padding:8px 6px}.shaysport-col-mobile-hide,.shaysport-mobile-hide{display:none!important}.shaysport-table-filter{width:100%}}

.shaysport-shell__eyebrow{font-size:clamp(14px,1.4vw,18px);font-weight:600;line-height:1.2;color:#475569;margin-bottom:4px}.shaysport-shell__title{margin:0}.shaysport-shell__titles{display:grid;gap:0}

@media(max-width:820px){
  .shaysport-shell__title{font-size:26px}
  .shaysport-card__title,
  .shaysport-tabs__panel-title,
  .shaysport-panel__header .shaysport-card__title,
  .shaysport-panel__header [data-shaysport-tabs-title="1"]{font-size:18px;line-height:1.2;word-break:break-word;overflow-wrap:anywhere}
  .shaysport-tabs .shaysport-tabs__tab,
  .shaysport-panel--tabs .shaysport-tabs__tab,
  [class*="shaysport-tab"]{font-size:14px;line-height:1.15}
}

:root{--shaysport-font-family-he:"Times New Roman",Times,serif;--shaysport-font-family-en:Arial,"Helvetica Neue",Helvetica,sans-serif;}
html[lang^='he'] .shaysport-shell,html[lang^='he'] [class*='shaysport'],html[dir='rtl'] .shaysport-shell,html[dir='rtl'] [class*='shaysport']{font-family:var(--shaysport-font-family-he)!important;}
html[lang^='en'] .shaysport-shell,html[lang^='en'] [class*='shaysport'],html[dir='ltr'] .shaysport-shell,html[dir='ltr'] [class*='shaysport']{font-family:var(--shaysport-font-family-en)!important;}
.shaysport-panel__header,.shaysport-tabs__panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:nowrap}.shaysport-panel__header-side{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.shaysport-help-trigger{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:0;background:transparent;border-radius:999px;cursor:pointer;line-height:1;box-shadow:none}.shaysport-help-icon{display:block;width:28px;height:28px;object-fit:contain;border-radius:999px}.shaysport-help-icon-fallback{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;border:1px solid #c8d6e8;background:#fff;color:#3a5f92;font-weight:700;font-size:14px}.shaysport-help-trigger:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.shaysport-panel__header-main{flex:1 1 auto}.shaysport-card__title,.shaysport-tabs__panel-title{margin:0}@media(max-width:820px){.shaysport-card__title,.shaysport-tabs__panel-title{font-size:18px!important;line-height:1.2}.shaysport-tabs__tab{font-size:12px!important}.shaysport-help-trigger{width:30px;height:30px}.shaysport-help-icon,.shaysport-help-icon-fallback{width:24px;height:24px;font-size:12px}}

.shaysport-panel__header-side{margin-inline-start:10px;flex:0 0 auto}.shaysport-panel__header-main{min-width:0}.shaysport-card__title,.shaysport-tabs__panel-title,.shaysport-tabs__tab{font-family:inherit!important}.shaysport-panel__header .shaysport-card__title,.shaysport-tabs__panel-header .shaysport-tabs__panel-title{font-size:36px!important;line-height:1.15!important;font-weight:700!important}.shaysport-tabs__tab{font-size:20px!important;font-weight:700!important}@media(max-width:820px){.shaysport-panel__header .shaysport-card__title,.shaysport-tabs__panel-header .shaysport-tabs__panel-title{font-size:18px!important;line-height:1.2!important}.shaysport-tabs__tab{font-size:12px!important}}

/* ShaySport UI header harmonization 1.3.23 */
.shaysport-panel__header,
.shaysport-tabs__panel-header{justify-content:flex-start!important;gap:10px!important;}
.shaysport-panel__header-main{flex:0 1 auto!important;min-width:0!important;width:auto!important;}
.shaysport-panel__header-side{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;margin-inline-start:8px!important;}
.shaysport-card__title,
.shaysport-tabs__panel-title{font-family:inherit!important;color:var(--shaysport-primary)!important;font-size:32px!important;line-height:1.15!important;font-weight:700!important;letter-spacing:normal!important;}
.shaysport-tabs__tab{font-family:inherit!important;font-weight:700!important;}
@media(max-width:820px){
  .shaysport-card__title,
  .shaysport-tabs__panel-title{font-size:18px!important;line-height:1.2!important;}
}

/* strong tab hover readability fix */
.shaysport-tabs__tab:hover,.shaysport-tabs__tab:focus,.shaysport-tabs__tab:hover *, .shaysport-tabs__tab:focus *,
.shaysport-event-tabs__tab:hover,.shaysport-event-tabs__tab:focus,.shaysport-event-tabs__tab:hover *, .shaysport-event-tabs__tab:focus *,
.shaysport-tabbar .shaysport-tab:hover,.shaysport-tabbar .shaysport-tab:focus,.shaysport-tabbar .shaysport-tab:hover *, .shaysport-tabbar .shaysport-tab:focus *,
.shaysport-tree-tabbar .shaysport-tab:hover,.shaysport-tree-tabbar .shaysport-tab:focus,.shaysport-tree-tabbar .shaysport-tab:hover *, .shaysport-tree-tabbar .shaysport-tab:focus *,
.ss-tab-btn:hover,.ss-tab-btn:focus,.ss-tab-btn:hover *, .ss-tab-btn:focus *,
.events-tabbtn:hover,.events-tabbtn:focus,.events-tabbtn:hover *, .events-tabbtn:focus *{color:#16324f !important;text-shadow:none !important;}
.shaysport-tabs__tab.is-active:hover,.shaysport-tabs__tab.is-active:focus,.shaysport-tabs__tab.is-active:hover *, .shaysport-tabs__tab.is-active:focus *,
.shaysport-event-tabs__tab.is-active:hover,.shaysport-event-tabs__tab.is-active:focus,.shaysport-event-tabs__tab.is-active:hover *, .shaysport-event-tabs__tab.is-active:focus *,
.shaysport-tabbar .shaysport-tab.active:hover,.shaysport-tabbar .shaysport-tab.active:focus,.shaysport-tabbar .shaysport-tab.active:hover *, .shaysport-tabbar .shaysport-tab.active:focus *,
.shaysport-tree-tabbar .shaysport-tab.active:hover,.shaysport-tree-tabbar .shaysport-tab.active:focus,.shaysport-tree-tabbar .shaysport-tab.active:hover *, .shaysport-tree-tabbar .shaysport-tab.active:focus *,
.ss-tab-btn.is-active:hover,.ss-tab-btn.is-active:focus,.ss-tab-btn.is-active:hover *, .ss-tab-btn.is-active:focus *,
.events-tabbtn.active:hover,.events-tabbtn.active:focus,.events-tabbtn.active:hover *, .events-tabbtn.active:focus *{color:#ffffff !important;}


/* global tab hover and RTL alignment hardening */
.shaysport-tabs[data-dir='rtl'] .shaysport-tabs__header,
.shaysport-tabs[data-dir='rtl'] .shaysport-tabs__bar,
.shaysport-tabs[data-dir='rtl'] .shaysport-tabbar,
.shaysport-tabs[data-dir='rtl'] .shaysport-tree-tabbar{direction:rtl!important;justify-content:flex-end!important;}
.shaysport-tabs__tab:hover,
.shaysport-tabs__tab:focus,
.shaysport-tabs__tab:hover span,
.shaysport-tabs__tab:focus span,
.shaysport-tabbar .shaysport-tab:hover,
.shaysport-tabbar .shaysport-tab:focus,
.shaysport-tabbar .shaysport-tab:hover span,
.shaysport-tabbar .shaysport-tab:focus span,
.shaysport-tree-tabbar .shaysport-tab:hover,
.shaysport-tree-tabbar .shaysport-tab:focus,
.shaysport-tree-tabbar .shaysport-tab:hover span,
.shaysport-tree-tabbar .shaysport-tab:focus span{color:#111111!important;background:#eef5ff!important;border-color:#94a3b8!important;text-shadow:none!important;}
.shaysport-tabs__tab.is-active:hover,
.shaysport-tabs__tab.is-active:focus,
.shaysport-tabs__tab.is-active:hover span,
.shaysport-tabs__tab.is-active:focus span,
.shaysport-tabbar .shaysport-tab.active:hover,
.shaysport-tabbar .shaysport-tab.active:focus,
.shaysport-tabbar .shaysport-tab.active:hover span,
.shaysport-tabbar .shaysport-tab.active:focus span,
.shaysport-tree-tabbar .shaysport-tab.active:hover,
.shaysport-tree-tabbar .shaysport-tab.active:focus,
.shaysport-tree-tabbar .shaysport-tab.active:hover span,
.shaysport-tree-tabbar .shaysport-tab.active:focus span{color:#ffffff!important;background:#1f6feb!important;border-color:#1f6feb!important;}



.shaysport-outline-field{position:relative;margin:0;padding:18px 14px 12px 14px;border:1px solid #e11d48;border-radius:16px;background:transparent;min-width:0}
.shaysport-outline-field legend,.shaysport-outline-field__title{padding:0 8px;margin:0;color:#e11d48;font-weight:800;font-size:14px;line-height:1.2;border:0;background:transparent;box-shadow:none}
.shaysport-outline-field legend{margin-right:10px}
.shaysport-outline-field .shaysport-input,.shaysport-outline-field .shaysport-select,.shaysport-outline-field .shaysport-textarea{width:100%;margin:0}
.shaysport-outline-field .shaysport-input,.shaysport-outline-field .shaysport-select,.shaysport-outline-field .shaysport-textarea{border:1px solid #9ca3af;background:transparent;box-shadow:none;border-radius:10px;padding:10px 12px}
.shaysport-outline-field > .shaysport-input,.shaysport-outline-field > .shaysport-select,.shaysport-outline-field > .shaysport-textarea{border:1px solid #9ca3af!important;background:transparent!important;box-shadow:none!important;border-radius:10px!important;padding:10px 12px!important}
.shaysport-outline-field > label{display:none!important}
@media(max-width:820px){.shaysport-outline-field{padding:16px 12px 10px 12px}.shaysport-outline-field legend,.shaysport-outline-field__title{font-size:13px}}

.shaysport-card-type-choice label{display:inline-flex!important}
.shaysport-event-shell:not([data-shaysport-judge-connected="1"]) .shaysport-event-judge-tabs{display:none!important}
.shaysport-judge-identity__connect.shaysport-btn--secondary{background:linear-gradient(180deg,color-mix(in srgb,var(--shaysport-accent) 38%,#ffffff),color-mix(in srgb,var(--shaysport-primary) 14%,#ffffff))!important;color:#12304d!important;border:1px solid color-mix(in srgb,var(--shaysport-primary) 34%,#c7d6ea)!important;box-shadow:0 10px 24px rgba(15,23,42,.08)!important}

.shaysport-judge-identity{display:grid;gap:14px}
.shaysport-judge-identity__grid{display:grid;grid-template-columns:minmax(260px,1fr) minmax(260px,1fr);gap:16px;align-items:start}
.shaysport-judge-field{display:grid;gap:8px;min-width:0}
.shaysport-judge-field label{font-weight:700;color:#1d2b3a}
.shaysport-judge-identity__actions{display:flex;justify-content:flex-start;align-items:center;gap:10px;margin-top:2px}
.shaysport-judge-identity__connect{width:auto!important;min-width:140px}
.shaysport-judge-identity__status{display:none;padding:12px 14px;border-radius:16px;font-weight:700}
.shaysport-judge-identity__status.is-visible{display:block}
.shaysport-judge-identity__status.is-success{background:#ecfdf5;border:1px solid #bbf7d0;color:#166534}
.shaysport-judge-identity__status.is-error{background:#fff1f2;border:1px solid #fecdd3;color:#be123c}
@media(max-width:820px){.shaysport-judge-identity__grid{grid-template-columns:1fr}.shaysport-judge-identity__actions{justify-content:stretch}.shaysport-judge-identity__connect{width:100%!important}}

.shaysport-judge-identity__actions .shaysport-btn,.shaysport-judge-identity__actions .shaysport-btn--secondary{min-width:140px}


.shaysport-tabs[data-dir='rtl'] .shaysport-tabs__bar{justify-content:flex-end!important;direction:rtl!important}
.shaysport-tabs[data-dir='rtl'] .shaysport-tabs__tab{flex-direction:row-reverse}
.shaysport-tabs__tab .shaysport-help-trigger{margin-inline-start:8px;margin-inline-end:0}
.shaysport-event-judge-tabs{display:none}
body[data-shaysport-judge-connected='1'] .shaysport-event-judge-tabs,.shaysport-event-shell[data-shaysport-judge-connected='1'] .shaysport-event-judge-tabs{display:block}


/* ShaySport global floating widgets layout - v1.4.4 */
:root{
  --shaysport-float-bottom: max(10px, env(safe-area-inset-bottom));
  --shaysport-float-side: max(10px, env(safe-area-inset-left));
  --shaysport-float-side-right: max(10px, env(safe-area-inset-right));
  --shaysport-qr-size: clamp(76px, 8.2vw, 96px);
}
body .shaysport-global-qr{
  position:fixed!important;
  left:var(--shaysport-float-side)!important;
  right:auto!important;
  bottom:var(--shaysport-float-bottom)!important;
  z-index:9998!important;
  max-width:calc(50vw - 18px)!important;
  overflow:visible!important;
}
body .shaysport-global-qr__frame{
  width:var(--shaysport-qr-size)!important;
  height:var(--shaysport-qr-size)!important;
  min-width:76px!important;
  min-height:76px!important;
  padding:4px!important;
  border-radius:10px!important;
  box-sizing:border-box!important;
  background:#fff!important;
  overflow:hidden!important;
}
body .shaysport-global-branding{
  position:fixed!important;
  left:50%!important;
  right:auto!important;
  bottom:var(--shaysport-float-bottom)!important;
  transform:translateX(-50%)!important;
  z-index:9997!important;
  width:auto!important;
  max-width:min(260px, calc(100vw - (var(--shaysport-qr-size) * 2) - 42px))!important;
  overflow:hidden!important;
  pointer-events:auto!important;
}
body .shaysport-global-branding__link{
  max-width:100%!important;
  min-height:32px!important;
  padding:4px 8px!important;
  gap:5px!important;
  border-radius:999px!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}
body .shaysport-global-branding__logo{
  width:20px!important;
  height:20px!important;
  flex:0 0 20px!important;
  border-radius:999px!important;
}
body .shaysport-global-branding__text{
  font-size:10px!important;
  line-height:1.1!important;
  max-width:150px!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
body .shaysport-global-toast{
  bottom:calc(var(--shaysport-float-bottom) + 46px)!important;
  max-width:calc(100vw - 24px)!important;
  box-sizing:border-box!important;
}
html[dir="ltr"] body .shaysport-global-qr,
html[dir="rtl"] body .shaysport-global-qr{
  left:var(--shaysport-float-side)!important;
  right:auto!important;
}
@media(max-width:760px){
  :root{--shaysport-qr-size:84px;}
  body .shaysport-global-branding{
    max-width:min(190px, calc(100vw - 206px))!important;
  }
  body .shaysport-global-branding__link{padding:4px 7px!important;}
  body .shaysport-global-branding__logo{width:18px!important;height:18px!important;flex-basis:18px!important;}
  body .shaysport-global-branding__text{font-size:9px!important;max-width:105px!important;}
}
@media(max-width:430px){
  :root{--shaysport-qr-size:78px;}
  body .shaysport-global-branding{
    bottom:calc(var(--shaysport-float-bottom) + 2px)!important;
    max-width:min(150px, calc(100vw - 184px))!important;
  }
  body .shaysport-global-branding__text{font-size:8px!important;max-width:82px!important;}
}

/* ShaySport global floating widgets mobile safety - v1.4.5 */
@media(max-width:760px){
  :root{
    --shaysport-qr-size:72px;
    --shaysport-float-bottom:max(8px, env(safe-area-inset-bottom));
    --shaysport-float-side:max(8px, env(safe-area-inset-left));
  }
  html body .shaysport-global-qr,
  html[dir="ltr"] body .shaysport-global-qr,
  html[dir="rtl"] body .shaysport-global-qr{
    position:fixed!important;
    left:var(--shaysport-float-side)!important;
    right:auto!important;
    bottom:var(--shaysport-float-bottom)!important;
    transform:none!important;
    width:var(--shaysport-qr-size)!important;
    max-width:var(--shaysport-qr-size)!important;
    height:auto!important;
    overflow:visible!important;
    box-sizing:border-box!important;
  }
  html body .shaysport-global-qr__frame{
    width:var(--shaysport-qr-size)!important;
    height:var(--shaysport-qr-size)!important;
    min-width:0!important;
    min-height:0!important;
    padding:3px!important;
    box-sizing:border-box!important;
  }
  html body .shaysport-global-branding{
    max-width:min(145px, calc(100vw - 178px))!important;
  }
}
@media(max-width:430px){
  :root{--shaysport-qr-size:66px;}
  html body .shaysport-global-branding{
    max-width:min(128px, calc(100vw - 160px))!important;
  }
  html body .shaysport-global-branding__link{padding:4px 6px!important;}
  html body .shaysport-global-branding__text{font-size:8px!important;max-width:70px!important;}
  html body .shaysport-global-branding__logo{width:16px!important;height:16px!important;flex-basis:16px!important;}
}


/* ShaySport global floating widgets mobile safety - v1.4.6 */
@media(max-width:760px){
  :root{
    --shaysport-qr-size:64px;
    --shaysport-float-side:18px;
    --shaysport-float-side-right:18px;
  }
  html body .shaysport-global-qr,
  html[dir="ltr"] body .shaysport-global-qr,
  html[dir="rtl"] body .shaysport-global-qr{
    left:18px!important;
    right:auto!important;
    bottom:max(8px, env(safe-area-inset-bottom))!important;
    width:64px!important;
    max-width:64px!important;
    height:64px!important;
    transform:none!important;
    overflow:visible!important;
  }
  html body .shaysport-global-qr__frame{
    width:64px!important;
    height:64px!important;
    min-width:64px!important;
    min-height:64px!important;
    padding:3px!important;
    border-radius:9px!important;
  }
  html body .shaysport-global-branding{
    left:50%!important;
    right:auto!important;
    transform:translateX(-50%)!important;
    bottom:max(8px, env(safe-area-inset-bottom))!important;
    max-width:118px!important;
  }
  html body .shaysport-global-branding__link{
    min-height:30px!important;
    padding:4px 6px!important;
    gap:4px!important;
  }
  html body .shaysport-global-branding__text{
    font-size:7.5px!important;
    max-width:64px!important;
  }
  html body .shaysport-global-branding__logo{
    width:16px!important;
    height:16px!important;
    flex-basis:16px!important;
  }
}
@media(max-width:380px){
  html body .shaysport-global-qr,
  html[dir="ltr"] body .shaysport-global-qr,
  html[dir="rtl"] body .shaysport-global-qr{
    left:14px!important;
    width:58px!important;
    max-width:58px!important;
    height:58px!important;
  }
  html body .shaysport-global-qr__frame{
    width:58px!important;
    height:58px!important;
    min-width:58px!important;
    min-height:58px!important;
  }
  html body .shaysport-global-branding{max-width:104px!important;}
}
