.sport24-checkboxes{display:flex;flex-direction:column;gap:8px}
.sport24-checkboxes label{display:flex;align-items:center;gap:8px;font-weight:500}
.sport24-guest-access h2{margin:0 0 12px}
.sport24-header-auth{display:inline-flex;align-items:center;gap:10px;min-width:0}
.sport24-header-auth .sport24-notifications{flex:0 0 auto}
.sport24-header-auth__dropdown{position:relative;z-index:400;padding-bottom:12px;margin-bottom:-12px;min-width:0}
.sport24-header-auth__account{appearance:none;border:0;background:transparent;padding:0;margin:0;font:inherit;font-weight:800;color:var(--navy,#25345A);cursor:pointer;white-space:nowrap}
@media (max-width: 620px) {
.sport24-header-auth__account{font-size:10px}
}
.sport24-header-auth__menu{display:none;position:absolute;top:100%;right:0;min-width:280px;max-height:min(70vh,560px);overflow-y:auto;-webkit-overflow-scrolling:touch;background:#fff;border:1px solid var(--border,#E3E8F0);border-radius:14px;padding:8px;box-shadow:0 10px 30px #0d1b3e12;z-index:400}
.sport24-header-auth__dropdown:hover .sport24-header-auth__menu,
.sport24-header-auth__dropdown:focus-within .sport24-header-auth__menu,
.sport24-header-auth__dropdown.is-open .sport24-header-auth__menu{display:block}
.sport24-header-auth__menu a{display:block;padding:10px 12px;color:var(--text,#1a1a1a);text-decoration:none;border-radius:8px;font-size:14px;font-weight:700;white-space:nowrap}
.sport24-header-auth__menu a:hover{background:var(--cream,#F5F7FA);color:var(--red,#D7193F)}
.sport24-unread-dot{display:inline-block;width:10px;height:10px;border-radius:50%;background:var(--red,#D7193F)}
.sport24-modal{position:fixed;inset:0;z-index:10020;display:none;align-items:center;justify-content:center;padding:24px;background:#0d1b3e66;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}
.sport24-modal.is-open{display:flex}
.sport24-modal__dialog{position:relative;background:#fff;border-radius:22px;padding:32px;width:min(440px,100%);max-width:100%;border:1px solid var(--border,#E3E8F0);margin:auto;flex-shrink:0;box-sizing:border-box}
.sport24-modal__tabs{display:flex;gap:8px;margin:0 28px 20px 0}
.sport24-modal__tab{flex:1;padding:10px;border:1px solid var(--border);border-radius:12px;background:#fff;cursor:pointer;font-weight:700}
.sport24-modal__tab.is-active{background:var(--navy,#25345A);color:#fff;border-color:var(--navy)}
.sport24-modal__panel{display:none}
.sport24-modal__panel.is-active{display:block}
.sport24-modal__close{position:absolute;top:10px;right:12px;z-index:2;width:36px;height:36px;border:0;background:transparent;font-size:28px;line-height:1;cursor:pointer;color:var(--navy,#25345A)}
.sport24-auth-forgot{margin:12px 0 0;text-align:center}
.sport24-auth-forgot a{color:var(--red,#D7193F);font-size:13px;font-weight:800;text-decoration:none}
.sport24-auth-forgot a:hover{text-decoration:underline}
.sport24-pd-consent{display:flex;align-items:flex-start;gap:8px;margin:12px 0 0;font-size:12px;line-height:1.4;color:var(--muted,#70798C);font-weight:500;cursor:pointer}
.sport24-pd-consent input{margin:3px 0 0;flex:0 0 auto}
.sport24-pd-consent a{color:var(--red,#D7193F);text-decoration:underline}
.sport24-pd-consent a:hover{text-decoration:none}
.sport24-modal .field-hint{display:block;margin:-2px 0 6px;font-size:11px;font-weight:500;line-height:1.3;letter-spacing:0;text-transform:none;color:var(--muted,#70798C)}
html.sport24-modal-open,body.sport24-modal-open{overflow:hidden;touch-action:none}
@media (max-width:640px){
.sport24-modal{align-items:flex-start;padding:12px;padding-top:max(12px,env(safe-area-inset-top));padding-bottom:max(12px,env(safe-area-inset-bottom))}
.sport24-modal__dialog{padding:20px 16px 18px;border-radius:18px;width:100%;max-height:none}
.sport24-modal__tabs{margin:0 32px 14px 0;gap:6px}
.sport24-modal__tab{padding:9px 8px;font-size:13px;border-radius:10px}
.sport24-modal__close{top:8px;right:8px}
.sport24-modal #sport24-register-form .field,
.sport24-modal #sport24-login-form .field{margin-bottom:10px}
.sport24-modal #sport24-register-form .field input,
.sport24-modal #sport24-login-form .field input{min-height:44px;padding:10px 12px;font-size:16px}
.sport24-modal #sport24-register-form .btn,
.sport24-modal #sport24-login-form .btn{margin-top:10px!important;min-height:48px}
}


.sport24-ticket-meta{display:grid;grid-template-columns:minmax(140px,220px) minmax(0,1fr);gap:10px 20px;margin:24px 0 0;padding:20px 24px;background:#fff;border:1px solid var(--border,#E3E8F0);border-radius:var(--r,18px);text-align:left;justify-items:start;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}
.sport24-ticket-meta dt{margin:0;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--muted,#70798C);text-align:left}
.sport24-ticket-meta dd{margin:0;color:var(--navy,#25345A);font-size:15px;font-weight:600;text-align:left;min-width:0;max-width:100%;overflow-wrap:anywhere;word-break:break-word}

.sport24-ticket-chat{margin-top:36px;padding-top:28px;border-top:1px solid var(--border,#E3E8F0)}
.sport24-ticket-chat__title{margin:0 0 18px;color:var(--navy,#25345A);font-size:24px;letter-spacing:-.03em}
.sport24-chat-messages{display:flex;flex-direction:column;gap:12px;max-height:420px;overflow-y:auto;padding:16px;background:var(--cream,#F5F7FA);border:1px solid var(--border,#E3E8F0);border-radius:18px;margin-bottom:16px}
.sport24-chat-empty{margin:0;color:var(--muted,#70798C);font-size:14px;text-align:center;padding:24px 12px}
.sport24-chat-msg{display:flex;width:100%}
.sport24-chat-msg--mine{justify-content:flex-end}
.sport24-chat-msg--other{justify-content:flex-start}
.sport24-chat-msg__bubble{max-width:min(78%,560px);padding:12px 14px;border-radius:16px;background:#fff;border:1px solid var(--border,#E3E8F0);box-shadow:0 4px 14px #0d1b3e0a;text-align:left}
.sport24-chat-msg--mine .sport24-chat-msg__bubble{background:#E8ECF2;border-color:#D5DBE5;color:#374151}
.sport24-chat-msg__meta{display:flex;flex-wrap:wrap;align-items:center;gap:4px 8px;margin-bottom:6px;font-size:12px;text-align:left;justify-content:flex-start}
.sport24-chat-msg__author{font-size:13px}
.sport24-chat-msg--mine .sport24-chat-msg__author{color:#374151}
.sport24-chat-msg__role,.sport24-chat-msg--mine .sport24-chat-msg__role{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;padding:2px 6px;min-height:16px;border-radius:999px;background:#e4002b1a;color:var(--red,#D7193F);font-size:9px;font-weight:800;line-height:1.2;letter-spacing:.01em;white-space:nowrap}
.sport24-chat-msg__time{color:var(--muted,#70798C);font-size:11px;margin-left:0;flex:1 0 100%;text-align:left}
.sport24-chat-msg--mine .sport24-chat-msg__time{color:#6B7280}
.sport24-chat-msg__text{font-size:14px;line-height:1.45;word-break:break-word;text-align:left}
.sport24-chat-msg__text p{margin:0 0 8px;text-align:left}
.sport24-chat-msg__text p:last-child{margin-bottom:0}
.sport24-chat-msg__text a{color:var(--navy,#25345A);text-decoration:underline;word-break:break-all}
.sport24-chat-msg--mine .sport24-chat-msg__text,
.sport24-chat-msg--mine .sport24-chat-msg__text p,
.sport24-chat-msg--mine .sport24-chat-msg__text a{color:#374151}
.sport24-chat-msg__edited{display:inline-block;margin-left:4px;font-size:11px;color:var(--muted,#70798C);font-weight:600}
.sport24-chat-msg__actions{display:flex;gap:8px;margin-top:8px}
.sport24-chat-msg__actions .btn{padding:4px 10px;font-size:12px;border-radius:10px}
.sport24-chat-msg__edit-btn{display:inline-flex;align-items:center;gap:4px;padding:4px 8px!important;font-size:11px!important;font-weight:800;line-height:1;border-radius:999px}
.sport24-chat-msg__edit-icon{display:block;flex:0 0 auto}
.sport24-chat-msg--mine .sport24-chat-msg__edit-btn{background:#fff;border-color:#D5DBE5;color:var(--navy,#25345A)}
.sport24-chat-msg__edit{margin-top:8px}
.sport24-chat-msg__edit textarea{width:100%;min-height:72px;padding:10px 12px;border:1px solid var(--border,#E3E8F0);border-radius:12px;font:inherit;font-size:14px;resize:vertical;box-sizing:border-box}
.sport24-chat-msg__edit-actions{display:flex;gap:8px;margin-top:8px;justify-content:flex-end}
.sport24-chat-msg__edit-actions .btn.red,.sport24-chat-msg__bubble .btn.red{color:#fff!important}
.sport24-chat-invite{display:flex;flex-wrap:wrap;align-items:flex-end;gap:10px;margin:0 0 16px;padding:12px 14px;border:1px solid var(--border,#E3E8F0);border-radius:14px;background:#fff}
.sport24-chat-invite__title{width:100%;font-size:13px;font-weight:700;color:var(--navy,#25345A)}
.sport24-searchable-select{display:flex;flex-direction:column;gap:6px;min-width:min(100%,280px);flex:1}
.sport24-searchable-select__search,.sport24-searchable-select select{width:100%;padding:8px 10px;border:1px solid var(--border,#E3E8F0);border-radius:10px;font:inherit;font-size:13px;box-sizing:border-box}
.sport24-chat-form{display:flex;flex-direction:column;gap:10px}
.sport24-chat-form textarea{width:100%;min-height:88px;padding:12px 14px;border:1px solid var(--border,#E3E8F0);border-radius:14px;font-family:inherit;font-size:14px;resize:vertical}
.sport24-chat-form__attach{display:flex;flex-wrap:wrap;align-items:center;gap:10px}
.sport24-chat-form__file-label{display:inline-flex;cursor:pointer;margin:0}
.sport24-chat-form__file-label input[type="file"]{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden}
.sport24-chat-form__file-names{font-size:12px;max-width:100%;word-break:break-word}
.sport24-chat-form__actions{display:flex;justify-content:flex-end}
.sport24-chat-form .btn-sm{padding:10px 18px;font-size:13px;border-radius:12px}
.sport24-chat-msg__files{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}
.sport24-chat-msg__file{display:inline-flex;align-items:center;gap:6px;text-decoration:none;border-radius:10px;overflow:hidden}
.sport24-chat-msg__file--image{border:1px solid rgba(255,255,255,.25)}
.sport24-chat-msg--other .sport24-chat-msg__file--image{border-color:var(--border,#E3E8F0)}
.sport24-chat-msg__file--image img{display:block;max-width:180px;max-height:140px;object-fit:cover}
.sport24-chat-msg__file--doc{padding:8px 10px;background:rgba(255,255,255,.12);color:inherit;font-size:13px;font-weight:700}
.sport24-chat-msg--other .sport24-chat-msg__file--doc{background:#F0F3F8;color:var(--navy,#25345A)}
.sport24-chat-msg__file-name{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

.sport24-notifications{position:relative;display:inline-flex;align-items:center;z-index:150}
.sport24-notifications-list__item[data-ticket-url]{cursor:pointer}
.sport24-notifications-list__item[data-ticket-url] .sport24-notifications-list__title{text-decoration:underline}
.sport24-notifications__bell{position:relative;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid var(--border,#E3E8F0);border-radius:12px;background:#fff;color:var(--navy,#25345A);cursor:pointer;padding:0}
.sport24-notifications__bell:hover{background:var(--cream,#F5F7FA)}
.sport24-notifications__icon{display:block}
.sport24-notifications__badge{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--red,#D7193F);color:#fff;font-size:11px;font-weight:800;line-height:18px;text-align:center;box-sizing:border-box}
.sport24-notifications__badge[hidden]{display:none!important}
.sport24-notifications__dropdown{display:none;position:absolute;top:calc(100% + 8px);right:0;min-width:320px;max-width:420px;background:#fff;border:1px solid var(--border,#E3E8F0);border-radius:16px;box-shadow:0 18px 50px #0d1b3e18;z-index:120;padding:8px 0;pointer-events:auto}
.sport24-notifications__dropdown.is-open{display:block}
.sport24-notifications__dropdown-inner{max-height:360px;overflow-y:auto;padding:0 10px}
.sport24-notifications-empty{margin:0;padding:18px 10px;color:var(--muted,#70798C);font-size:14px;text-align:center}
.sport24-notifications-list,.sport24-notifications-page-list{margin:0;padding:0;list-style:none}
.sport24-notifications-list__item,.sport24-notifications-page-list__item{border-bottom:1px solid var(--border,#E3E8F0)}
.sport24-notifications-list__item:last-child,.sport24-notifications-page-list__item:last-child{border-bottom:0}
.sport24-notifications-list__link{display:block;padding:12px 10px;color:inherit;text-decoration:none;border-radius:12px;cursor:pointer;pointer-events:auto;position:relative;z-index:1}
.sport24-notifications-list__link:hover{background:var(--cream,#F5F7FA)}
.sport24-notifications-list__link:hover .sport24-notifications-list__title{text-decoration:underline}
.sport24-notifications-list__link--static{cursor:default}
.sport24-notifications-list__title{display:block;font-size:14px;font-weight:800;color:var(--navy,#25345A);line-height:1.3}
.sport24-notifications-list__preview{display:block;margin-top:4px;font-size:13px;color:var(--muted,#70798C);line-height:1.35}
.sport24-notifications-list__date{display:block;margin-top:6px;font-size:11px;color:var(--muted,#70798C)}
.sport24-notifications-list__action{display:inline-block;margin-top:8px;font-size:12px;font-weight:800;color:var(--red,#D7193F)}
.sport24-notifications-list__item.is-unread .sport24-notifications-list__title,.sport24-notifications-page-list__item.is-unread .sport24-notifications-list__title{color:var(--red,#D7193F)}
.sport24-notifications-panel{position:relative;z-index:1;margin:0 0 28px;padding:24px;background:#fff;border:1px solid var(--border,#E3E8F0);border-radius:var(--r,18px);pointer-events:auto}
.sport24-notifications-panel a{pointer-events:auto;cursor:pointer}
.sport24-notifications-panel h3{margin:0 0 14px;color:var(--navy,#25345A);font-size:22px;letter-spacing:-.03em}
.sport24-notifications-page-list .sport24-notifications-list__link{padding:14px 4px}
.sport24-notifications__footer{padding:10px 12px 6px;border-top:1px solid var(--border,#E3E8F0);text-align:center}
.sport24-notifications__all-link{display:inline-block;font-size:13px;font-weight:800;color:var(--red,#D7193F);text-decoration:none}
.sport24-notifications__all-link:hover{text-decoration:underline}
@media (max-width: 620px) {
.sport24-notifications__dropdown {
  position: fixed;
  left: 14px;
  right: 14px;
  top: 88px;
  width: auto;
  min-width: 0;
  max-width: none;
}
.sport24-notifications-empty {
  padding: 16px 12px;
  font-size: 13px;
}
}
.sport24-notifications-page .sport24-notifications-list__title{text-decoration:underline}
.sport24-notifications-page .sport24-notifications-list__link{color:inherit}
.sport24-ticket-card__title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.sport24-ticket-card .sport24-unread-dot{flex:0 0 auto}

.sport24-toast-container{position:fixed;top:24px;right:24px;z-index:10050;display:flex;flex-direction:column;gap:10px;max-width:min(420px,calc(100vw - 48px));pointer-events:none}
.sport24-toast{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;background:#fff;border:1px solid var(--border,#E3E8F0);border-radius:14px;box-shadow:0 12px 40px #0d1b3e1a;opacity:0;transform:translateX(20px);transition:opacity .3s ease,transform .3s ease;pointer-events:auto}
.sport24-toast.is-visible{opacity:1;transform:translateX(0)}
.sport24-toast.is-hiding{opacity:0;transform:translateX(20px)}
.sport24-toast--success{border-left:4px solid #22a06b}
.sport24-toast--error{border-left:4px solid var(--red,#D7193F)}
.sport24-toast--info{border-left:4px solid var(--navy,#25345A)}
.sport24-toast--warning{border-left:4px solid #d97706}
.sport24-toast__message{flex:1;font-size:14px;line-height:1.45;color:var(--navy,#25345A);word-break:break-word}
.sport24-toast__message strong{font-weight:800}
.sport24-toast__message a{color:var(--red,#D7193F);font-weight:700;text-decoration:underline}
.sport24-toast__message a:hover{text-decoration:none}
.sport24-toast__close{flex:0 0 auto;border:0;background:transparent;color:var(--muted,#70798C);font-size:22px;line-height:1;cursor:pointer;padding:0;margin:-2px 0 0 4px}
.sport24-toast__close:hover{color:var(--navy,#25345A)}
@media (max-width:640px){.sport24-toast-container{top:auto;bottom:24px;left:24px;right:24px;max-width:none}}

.sport24-cookie-consent{position:fixed;left:24px;bottom:24px;z-index:10040;display:flex;align-items:center;gap:16px;max-width:min(460px,calc(100vw - 48px));padding:16px 18px;background:#fff;border:1px solid var(--border,#E3E8F0);border-radius:16px;box-shadow:0 16px 48px #0d1b3e1f;opacity:0;transform:translateY(16px);transition:opacity .3s ease,transform .3s ease}
.sport24-cookie-consent.is-visible{opacity:1;transform:translateY(0)}
.sport24-cookie-consent.is-hiding{opacity:0;transform:translateY(16px)}
.sport24-cookie-consent__text{margin:0;font-size:13px;line-height:1.45;color:var(--navy,#25345A)}
.sport24-cookie-consent__link{color:var(--red,#D7193F);font-weight:700;text-decoration:underline;white-space:nowrap}
.sport24-cookie-consent__link:hover{text-decoration:none}
.sport24-cookie-consent__accept{flex:0 0 auto;padding:10px 18px;font-size:13px;border-radius:12px;white-space:nowrap}
@media (max-width:640px){.sport24-cookie-consent{left:16px;right:16px;bottom:16px;max-width:none;flex-direction:column;align-items:stretch}.sport24-cookie-consent__accept{width:100%}}

.sport24-edit-note{margin:0 0 16px;padding:12px 14px;border-radius:14px;background:var(--cream,#F5F7FA);border:1px solid var(--border,#E3E8F0);color:var(--muted,#718096);font-size:13px}

.sport24-ticket-page{display:grid;gap:16px}
.sport24-ticket-page__card,.sport24-ticket-page__chat{background:#fff;border:1px solid var(--border,#E3E8F0);border-radius:22px;padding:24px 26px;box-shadow:0 16px 40px #0d1b3e0d}
.sport24-ticket-page__card h1{margin:6px 0 10px;color:var(--navy,#25345A);font-size:clamp(24px,3vw,34px);letter-spacing:-.04em;line-height:1.15}
.sport24-ticket-page__hub{margin:10px 0 16px}
.sport24-ticket-page__hub a{color:var(--red,#D7193F);font-weight:700;text-decoration:none}
.sport24-ticket-page__hub a:hover{text-decoration:underline}
.sport24-ticket-page .sport24-ticket-chat{margin-top:0;padding-top:0;border-top:0}
.sport24-ticket-page .sport24-chat-messages{max-height:min(62vh,560px)}
@media (max-width:640px){
.sport24-ticket-meta{grid-template-columns:1fr;gap:2px 0}
.sport24-ticket-meta dd{margin-bottom:8px}
.sport24-ticket-page__card,.sport24-ticket-page__chat{padding:18px 16px;border-radius:18px}
}
