:root{--main:#651515;--main-dark:#4c1010;--main-soft:#f6eaea;--dark:#111827;--dark-2:#1f2937;--text:#111827;--muted:#6b7280;--bg:#f4f5f7;--card:#fff;--border:#e5e7eb;--success:#16a34a;--danger:#dc2626;--warning:#d97706;--radius:18px;--shadow:0 12px 35px #11182714}body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font-family:inherit}button{cursor:pointer}img{max-width:100%;display:block}.auth-page{background:radial-gradient(circle at 0 0,#65151538,#0000 32%),linear-gradient(135deg,#200707,#dc3838);place-items:center;min-height:100vh;padding:24px;display:grid}.auth-card{background:#fffffff5;border-radius:28px;width:100%;max-width:430px;padding:34px;box-shadow:0 28px 80px #00000047}.auth-logo{object-fit:contain;border-radius:24px;width:150px;height:150px;margin:0 auto 18px;padding:10px}.auth-title{text-align:center;margin:0;font-size:30px;font-weight:850}.auth-subtitle{text-align:center;color:var(--muted);margin:8px 0 26px;line-height:1.5}.auth-error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca;border-radius:14px;margin-bottom:16px;padding:12px 14px;font-size:14px}.form-group{margin-bottom:16px}.form-label{color:var(--dark);margin-bottom:7px;font-size:13px;font-weight:750;display:block}.form-input,.form-textarea,.form-select{border:1px solid var(--border);width:100%;color:var(--text);background:#fff;border-radius:14px;outline:none;padding:13px 14px;font-size:15px;transition:all .18s}.form-textarea{resize:vertical;min-height:160px}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--main);box-shadow:0 0 0 4px #6515151f}.password-row{position:relative}.password-row .form-input{padding-right:48px}.password-toggle{color:var(--muted);background:0 0;border:0;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.btn{border:0;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:800;transition:all .18s;display:inline-flex}.btn:disabled{opacity:.65;cursor:not-allowed}.btn-primary{background:var(--main);color:#fff}.btn-primary:hover{background:var(--main-dark)}.btn-dark{background:var(--dark);color:#fff}.btn-light{color:var(--dark);background:#f3f4f6}.btn-danger{background:var(--danger);color:#fff}.btn-outline{border:1px solid var(--border);color:var(--dark);background:0 0}.btn-full{width:100%;min-height:48px}.app-shell{background:var(--bg);min-height:100vh;display:flex}.sidebar{color:#fff;z-index:40;background-blend-mode:color-burn;background:#111827 253px -44px/292px;flex-direction:column;width:280px;padding:20px;transition:transform .24s;display:flex;position:fixed;inset:0 auto 0 0;background-color:#4c0303!important;background-image:url(../public/ounahi_nav.jpg)!important}.sidebar-brand{border-bottom:1px solid #ffffff1f;align-items:center;gap:12px;margin-bottom:18px;padding-bottom:22px;display:flex}.sidebar-logo{object-fit:contain;border-radius:16px;width:65px;height:65px}.sidebar-title{margin:0;font-size:18px;font-weight:850}.sidebar-subtitle{color:#cbd5e1;margin:2px 0 0;font-size:12px}.nav-menu{gap:8px;display:grid}.nav-link{color:#d1d5db;border-radius:14px;align-items:center;gap:11px;padding:12px 13px;font-weight:700;transition:all .18s;display:flex}.nav-link:hover{color:#fff;background:#ffffff14}.nav-link.active{background:var(--main);color:#fff}.sidebar-footer{gap:10px;margin-top:auto;display:grid}.sidebar-user{background:#ffffff14;border-radius:16px;padding:12px}.sidebar-user-name{margin:0 0 2px;font-weight:800}.sidebar-user-role{color:#cbd5e1;margin:0;font-size:12px}.main-area{flex-direction:column;flex:1;min-width:0;margin-left:280px;display:flex}.topbar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);z-index:30;background:#ffffffe6;justify-content:space-between;align-items:center;height:74px;padding:0 28px;display:flex;position:sticky;top:0}.mobile-menu-btn{display:none}.topbar-title{margin:0;font-size:22px;font-weight:850}.topbar-subtitle{color:var(--muted);margin:3px 0 0;font-size:13px}.topbar-actions{align-items:center;gap:10px;display:flex}.content{width:100%;max-width:1500px;padding:28px}.sidebar-backdrop{display:none}.page-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px;display:flex}.page-title{margin:0;font-size:30px;font-weight:900}.page-description{color:var(--muted);margin:6px 0 0}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.card-body{padding:20px}.grid{gap:18px;display:grid}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.stat-card{padding:20px}.stat-icon{background:var(--main-soft);width:46px;height:46px;color:var(--main);border-radius:16px;place-items:center;margin-bottom:14px;display:grid}.stat-label{color:var(--muted);margin:0;font-size:13px;font-weight:700}.stat-value{margin:4px 0 0;font-size:32px;font-weight:900}.toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.toolbar-left,.toolbar-right{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.table-card{overflow:hidden}.table-scroll{width:100%;overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;min-width:850px}.admin-table th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);border-bottom:1px solid var(--border);background:#f9fafb;padding:14px 16px;font-size:12px}.admin-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:14px 16px}.admin-table tr:last-child td{border-bottom:0}.table-thumb{object-fit:cover;background:#e5e7eb;border-radius:12px;width:76px;height:52px}.row-title{margin:0 0 4px;font-weight:850}.row-subtitle{color:var(--muted);margin:0;font-size:12px}.badge{border-radius:999px;align-items:center;padding:5px 10px;font-size:12px;font-weight:800;display:inline-flex}.badge-main{background:var(--main-soft);color:var(--main)}.badge-green{color:#166534;background:#dcfce7}.badge-gray{color:#374151;background:#f3f4f6}.actions{align-items:center;gap:8px;display:flex}.icon-btn{border:1px solid var(--border);width:36px;height:36px;color:var(--dark);background:#fff;border-radius:12px;place-items:center;display:grid}.icon-btn:hover{background:#f3f4f6}.icon-btn.danger{color:var(--danger)}.form-card{max-width:1100px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.form-grid .full{grid-column:1/-1}.file-box{border:2px dashed var(--border);text-align:center;background:#fafafa;border-radius:18px;padding:22px}.preview-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:12px;margin-top:14px;display:grid}.preview-img{object-fit:cover;background:#e5e7eb;border-radius:14px;width:100%;height:110px}.form-actions{justify-content:flex-end;gap:10px;margin-top:22px;display:flex}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:18px;display:grid}.gallery-card{overflow:hidden}.gallery-cover{background:#e5e7eb;height:160px;position:relative}.gallery-cover img{object-fit:cover;width:100%;height:100%}.gallery-count{color:#fff;background:#111827d1;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;position:absolute;top:12px;right:12px}.gallery-info{padding:16px}.gallery-title{margin:0 0 6px;font-size:17px;font-weight:850}.gallery-desc{color:var(--muted);min-height:38px;margin:0 0 14px;font-size:13px}.loading-page,.empty-state{text-align:center;min-height:280px;color:var(--muted);place-items:center;display:grid}.spinner{border:4px solid #e5e7eb;border-top-color:var(--main);border-radius:999px;width:34px;height:34px;margin:0 auto 12px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=1100px){.grid-4,.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.content{padding:22px}}@media (width<=900px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-backdrop{z-index:35;background:#00000073;display:block;position:fixed;inset:0}.main-area{margin-left:0}.mobile-menu-btn{display:inline-flex}.topbar{padding:0 18px}.content{padding:18px}.page-header{flex-direction:column}.toolbar{flex-direction:column;align-items:stretch}.toolbar-left,.toolbar-right,.toolbar-left .form-input,.toolbar-right .form-select,.toolbar-right .btn{width:100%}.form-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.form-actions .btn{width:100%}}@media (width<=640px){.auth-card{border-radius:22px;padding:24px}.topbar-title{font-size:18px}.topbar-subtitle{display:none}.page-title{font-size:24px}.grid-4,.grid-3,.grid-2,.gallery-grid{grid-template-columns:1fr}.admin-table{min-width:720px}}.html-editor{border:1px solid var(--border);background:#fff;border-radius:16px;overflow:hidden}.html-editor-toolbar{border-bottom:1px solid var(--border);background:#f9fafb;flex-wrap:wrap;align-items:center;gap:6px;padding:10px;display:flex}.html-editor-toolbar button{border:1px solid var(--border);width:36px;height:36px;color:var(--dark);background:#fff;border-radius:10px;place-items:center;font-weight:800;transition:all .16s;display:grid}.html-editor-toolbar button:hover{background:var(--main-soft);color:var(--main);border-color:#65151540}.toolbar-separator{background:var(--border);width:1px;height:28px;margin:0 4px}.html-editor-content{outline:none;min-height:280px;padding:18px;font-size:15px;line-height:1.7}.html-editor-content:focus{box-shadow:inset 0 0 0 3px #65151514}.html-editor-content h1{margin:12px 0;font-size:30px}.html-editor-content h2{margin:12px 0;font-size:24px}.html-editor-content p{margin:10px 0}.html-editor-content ul,.html-editor-content ol{padding-left:24px}.html-editor-content blockquote{border-left:4px solid var(--main);background:var(--main-soft);border-radius:10px;margin:14px 0;padding:10px 14px}.html-editor-content pre{color:#fff;background:#111827;border-radius:12px;padding:14px;overflow-x:auto}.html-editor-content img{border-radius:14px;max-width:100%;margin:12px 0}.html-editor-content a{color:var(--main);font-weight:700;text-decoration:underline}.modal-backdrop{z-index:200;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#111827b8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal-card{text-align:center;background:#fff;border-radius:24px;width:100%;max-width:430px;padding:28px;position:relative;box-shadow:0 30px 90px #00000059}.modal-close{width:36px;height:36px;color:var(--dark);background:#f3f4f6;border:0;border-radius:12px;place-items:center;display:grid;position:absolute;top:14px;right:14px}.modal-icon{border-radius:22px;place-items:center;width:62px;height:62px;margin:0 auto 16px;display:grid}.modal-icon.danger{color:var(--danger);background:#fee2e2}.modal-title{margin:0 0 8px;font-size:24px;font-weight:900}.modal-message{color:var(--muted);margin:0 0 22px;line-height:1.6}.modal-actions{justify-content:center;gap:10px;display:flex}@media (width<=520px){.modal-actions{flex-direction:column}.modal-actions .btn{width:100%}}@media (width<=1000px){.story-editor-layout{grid-template-columns:1fr!important}}@media (width<=1100px){.story-edit-layout,.story-control-hero{grid-template-columns:1fr!important}.story-control-stats{grid-template-columns:repeat(2,minmax(100px,1fr))!important}.story-item-modal-grid{grid-template-columns:1fr!important}.dashboard-main-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}.dashboard-layout,.dashboard-actions-grid{grid-template-columns:1fr!important}}@media (width<=620px){.dashboard-main-stats{grid-template-columns:1fr!important}}.sidebar-logo-wrap{border-radius:16px;flex-shrink:0;place-items:center;width:64px;height:64px;display:grid}.sidebar-section{margin-top:18px;padding:0 14px}.sidebar-section-title{color:#ffffff7a;text-transform:uppercase;letter-spacing:.08em;margin:0 0 9px;padding:0 8px;font-size:11px;font-weight:900}.nav-link-text{gap:2px;min-width:0;display:grid}.nav-link-text span{font-size:14px;font-weight:900}.nav-link-text small{color:#ffffff7a;font-size:11px;font-weight:700}.nav-link.active .nav-link-text small{color:#ffffffc7}.quick-create-box{background:#ffffff0e;border:1px solid #ffffff14;border-radius:20px;gap:8px;padding:10px;display:grid}.quick-create-link{color:#ffffffc7;border-radius:14px;align-items:center;gap:10px;padding:10px;font-size:13px;font-weight:850;text-decoration:none;transition:all .18s;display:flex}.quick-create-link:hover{color:#fff;background:#ffffff14}.quick-create-icon{color:#fff;background:#ffffff17;border-radius:12px;flex-shrink:0;place-items:center;width:30px;height:30px;display:grid}.sidebar-user{align-items:center;gap:10px;display:flex}.sidebar-user-avatar{background:var(--main);color:#fff;border-radius:14px;flex-shrink:0;place-items:center;width:40px;height:40px;font-weight:950;display:grid}.topbar-left{align-items:center;gap:12px;min-width:0;display:flex}.topbar-create-links{align-items:center;gap:8px;display:flex}.topbar-create-link{color:var(--text);border:1px solid var(--border);background:#f9fafb;border-radius:14px;align-items:center;gap:7px;padding:10px 12px;font-size:13px;font-weight:900;text-decoration:none;transition:all .18s;display:inline-flex}.topbar-create-link:hover{background:var(--main);color:#fff;border-color:var(--main)}.topbar-user-card{border:1px solid var(--border);background:#f9fafb;border-radius:16px;align-items:center;gap:9px;padding:8px 10px;display:flex}.topbar-user-icon{width:34px;height:34px;color:var(--main);border:1px solid var(--border);background:#fff;border-radius:13px;place-items:center;display:grid}.topbar-user-name{color:var(--text);margin:0;font-size:13px;font-weight:900;line-height:1.1}.topbar-user-role{color:var(--muted);margin:2px 0 0;font-size:11px;font-weight:800}@media (width<=1100px){.topbar-create-links{display:none}}@media (width<=760px){.topbar-user-card,.topbar-logout,.topbar-subtitle{display:none}.topbar-title{font-size:18px}}@media (width<=1100px){.admin-list-header{display:none!important}.admin-list-row{grid-template-columns:1fr!important;gap:12px!important}.admin-list-row>div,.admin-list-row>button{width:100%}.admin-list-row>div:last-child{justify-content:flex-start!important}}.pagination-wrap{border:1px solid var(--border);background:#fff;border-radius:18px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-top:18px;padding:14px 16px;display:flex}.pagination-info{color:var(--muted);margin:0;font-size:13px;font-weight:800}.pagination-controls{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.pagination-btn,.pagination-page{border:1px solid var(--border);color:var(--text);cursor:pointer;background:#f9fafb;border-radius:12px;justify-content:center;align-items:center;gap:6px;min-height:36px;padding:0 12px;font-size:13px;font-weight:900;transition:all .18s;display:inline-flex}.pagination-page{min-width:36px;padding:0 10px}.pagination-page.active{background:var(--main);border-color:var(--main);color:#fff}.pagination-btn:hover:not(:disabled),.pagination-page:hover:not(.active){border-color:var(--main);color:var(--main);background:#fff7ed}.pagination-btn:disabled{opacity:.45;cursor:not-allowed}.pagination-dots{color:var(--muted);padding:0 4px;font-weight:900}@media (width<=700px){.pagination-wrap{align-items:flex-start}.pagination-controls{width:100%}}.sidebar-workspace{flex:1;min-width:0}.sidebar-workspace-label{align-items:center;width:fit-content;max-width:100%;display:flex;position:relative}.sidebar-workspace-label select{appearance:none;color:#fff;cursor:pointer;background:0 0;border:0;outline:0;width:100%;max-width:168px;padding:0 22px 0 0;font-family:inherit;font-size:18px;font-weight:950;line-height:1.1}.sidebar-workspace-label select option{color:#111827;background:#fff;font-weight:800}.sidebar-workspace-label svg{color:#ffffffd1;pointer-events:none;position:absolute;right:0}.sidebar-tournament{background:radial-gradient(circle at 30% 18%,#bf913f38,#0000 28%),linear-gradient(#060606 0%,#111 46%,#220f00 100%)!important}.sidebar-tournament .nav-link.active{color:#fff!important;background:linear-gradient(135deg,#b98931,#7f1d1d)!important}.sidebar-tournament .quick-create-box{background:linear-gradient(#b9893129,#7f1d1d57),#ffffff0d!important}.sidebar-tournament .quick-create-icon{color:#f8d88a!important;background:#b9893133!important}.tournament-page{color:#111827;font-size:13px}.tournament-hero-panel{color:#fff;background:radial-gradient(circle at 20% 20%,#b9893138,#0000 35%),linear-gradient(135deg,#111 0%,#210d0d 52%,#6b1d1d 100%);border-radius:22px;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:18px;padding:22px 24px;display:flex;box-shadow:0 18px 40px #0f172a24}.tournament-kicker{color:#f7d27b;text-transform:uppercase;letter-spacing:.06em;background:#ffffff1c;border:1px solid #ffffff26;border-radius:999px;align-items:center;gap:7px;width:fit-content;margin-bottom:11px;padding:7px 10px;font-size:11px;font-weight:900;line-height:1;display:inline-flex}.tournament-hero-panel h1{letter-spacing:-.7px;margin:0;font-size:27px;font-weight:950;line-height:1}.tournament-hero-panel p{color:#ffffffb8;max-width:660px;margin:9px 0 0;font-size:13px;font-weight:600;line-height:1.55}.tournament-btn{cursor:pointer;white-space:nowrap;border:0;border-radius:12px;justify-content:center;align-items:center;gap:7px;min-height:36px;padding:0 14px;font-size:12px;font-weight:900;line-height:1;transition:all .2s;display:inline-flex}.tournament-btn-light{color:#4b0010;background:#fff}.tournament-btn-light:hover{transform:translateY(-1px);box-shadow:0 12px 22px #0000002e}.tournament-alert{border-radius:14px;align-items:center;gap:9px;min-height:42px;margin-bottom:16px;padding:11px 13px;font-size:12px;font-weight:850;display:flex}.tournament-alert-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.tournament-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:16px;display:grid}.tournament-stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;grid-template-columns:auto 1fr;align-items:center;column-gap:12px;padding:15px;display:grid;box-shadow:0 8px 25px #0f172a0b}.tournament-stat-icon{color:#fff;background:#111827;border-radius:14px;grid-row:span 2;place-items:center;width:38px;height:38px;display:grid}.tournament-stat-icon.gold{background:#b98931}.tournament-stat-icon.red{background:#7f1d1d}.tournament-stat-icon.green{background:#166534}.tournament-stat-card p{color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:11px;font-weight:850;line-height:1}.tournament-stat-card strong{color:#111827;margin-top:5px;font-size:23px;font-weight:950;line-height:1}.tournament-board{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:16px;display:grid}.tournament-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;overflow:hidden;box-shadow:0 8px 25px #0f172a0b}.tournament-card-head{border-bottom:1px solid #eef0f3;justify-content:space-between;align-items:center;gap:16px;min-height:72px;padding:17px 18px;display:flex}.tournament-card-head.compact{min-height:64px}.tournament-card-head h2{color:#111827;letter-spacing:-.25px;margin:0;font-size:16px;font-weight:950;line-height:1}.tournament-card-head p{color:#6b7280;margin:6px 0 0;font-size:12px;font-weight:650;line-height:1.25}.tournament-toolbar{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.tournament-search{color:#6b7280;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:8px;width:220px;height:34px;padding:0 10px;display:flex}.tournament-search input{color:#111827;background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:12px;font-weight:750}.tournament-search input::placeholder{color:#9ca3af}.tournament-select{color:#111827;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;outline:0;height:34px;padding:0 10px;font-size:12px;font-weight:800}.tournament-table-wrap{width:100%;overflow-x:auto}.tournament-table{border-collapse:collapse;width:100%;font-size:12px}.tournament-table thead th{color:#6b7280;text-align:left;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;background:#f9fafb;border-bottom:1px solid #eef0f3;height:42px;padding:0 14px;font-size:11px;font-weight:950;line-height:1}.tournament-table tbody td{color:#374151;vertical-align:middle;white-space:nowrap;border-bottom:1px solid #f1f2f4;height:64px;padding:10px 14px;font-size:12px;font-weight:700}.tournament-table tbody tr{transition:all .18s}.tournament-table tbody tr:hover,.tournament-table tbody tr.selected{background:#fff7ed}.tournament-edition-cell{align-items:center;gap:10px;display:flex}.tournament-edition-cell>span{color:#f7d27b;background:#111827;border-radius:12px;flex:none;place-items:center;width:32px;height:32px;display:grid}.tournament-edition-cell strong{color:#111827;font-size:12.5px;font-weight:950;line-height:1.2;display:block}.tournament-edition-cell small{color:#9ca3af;margin-top:3px;font-size:11px;font-weight:750;display:block}.tournament-date-pill{color:#374151;align-items:center;gap:6px;font-size:12px;font-weight:850;display:inline-flex}.tournament-badge{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:24px;padding:0 9px;font-size:11px;font-weight:950;line-height:1;display:inline-flex}.tournament-badge.success{color:#166534;background:#dcfce7;border:1px solid #bbf7d0}.tournament-badge.danger{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.tournament-badge.neutral{color:#374151;background:#f3f4f6;border:1px solid #e5e7eb}.tournament-muted{color:#9ca3af;font-size:12px;font-weight:750}.tournament-table-actions{text-align:right!important}.tournament-icon-btn{color:#111827;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:6px;height:30px;padding:0 10px;font-size:11px;font-weight:900;transition:all .18s;display:inline-flex}.tournament-icon-btn:hover{color:#7f1d1d;background:#fff7ed;border-color:#b98931}.tournament-empty{text-align:center;color:#6b7280;place-items:center;min-height:260px;padding:28px;display:grid}.tournament-empty.small{min-height:230px}.tournament-empty p{color:#374151;margin:10px 0 0;font-size:13px;font-weight:900}.tournament-empty small{color:#9ca3af;margin-top:6px;font-size:12px;font-weight:700;display:block}.tournament-detail-card{position:sticky;top:18px}.tournament-detail-body{padding:17px}.tournament-detail-title{align-items:center;gap:12px;margin-bottom:16px;display:flex}.tournament-detail-title>span{color:#f7d27b;background:linear-gradient(135deg,#111827,#7f1d1d);border-radius:15px;flex:none;place-items:center;width:42px;height:42px;display:grid}.tournament-detail-title h3{color:#111827;letter-spacing:-.2px;margin:0;font-size:15px;font-weight:950;line-height:1.15}.tournament-detail-title p{color:#6b7280;margin:5px 0 0;font-size:12px;font-weight:750}.tournament-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-bottom:18px;display:grid}.tournament-detail-grid div{background:#f9fafb;border:1px solid #eef0f3;border-radius:14px;padding:11px}.tournament-detail-grid small{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:950;line-height:1;display:block}.tournament-detail-grid strong{color:#111827;margin-top:7px;font-size:17px;font-weight:950;line-height:1;display:block}.tournament-mini-list h4{color:#111827;margin:0 0 10px;font-size:13px;font-weight:950;line-height:1}.tournament-mini-team{background:#fff;border:1px solid #eef0f3;border-radius:13px;align-items:center;gap:9px;min-height:42px;margin-bottom:8px;padding:8px;display:flex}.tournament-mini-team>div{color:#111827;background:#f3f4f6;border-radius:11px;flex:none;place-items:center;width:30px;height:30px;font-size:12px;font-weight:950;display:grid;overflow:hidden}.tournament-mini-team img{object-fit:contain;width:100%;height:100%;display:block}.tournament-mini-team p{min-width:0;margin:0}.tournament-mini-team strong{color:#111827;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:900;line-height:1.1;display:block;overflow:hidden}.tournament-mini-team small{color:#6b7280;margin-top:4px;font-size:11px;font-weight:750;line-height:1;display:block}.tournament-more{color:#7f1d1d;margin:8px 0 0;font-size:12px;font-weight:900}@media (width<=1180px){.tournament-board{grid-template-columns:1fr}.tournament-detail-card{position:static}.tournament-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.tournament-hero-panel{flex-direction:column;align-items:flex-start}.tournament-stats-grid{grid-template-columns:1fr}.tournament-card-head{flex-direction:column;align-items:flex-start}.tournament-toolbar,.tournament-search,.tournament-select{width:100%}}.tournament-team-cell{align-items:center;gap:10px;display:flex}.tournament-team-cell>span{color:#111827;background:#f3f4f6;border-radius:12px;flex:none;place-items:center;width:34px;height:34px;font-size:13px;font-weight:950;display:grid;overflow:hidden}.tournament-team-cell img{object-fit:contain;width:100%;height:100%;display:block}.tournament-team-cell strong{color:#111827;font-size:12.5px;font-weight:950;line-height:1.2;display:block}.tournament-team-cell small{color:#9ca3af;margin-top:3px;font-size:11px;font-weight:750;display:block}.tournament-country-cell{align-items:center;gap:8px;display:inline-flex}.tournament-country-cell img{object-fit:cover;background:#f3f4f6;border-radius:999px;width:22px;height:22px}.tournament-country-cell span{color:#374151;font-size:12px;font-weight:800}.tournament-squad-count{color:#111827;font-size:12px;font-weight:900;line-height:1.1;display:block}.tournament-squad-small{color:#9ca3af;margin-top:4px;font-size:11px;font-weight:750;line-height:1;display:block}.tournament-alert-success{color:#166534;background:#dcfce7;border:1px solid #bbf7d0}.tournament-group-control{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding:16px 18px;display:flex}.tournament-group-control h2{color:#111827;margin:0;font-size:16px;font-weight:950;line-height:1}.tournament-group-control p{color:#6b7280;margin:6px 0 0;font-size:12px;font-weight:700}.tournament-group-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:9px;display:flex}.tournament-icon-btn.strong{color:#7f1d1d;background:#fff7ed;border-color:#b98931}.tournament-btn-dark{color:#fff;background:#111827}.tournament-group-card-head h3{color:#111827;margin:0;font-size:15px;font-weight:950;line-height:1}.tournament-group-card-head p{color:#6b7280;margin:6px 0 0;font-size:11px;font-weight:800}.tournament-small-danger{color:#991b1b;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;place-items:center;width:30px;height:30px;display:grid}.tournament-group-team{background:#fff;border:1px solid #eef0f3;border-radius:15px;grid-template-columns:auto minmax(0,1fr) 118px;align-items:center;gap:9px;padding:9px;display:grid}.tournament-group-team.compact{grid-template-columns:auto minmax(0,1fr) 104px}.tournament-group-team-info{min-width:0}.tournament-group-team-info strong{color:#111827;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:950;line-height:1.15;display:block;overflow:hidden}.tournament-group-team-info small{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:5px;margin-top:4px;font-size:10.5px;font-weight:750;line-height:1;display:flex;overflow:hidden}.tournament-mini-select{color:#111827;cursor:pointer;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;outline:0;width:100%;height:30px;padding:0 8px;font-size:11px;font-weight:850}.tournament-group-form{gap:12px;padding:16px;display:grid}.tournament-group-form label{gap:7px;display:grid}.tournament-group-form label span{color:#374151;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:950}.tournament-group-form input{color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:12px;outline:0;height:36px;padding:0 11px;font-size:12px;font-weight:750}.tournament-unassigned-list{gap:9px;max-height:620px;padding:12px;display:grid;overflow:auto}@media (width<=1180px){.tournament-groups-layout{grid-template-columns:1fr}}@media (width<=880px){.tournament-group-control{flex-direction:column;align-items:flex-start}.tournament-group-actions{justify-content:flex-start;width:100%}.tournament-groups-grid{grid-template-columns:1fr}}@media (width<=620px){.tournament-group-team,.tournament-group-team.compact{grid-template-columns:auto minmax(0,1fr)}.tournament-mini-select{grid-column:1/-1}}.tournament-match-control{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding:16px 18px;display:flex}.tournament-match-control h2{color:#111827;margin:0;font-size:16px;font-weight:950;line-height:1}.tournament-match-control p{color:#6b7280;margin:6px 0 0;font-size:12px;font-weight:700}.tournament-matches-table .tournament-table-actions{min-width:130px}.tournament-match-date strong{color:#111827;font-size:12px;font-weight:950;display:block}.tournament-match-date small{color:#6b7280;margin-top:4px;font-size:11px;font-weight:800;display:block}.tournament-versus-cell{grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr);align-items:center;gap:8px;min-width:260px;display:grid}.tournament-versus-cell>span{color:#7f1d1d;text-align:center;font-size:10px;font-weight:1000}.tournament-match-team{align-items:center;gap:8px;min-width:0;display:flex}.tournament-match-team>span{color:#111827;background:#f3f4f6;border-radius:10px;flex:none;place-items:center;width:28px;height:28px;font-size:11px;font-weight:950;display:grid;overflow:hidden}.tournament-match-team img{object-fit:contain;width:100%;height:100%;display:block}.tournament-match-team strong{color:#111827;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:11.5px;font-weight:900;line-height:1.15;overflow:hidden}.tournament-score-cell strong{color:#111827;font-size:13px;font-weight:1000;display:block}.tournament-score-cell small{color:#6b7280;margin-top:4px;font-size:10.5px;font-weight:800;display:block}.tournament-field-cell{color:#374151;align-items:center;gap:6px;font-size:12px;font-weight:800;display:inline-flex}.tournament-action-row{justify-content:flex-end;align-items:center;gap:7px;display:inline-flex}.tournament-modal-backdrop{z-index:999;background:#0f172a85;place-items:center;padding:28px;display:grid;position:fixed;inset:0}.tournament-modal{background:#fff;border-radius:22px;width:min(920px,100%);max-height:calc(100vh - 56px);overflow:auto;box-shadow:0 30px 80px #0f172a52}.tournament-modal-head{background:radial-gradient(circle at 10% 15%,#b989311f,#0000 30%),#fff;border-bottom:1px solid #eef0f3;justify-content:space-between;align-items:center;gap:14px;min-height:72px;padding:18px 20px;display:flex}.tournament-modal-head h2{color:#111827;margin:0;font-size:18px;font-weight:950;line-height:1}.tournament-modal-head p{color:#6b7280;margin:6px 0 0;font-size:12px;font-weight:700}.tournament-modal-head button{color:#111827;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;place-items:center;width:34px;height:34px;display:grid}.tournament-match-form{padding:18px 20px 20px}.tournament-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;display:grid}.tournament-form-grid label{gap:7px;display:grid}.tournament-form-grid label span{color:#374151;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:950;line-height:1}.tournament-form-grid input,.tournament-form-grid select{color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:12px;outline:0;height:38px;padding:0 11px;font-size:12px;font-weight:750}.tournament-form-grid input:focus,.tournament-form-grid select:focus{border-color:#b98931;box-shadow:0 0 0 3px #b989311f}.tournament-modal-actions{border-top:1px solid #eef0f3;justify-content:flex-end;align-items:center;gap:10px;margin-top:18px;padding:18px;display:flex}@media (width<=760px){.tournament-match-control{flex-direction:column;align-items:flex-start}.tournament-form-grid{grid-template-columns:1fr}.tournament-modal-backdrop{padding:14px}.tournament-versus-cell{min-width:220px}}.tournament-settings-edition{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding:16px 18px;display:flex}.tournament-settings-edition h2{color:#111827;margin:0;font-size:16px;font-weight:950;line-height:1}.tournament-settings-edition p{color:#6b7280;margin:6px 0 0;font-size:12px;font-weight:700}.tournament-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.tournament-settings-card{overflow:hidden}.tournament-settings-card .tournament-card-head svg{color:#b98931}.tournament-settings-body{padding:16px}.tournament-form-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.tournament-ranking-list{margin-top:18px}.tournament-ranking-list h3,.tournament-fields-box h3,.tournament-template-summary h3{color:#111827;margin:0 0 10px;font-size:13px;font-weight:950;line-height:1}.tournament-ranking-item{background:#fff;border:1px solid #eef0f3;border-radius:12px;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:38px;margin-bottom:7px;padding:7px 9px;display:grid}.tournament-ranking-item>span{color:#f7d27b;background:#111827;border-radius:9px;place-items:center;width:24px;height:24px;font-size:11px;font-weight:950;display:grid}.tournament-ranking-item strong{color:#111827;font-size:12px;font-weight:900}.tournament-ranking-item div{gap:5px;display:inline-flex}.tournament-ranking-item button{color:#111827;cursor:pointer;background:#f9fafb;border:1px solid #e5e7eb;border-radius:9px;width:27px;height:27px;font-weight:900}.tournament-ranking-item button:disabled{opacity:.35;cursor:not-allowed}.tournament-fields-box{margin-top:18px}.tournament-field-add{gap:8px;display:flex}.tournament-field-add input{border:1px solid #e5e7eb;border-radius:12px;outline:0;flex:1;min-width:0;height:36px;padding:0 11px;font-size:12px;font-weight:750}.tournament-field-add button{color:#7f1d1d;cursor:pointer;background:#fff7ed;border:1px solid #b98931;border-radius:12px;height:36px;padding:0 12px;font-size:12px;font-weight:950}.tournament-fields-list{flex-wrap:wrap;gap:7px;margin-top:10px;display:flex}.tournament-fields-list span{color:#111827;background:#f9fafb;border:1px solid #e5e7eb;border-radius:999px;align-items:center;gap:7px;min-height:28px;padding:0 8px 0 10px;font-size:11px;font-weight:900;display:inline-flex}.tournament-fields-list button{color:#991b1b;cursor:pointer;background:#fee2e2;border:0;border-radius:999px;width:18px;height:18px;font-weight:950;line-height:1}.tournament-switch-row{background:#fff;border:1px solid #eef0f3;border-radius:15px;justify-content:space-between;align-items:center;gap:14px;min-height:58px;margin-bottom:10px;padding:12px;display:flex}.tournament-switch-row strong{color:#111827;font-size:13px;font-weight:950;line-height:1;display:block}.tournament-switch-row small{color:#6b7280;margin-top:6px;font-size:11px;font-weight:750;line-height:1.25;display:block}.tournament-switch-row input{accent-color:#7f1d1d;width:18px;height:18px}.tournament-template-summary{background:#f9fafb;border:1px solid #eef0f3;border-radius:15px;margin-top:18px;padding:13px}.tournament-template-summary p{color:#374151;margin:0;font-size:12px;font-weight:800}.tournament-template-summary small{color:#6b7280;margin-top:7px;font-size:11px;font-weight:700;line-height:1.35;display:block}@media (width<=1050px){.tournament-settings-grid{grid-template-columns:1fr}}@media (width<=680px){.tournament-settings-edition{flex-direction:column;align-items:flex-start}.tournament-settings-edition .tournament-select{width:100%}.tournament-form-grid.compact{grid-template-columns:1fr}}.tournament-standings-control{justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px;padding:16px 18px;display:flex}.tournament-standings-control h2{color:#111827;margin:0;font-size:16px;font-weight:950;line-height:1}.tournament-standings-control p{color:#6b7280;margin:6px 0 0;font-size:12px;font-weight:700}.tournament-rules-strip{color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;padding:11px 13px;font-size:11px;font-weight:850;display:flex}.tournament-rules-strip strong{color:#111827;font-weight:950}.tournament-rules-strip span{background:#f9fafb;border:1px solid #eef0f3;border-radius:999px;align-items:center;min-height:24px;padding:0 10px;display:inline-flex}.tournament-standings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.tournament-standing-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;overflow:hidden;box-shadow:0 8px 25px #0f172a0b}.tournament-standing-head{color:#fff;justify-content:space-between;align-items:center;gap:14px;min-height:70px;padding:16px 17px;display:flex}.tournament-standing-card.color-0 .tournament-standing-head{background:linear-gradient(135deg,#991b1b,#dc2626)}.tournament-standing-card.color-1 .tournament-standing-head{background:linear-gradient(135deg,#075985,#0284c7)}.tournament-standing-card.color-2 .tournament-standing-head{background:linear-gradient(135deg,#166534,#22c55e)}.tournament-standing-card.color-3 .tournament-standing-head{color:#111827;background:linear-gradient(135deg,#ca8a04,#facc15)}.tournament-standing-head h2{letter-spacing:.02em;text-transform:uppercase;margin:0;font-size:20px;font-weight:950;line-height:1}.tournament-standing-head p{opacity:.78;margin:7px 0 0;font-size:12px;font-weight:800;line-height:1}.tournament-standing-head>span{background:#ffffff2e;border:1px solid #ffffff38;border-radius:14px;place-items:center;width:38px;height:38px;font-size:15px;font-weight:950;display:grid}.tournament-standing-table-wrap{width:100%;overflow-x:auto}.tournament-standing-table{border-collapse:separate;border-spacing:0;width:100%;font-size:12px}.tournament-standing-table thead th{color:#fff;text-align:center;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;background:#111827;height:38px;padding:0 10px;font-size:10.5px;font-weight:950;line-height:1}.tournament-standing-table thead th:nth-child(2){text-align:left}.tournament-standing-table tbody td{color:#111827;text-align:center;white-space:nowrap;background:#fff;border-bottom:1px solid #f1f2f4;height:48px;padding:7px 10px;font-size:12px;font-weight:850}.tournament-standing-table tbody tr:nth-child(2n) td{background:#f7f7f8}.tournament-standing-table tbody td:nth-child(2){text-align:left;min-width:240px}.tournament-rank-badge{color:#111827;background:#f3f4f6;border-radius:10px;place-items:center;width:26px;height:26px;font-size:11px;font-weight:950;display:inline-grid}.tournament-rank-badge.first{color:#92400e;background:#fef3c7}.tournament-rank-badge.second{color:#075985;background:#e0f2fe}.tournament-rank-badge.third{color:#166534;background:#dcfce7}.tournament-standing-team{align-items:center;gap:9px;min-width:0;display:flex}.tournament-standing-team>span{color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex:none;place-items:center;width:30px;height:30px;font-size:11px;font-weight:950;display:grid;overflow:hidden}.tournament-standing-team img{object-fit:contain;width:100%;height:100%;display:block}.tournament-standing-team strong{color:#111827;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;font-weight:900;line-height:1.1;overflow:hidden}.tournament-standing-table .positive{color:#166534}.tournament-standing-table .negative{color:#991b1b}.tournament-standing-extra{background:#f9fafb;flex-wrap:wrap;gap:7px;padding:12px;display:flex}.tournament-standing-extra span{color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:999px;align-items:center;min-height:24px;padding:0 9px;font-size:10.5px;font-weight:800;display:inline-flex}@media (width<=1180px){.tournament-standings-grid{grid-template-columns:1fr}}@media (width<=760px){.tournament-standings-control{flex-direction:column;align-items:flex-start}.tournament-standings-control .tournament-group-actions,.tournament-standings-control .tournament-search,.tournament-standings-control .tournament-select{width:100%}}.tournament-program-layout{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:16px;display:grid}.tournament-program-form{gap:15px;padding:18px;display:grid}.tournament-program-form label{gap:7px;display:grid}.tournament-program-form label span{color:#374151;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:950;line-height:1}.tournament-program-form input,.tournament-program-form select{color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:12px;outline:0;height:38px;padding:0 11px;font-size:12px;font-weight:750}.tournament-program-form input:focus,.tournament-program-form select:focus{border-color:#b98931;box-shadow:0 0 0 3px #b989311f}.tournament-program-section-title{margin-top:4px}.tournament-program-section-title h3{color:#111827;margin:0;font-size:13px;font-weight:950;line-height:1}.tournament-program-section-title p{color:#6b7280;margin:6px 0 0;font-size:11px;font-weight:750}.tournament-program-checks{background:#f9fafb;border:1px solid #eef0f3;border-radius:16px;gap:9px;padding:12px;display:grid}.tournament-program-checks label{cursor:pointer;align-items:center;gap:9px;display:flex}.tournament-program-checks input{accent-color:#7f1d1d;width:16px;height:16px}.tournament-program-checks span{color:#111827;text-transform:none;letter-spacing:0;font-size:12px;font-weight:850}.tournament-program-checks .danger span{color:#991b1b}.tournament-program-generate-btn{width:100%;height:42px}.tournament-program-preview{gap:10px;max-height:620px;padding:12px;display:grid;overflow:auto}.tournament-program-group{background:#fff;border:1px solid #eef0f3;border-radius:15px;overflow:hidden}.tournament-program-group-head{color:#fff;background:#111827;justify-content:space-between;align-items:center;gap:10px;min-height:40px;padding:10px 12px;display:flex}.tournament-program-group-head strong{font-size:12px;font-weight:950}.tournament-program-group-head span{color:#f7d27b;font-size:11px;font-weight:900}.tournament-program-team-list{gap:0;display:grid}.tournament-program-team{border-bottom:1px solid #f1f2f4;align-items:center;gap:9px;min-height:42px;padding:8px 10px;display:flex}.tournament-program-team:last-child{border-bottom:0}.tournament-program-team>span{color:#111827;background:#f3f4f6;border-radius:10px;flex:none;place-items:center;width:28px;height:28px;font-size:11px;font-weight:950;display:grid;overflow:hidden}.tournament-program-team img{object-fit:contain;width:100%;height:100%;display:block}.tournament-program-team strong{color:#111827;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:11.5px;font-weight:900;line-height:1.1;overflow:hidden}.tournament-program-settings{justify-content:space-between;align-items:center;gap:14px;margin-top:16px;padding:15px 17px;display:flex}.tournament-program-settings h2{color:#111827;margin:0;font-size:15px;font-weight:950;line-height:1}.tournament-program-settings p{color:#6b7280;margin:7px 0 0;font-size:12px;font-weight:750}.tournament-program-settings>span{color:#7f1d1d;white-space:nowrap;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:11px;font-weight:950;display:inline-flex}@media (width<=1180px){.tournament-program-layout{grid-template-columns:1fr}}@media (width<=760px){.tournament-program-settings{flex-direction:column;align-items:flex-start}}.tournament-input-with-icon{color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:8px;height:38px;padding:0 10px;display:flex}.tournament-input-with-icon:focus-within{border-color:#b98931;box-shadow:0 0 0 3px #b989311f}.tournament-form-grid .tournament-input-with-icon input{min-width:0;height:auto;box-shadow:none;border:0;border-radius:0;flex:1;padding:0}.tournament-form-grid input:disabled{color:#9ca3af;cursor:not-allowed;background:#f3f4f6}.tournament-matches-table th:nth-child(5),.tournament-matches-table td:nth-child(5){min-width:330px}.tournament-matches-table th:nth-child(7),.tournament-matches-table td:nth-child(7){min-width:110px}.tournament-matches-table th:nth-child(10),.tournament-matches-table td:nth-child(10){min-width:72px}.tournament-bulk-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px;padding:12px 14px;display:flex}.tournament-bulk-bar>div:first-child{color:#374151;align-items:center;gap:7px;font-size:12px;font-weight:850;display:flex}.tournament-bulk-bar>div:first-child strong{color:#f7d27b;background:#111827;border-radius:10px;place-items:center;width:26px;height:26px;font-size:12px;font-weight:950;display:grid}.tournament-bulk-bar>div:last-child{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.tournament-icon-btn.danger-soft{color:#991b1b;background:#fef2f2;border-color:#fecaca}.tournament-small-danger.wide{align-items:center;gap:6px;width:auto;padding:0 10px;font-size:11px;font-weight:900;display:inline-flex}.tournament-checkbox-th,.tournament-checkbox-td{width:42px;text-align:center!important}.tournament-checkbox-th input,.tournament-checkbox-td input{accent-color:#7f1d1d;cursor:pointer;width:15px;height:15px}.tournament-day-separator-row td{background:#fff!important;border-bottom:0!important;height:auto!important;padding:0!important}.tournament-day-separator-row div{color:#fff;text-transform:uppercase;letter-spacing:.04em;background:linear-gradient(135deg,#111827,#7f1d1d);align-items:center;gap:9px;min-height:42px;padding:0 14px;font-size:12px;font-weight:950;display:flex}.tournament-day-separator-row strong{color:#fff;font-size:12px;font-weight:950}.tournament-match-no-cell{justify-items:start;gap:4px;display:grid}.tournament-match-no-cell small{color:#7f1d1d;font-size:10px;font-weight:950;line-height:1}.tournament-match-team.placeholder>span{color:#7f1d1d;background:#fff7ed;border:1px solid #fed7aa}.tournament-match-team.placeholder strong{color:#7f1d1d;font-style:italic}.tournament-duration-pill{color:#374151;white-space:nowrap;background:#f9fafb;border:1px solid #e5e7eb;border-radius:999px;align-items:center;gap:6px;min-height:26px;padding:0 9px;font-size:11px;font-weight:900;display:inline-flex}.tournament-live-link{color:#991b1b;white-space:nowrap;background:#fef2f2;border:1px solid #fecaca;border-radius:999px;align-items:center;gap:6px;min-height:26px;padding:0 9px;font-size:11px;font-weight:950;text-decoration:none;display:inline-flex}.tournament-live-link:hover{background:#fee2e2}.tournament-match-modal-wide{width:min(1040px,100%)}.tournament-form-section-title{border-top:1px solid #eef0f3;margin:18px 0 12px;padding-top:14px}.tournament-form-section-title h3{color:#111827;margin:0;font-size:14px;font-weight:950;line-height:1}.tournament-form-section-title p{color:#6b7280;margin:6px 0 0;font-size:11px;font-weight:750;line-height:1.4}.tournament-matches-table th:nth-child(6),.tournament-matches-table td:nth-child(6){min-width:330px}.tournament-matches-table th:nth-child(8),.tournament-matches-table td:nth-child(8){min-width:110px}.tournament-matches-table th:nth-child(11),.tournament-matches-table td:nth-child(11){min-width:72px}@media (width<=760px){.tournament-bulk-bar{flex-direction:column;align-items:flex-start}.tournament-bulk-bar>div:last-child{width:100%}}.tournament-program-presets{flex-wrap:wrap;gap:8px;display:flex}.tournament-program-presets button{color:#111827;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;height:32px;padding:0 12px;font-size:11px;font-weight:950}.tournament-program-presets button:hover{color:#7f1d1d;background:#fff7ed;border-color:#b98931}.tournament-days-list{gap:12px;display:grid}.tournament-day-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden}.tournament-day-card-head{background:#f9fafb;border-bottom:1px solid #eef0f3;justify-content:space-between;align-items:center;gap:10px;min-height:42px;padding:10px 12px;display:flex}.tournament-day-card-head strong{color:#111827;font-size:13px;font-weight:950}.tournament-day-card-head button{color:#991b1b;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;place-items:center;width:30px;height:30px;display:grid}.tournament-day-card-head button:disabled{opacity:.35;cursor:not-allowed}.tournament-day-grid{grid-template-columns:1.1fr 1fr 1fr;gap:12px;padding:12px;display:grid}.tournament-day-grid label{gap:7px;display:grid}.tournament-day-grid label.wide{grid-column:1/-1}.tournament-day-grid label span{color:#374151;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:950;line-height:1}.tournament-day-grid input,.tournament-day-grid select{color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:12px;outline:0;height:38px;padding:0 11px;font-size:12px;font-weight:750}.tournament-day-grid input:focus,.tournament-day-grid select:focus{border-color:#b98931;box-shadow:0 0 0 3px #b989311f}.tournament-add-day-btn{width:fit-content}@media (width<=850px){.tournament-day-grid{grid-template-columns:1fr}.tournament-day-grid label.wide{grid-column:auto}}.tournament-presets-card{margin-top:16px;overflow:hidden}.tournament-presets-list{gap:14px;padding:16px;display:grid}.tournament-preset-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:13px}.tournament-preset-head{grid-template-columns:minmax(0,1fr) 38px;align-items:end;gap:10px;margin-bottom:12px;display:grid}.tournament-preset-head label,.tournament-preset-day label{gap:7px;display:grid}.tournament-preset-head span,.tournament-preset-day span{color:#374151;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:950;line-height:1}.tournament-preset-head input,.tournament-preset-day input,.tournament-preset-day select{color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:12px;outline:0;height:38px;padding:0 11px;font-size:12px;font-weight:750}.tournament-preset-head input:focus,.tournament-preset-day input:focus,.tournament-preset-day select:focus{border-color:#b98931;box-shadow:0 0 0 3px #b989311f}.tournament-preset-head>button,.tournament-preset-day>button{color:#991b1b;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;place-items:center;height:38px;font-weight:950;display:grid}.tournament-preset-days{gap:9px;margin-bottom:12px;display:grid}.tournament-preset-day{background:#f9fafb;border:1px solid #eef0f3;border-radius:14px;grid-template-columns:1fr 180px minmax(0,1.5fr) 34px;align-items:end;gap:9px;padding:10px;display:grid}.tournament-preset-day .wide{min-width:0}@media (width<=900px){.tournament-preset-day{grid-template-columns:1fr}.tournament-preset-day>button{width:38px}}.tournament-sortable-team{grid-template-columns:38px 30px 34px minmax(0,1fr) auto;transition:border-color .16s,box-shadow .16s,transform .16s,background .16s}.tournament-sortable-team.is-over-team{background:#fffaf0;border-color:#b98931;box-shadow:0 0 0 3px #b989311f}.tournament-sortable-team.dragging{opacity:.35}.tournament-team-position-pill{color:#f7d27b;background:#111827;border-radius:12px;flex:none;place-items:center;width:32px;height:32px;font-size:11px;font-weight:950;display:grid}.tournament-drag-handle{color:#6b7280;cursor:grab;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;place-items:center;width:28px;height:28px;display:grid}.tournament-team-order-actions{align-items:center;gap:5px;display:inline-flex}.tournament-team-order-actions button{color:#111827;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:9px;width:26px;height:26px;font-size:12px;font-weight:950}.tournament-drag-overlay .tournament-sortable-team{min-width:320px;box-shadow:0 18px 45px #0f172a2e}@media (width<=860px){.tournament-sortable-team{grid-template-columns:34px 30px 32px minmax(0,1fr)}.tournament-team-order-actions{grid-column:1/-1;justify-content:flex-end}}.tournament-groups-header-actions{flex-wrap:wrap!important;gap:10px!important;display:flex!important}.tournament-alert-warning{color:#9a3412!important;background:#fff7ed!important;border:1px solid #fed7aa!important}.tournament-order-info{color:#374151!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:16px!important;flex-wrap:wrap!important;align-items:center!important;gap:8px!important;margin-bottom:16px!important;padding:11px 13px!important;font-size:11px!important;font-weight:850!important;display:flex!important}.tournament-order-info strong{color:#111827!important;font-weight:950!important}.tournament-order-info span{background:#f9fafb!important;border:1px solid #eef0f3!important;border-radius:999px!important;align-items:center!important;min-height:24px!important;padding:0 10px!important;display:inline-flex!important}.tournament-groups-layout{grid-template-columns:minmax(0,1fr) 340px!important;align-items:start!important;gap:16px!important;display:grid!important}.tournament-groups-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;display:grid!important}.tournament-group-card{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:20px!important;overflow:hidden!important;box-shadow:0 8px 25px #0f172a0b!important}.tournament-group-card-head{background:radial-gradient(circle at 15% 30%,#b9893121,#0000 34%),#fff!important;border-bottom:1px solid #eef0f3!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;min-height:62px!important;padding:14px 15px!important;display:flex!important}.tournament-group-card-body{align-content:start!important;gap:9px!important;min-height:160px!important;padding:12px!important;display:grid!important}.tournament-group-empty{color:#9ca3af!important;background:#f9fafb!important;border:1px dashed #d1d5db!important;border-radius:14px!important;place-items:center!important;min-height:110px!important;font-size:12px!important;font-weight:850!important;display:grid!important}.tournament-group-team.tournament-sortable-team,.tournament-group-team.tournament-sortable-team.compact,.tournament-sortable-team{cursor:default!important;background:#fff!important;border:1px solid #eef0f3!important;border-radius:16px!important;grid-template-columns:42px 30px 38px minmax(0,1fr) 70px!important;align-items:center!important;gap:9px!important;width:100%!important;min-height:58px!important;padding:9px 10px!important;transition:border-color .16s,box-shadow .16s,transform .16s,background .16s!important;display:grid!important}.tournament-group-team.tournament-sortable-team:hover{background:#fffdf8!important;border-color:#b989316b!important}.tournament-group-team.tournament-sortable-team.is-over-team{background:#fffaf0!important;border-color:#b98931!important;box-shadow:0 0 0 3px #b989311f!important}.tournament-group-team.tournament-sortable-team.dragging{opacity:.35!important}.tournament-team-position-pill{color:#f7d27b!important;background:#111827!important;border-radius:13px!important;place-items:center!important;width:36px!important;height:36px!important;font-size:12px!important;font-weight:950!important;line-height:1!important;display:grid!important}.tournament-drag-handle{color:#6b7280!important;cursor:grab!important;background:#f9fafb!important;border:1px solid #e5e7eb!important;border-radius:10px!important;place-items:center!important;width:28px!important;height:28px!important;padding:0!important;display:grid!important}.tournament-drag-handle:active{cursor:grabbing!important}.tournament-group-team-logo{color:#111827!important;background:#f3f4f6!important;border-radius:13px!important;place-items:center!important;width:36px!important;height:36px!important;font-size:13px!important;font-weight:950!important;display:grid!important;overflow:hidden!important}.tournament-group-team-logo img{object-fit:contain!important;width:100%!important;height:100%!important;display:block!important}.tournament-group-team-info{min-width:0!important;overflow:hidden!important}.tournament-group-team-info strong{color:#111827!important;text-overflow:ellipsis!important;white-space:nowrap!important;max-width:100%!important;font-size:12.5px!important;font-weight:950!important;line-height:1.15!important;display:block!important;overflow:hidden!important}.tournament-group-team-info small{color:#6b7280!important;text-overflow:ellipsis!important;white-space:nowrap!important;align-items:center!important;gap:5px!important;max-width:100%!important;margin-top:5px!important;font-size:10.5px!important;font-weight:750!important;line-height:1!important;display:flex!important;overflow:hidden!important}.tournament-group-team-info small img{object-fit:cover!important;border-radius:999px!important;flex:none!important;width:15px!important;height:15px!important}.tournament-team-order-actions{justify-content:flex-end!important;align-items:center!important;gap:5px!important;display:inline-flex!important}.tournament-team-order-actions button{color:#111827!important;cursor:pointer!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:10px!important;place-items:center!important;width:28px!important;height:28px!important;padding:0!important;font-size:12px!important;font-weight:950!important;display:grid!important}.tournament-team-order-actions button:hover:not(:disabled){color:#7f1d1d!important;background:#fff7ed!important;border-color:#b98931!important}.tournament-team-order-actions button:disabled{opacity:.35!important;cursor:not-allowed!important}.tournament-droppable-zone{transition:all .18s!important}.tournament-droppable-zone.is-over{outline-offset:-6px!important;background:#fff7ed!important;outline:2px dashed #b98931!important}.tournament-sortable-zone{gap:9px!important}.tournament-drag-overlay{pointer-events:none!important;border-radius:16px!important;transform:rotate(.5deg)!important;box-shadow:0 24px 50px #0f172a3d!important}.tournament-drag-overlay .tournament-group-team,.tournament-drag-overlay .tournament-sortable-team{background:#fff!important;border-color:#b98931!important;min-width:360px!important}@media (width<=1180px){.tournament-groups-layout{grid-template-columns:1fr!important}}@media (width<=980px){.tournament-groups-grid{grid-template-columns:1fr!important}}@media (width<=680px){.tournament-group-team.tournament-sortable-team,.tournament-group-team.tournament-sortable-team.compact,.tournament-sortable-team{grid-template-columns:38px 30px 34px minmax(0,1fr)!important}.tournament-team-order-actions{grid-column:1/-1!important;justify-content:flex-end!important}.tournament-group-actions,.tournament-groups-header-actions,.tournament-group-actions .tournament-select,.tournament-group-actions .tournament-search{width:100%!important}}.tournament-patterns-card{margin-top:16px;overflow:hidden}.tournament-patterns-list{gap:14px;padding:16px;display:grid}.tournament-pattern-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:13px}.tournament-pattern-head{grid-template-columns:minmax(0,1fr) 170px 38px;align-items:end;gap:10px;margin-bottom:10px;display:grid}.tournament-pattern-head label,.tournament-pattern-match label{gap:7px;display:grid}.tournament-pattern-head span,.tournament-pattern-match span{color:#374151;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:950;line-height:1}.tournament-pattern-head input,.tournament-pattern-match input{color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:12px;outline:0;height:38px;padding:0 11px;font-size:12px;font-weight:750}.tournament-pattern-head input:focus,.tournament-pattern-match input:focus{border-color:#b98931;box-shadow:0 0 0 3px #b989311f}.tournament-pattern-head>button,.tournament-pattern-match>button{color:#991b1b;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;place-items:center;height:38px;font-weight:950;display:grid}.tournament-pattern-note{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:13px;align-items:center;min-height:34px;margin-bottom:12px;padding:9px 11px;font-size:11px;font-weight:850;line-height:1.35;display:flex}.tournament-pattern-matches{gap:9px;margin-bottom:12px;display:grid}.tournament-pattern-match{background:#f9fafb;border:1px solid #eef0f3;border-radius:14px;grid-template-columns:110px 150px 38px 150px 34px;align-items:end;gap:9px;padding:10px;display:grid}.tournament-pattern-match strong{color:#f7d27b;background:#111827;border-radius:12px;place-items:center;height:38px;font-size:11px;font-weight:950;display:grid}@media (width<=900px){.tournament-pattern-head,.tournament-pattern-match{grid-template-columns:1fr}.tournament-pattern-head>button,.tournament-pattern-match>button{width:38px}}.tournament-table-wrap{width:100%!important;max-width:100%!important;overflow-x:visible!important}.tournament-matches-table{table-layout:fixed!important;width:100%!important;min-width:0!important}.tournament-matches-table th,.tournament-matches-table td{white-space:normal!important;min-width:0!important;max-width:none!important}.tournament-matches-table th:first-child,.tournament-matches-table td:first-child{width:34px!important}.tournament-matches-table th:nth-child(2),.tournament-matches-table td:nth-child(2){width:64px!important}.tournament-matches-table th:nth-child(3),.tournament-matches-table td:nth-child(3){width:82px!important}.tournament-matches-table th:nth-child(4),.tournament-matches-table td:nth-child(4){width:96px!important}.tournament-matches-table th:nth-child(5),.tournament-matches-table td:nth-child(5){width:52px!important}.tournament-matches-table th:nth-child(6),.tournament-matches-table td:nth-child(6){width:auto!important}.tournament-matches-table th:nth-child(7),.tournament-matches-table td:nth-child(7){width:96px!important}.tournament-matches-table th:nth-child(8),.tournament-matches-table td:nth-child(8){width:105px!important}.tournament-matches-table th:nth-child(9),.tournament-matches-table td:nth-child(9){width:90px!important}.tournament-matches-table th:nth-child(10),.tournament-matches-table td:nth-child(10){width:94px!important}.tournament-matches-table th:nth-child(11),.tournament-matches-table td:nth-child(11){width:62px!important}.tournament-matches-table th:nth-child(12),.tournament-matches-table td:nth-child(12){width:82px!important}.tournament-versus-cell{grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr)!important;align-items:center!important;gap:8px!important;width:100%!important;display:grid!important}.tournament-versus-cell>span{text-align:center!important;font-size:11px!important;font-weight:950!important}.tournament-match-team{min-width:0!important;max-width:100%!important}.tournament-match-team strong{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}.tournament-duration-pill,.tournament-field-cell,.tournament-live-link,.tournament-badge{white-space:nowrap!important;text-overflow:ellipsis!important;max-width:100%!important;overflow:hidden!important}.tournament-action-row{justify-content:flex-end!important;gap:5px!important}.tournament-action-row .tournament-icon-btn{min-width:0!important;padding:0 8px!important;font-size:11px!important}.tournament-day-separator-row td{width:100%!important}@media (width<=1100px){.tournament-table-wrap{overflow-x:auto!important}.tournament-matches-table{table-layout:auto!important;min-width:1120px!important}}.tournament-match-table-no-scroll{width:100%!important;max-width:100%!important;overflow-x:visible!important}.tournament-matches-table-compact{table-layout:fixed!important;width:100%!important;min-width:0!important}.tournament-matches-table-compact th,.tournament-matches-table-compact td{white-space:normal!important;min-width:0!important;max-width:none!important}.tournament-matches-table-compact th:first-child,.tournament-matches-table-compact td:first-child{width:34px!important}.tournament-matches-table-compact th:nth-child(2),.tournament-matches-table-compact td:nth-child(2){width:64px!important}.tournament-matches-table-compact th:nth-child(3),.tournament-matches-table-compact td:nth-child(3){width:82px!important}.tournament-matches-table-compact th:nth-child(5),.tournament-matches-table-compact td:nth-child(5){width:54px!important}.tournament-matches-table-compact th:nth-child(7),.tournament-matches-table-compact td:nth-child(7){width:96px!important}.tournament-matches-table-compact th:nth-child(8),.tournament-matches-table-compact td:nth-child(8){width:88px!important}.tournament-matches-table-compact th:nth-child(9),.tournament-matches-table-compact td:nth-child(9){width:62px!important}.tournament-matches-table-compact th:nth-child(10),.tournament-matches-table-compact td:nth-child(10){width:118px!important}.tournament-matches-table-compact .tournament-versus-cell{grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr)!important;align-items:center!important;gap:8px!important;width:100%!important;display:grid!important}.tournament-matches-table-compact .tournament-versus-cell>span{text-align:center!important;font-size:11px!important;font-weight:950!important}.tournament-matches-table-compact .tournament-match-team{min-width:0!important}.tournament-matches-table-compact .tournament-match-team strong{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}.tournament-details-btn{color:#111827;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:center;align-items:center;gap:6px;min-height:30px;padding:0 9px;font-size:11px;font-weight:950;display:inline-flex}.tournament-details-btn:hover{color:#7f1d1d;background:#fff7ed;border-color:#b98931}.tournament-match-details-modal{width:min(760px,100%);padding:15px}.tournament-details-hero{background:radial-gradient(circle at 15% 15%,#b989311f,#0000 28%),#fff;border:1px solid #e5e7eb;border-radius:20px;grid-template-columns:minmax(0,1fr) 52px minmax(0,1fr);align-items:center;gap:14px;padding:16px;display:grid}.tournament-details-hero>strong{color:#f7d27b;background:#111827;border-radius:16px;place-items:center;width:44px;height:44px;font-size:12px;font-weight:950;display:grid}.tournament-details-hero .tournament-match-team{justify-content:center}.tournament-details-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.tournament-detail-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;gap:8px;padding:12px;display:grid}.tournament-detail-box span{color:#6b7280;text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:6px;font-size:11px;font-weight:950;line-height:1;display:inline-flex}.tournament-detail-box strong{color:#111827;font-size:13px;font-weight:950;line-height:1.2}.tournament-detail-live{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:14px;align-items:center;gap:8px;min-height:40px;margin-top:14px;padding:0 13px;font-size:12px;font-weight:950;text-decoration:none;display:inline-flex}.tournament-detail-live:hover{background:#fee2e2}@media (width<=1120px){.tournament-match-table-no-scroll{overflow-x:auto!important}.tournament-matches-table-compact{table-layout:auto!important;min-width:1060px!important}}@media (width<=720px){.tournament-details-hero{grid-template-columns:1fr}.tournament-details-hero>strong{margin:0 auto}.tournament-details-grid{grid-template-columns:1fr}}.tournament-matches-table-compact th:nth-child(5),.tournament-matches-table-compact td:nth-child(5){width:92px!important;min-width:92px!important}.tournament-matches-table-compact td:nth-child(5) .tournament-badge.success{color:#166534!important;white-space:nowrap!important;width:auto!important;min-width:72px!important;max-width:88px!important;height:28px!important;text-overflow:unset!important;text-transform:none!important;background:#dcfce7!important;border:1px solid #bbf7d0!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;padding:0 10px!important;font-size:11px!important;font-weight:950!important;line-height:1!important;display:inline-flex!important;overflow:visible!important}.tournament-matches-table-compact th:nth-child(4),.tournament-matches-table-compact td:nth-child(4){width:76px!important}.tournament-matches-table-compact th:nth-child(6),.tournament-matches-table-compact td:nth-child(6){width:auto!important}.tournament-editions-list{gap:12px;padding:14px;display:grid}.tournament-edition-row{background:#fff;border:1px solid #e5e7eb;border-radius:18px;justify-content:space-between;align-items:center;gap:14px;padding:13px;transition:all .18s;display:flex}.tournament-edition-row.active{background:radial-gradient(circle at 8% 20%,#22c55e1f,#0000 28%),#fff;border-color:#bbf7d0}.tournament-edition-main{align-items:center;gap:12px;min-width:0;display:flex}.tournament-edition-icon{color:#f7d27b;background:#111827;border-radius:16px;flex:none;place-items:center;width:42px;height:42px;display:grid}.tournament-edition-main h3{color:#111827;margin:0;font-size:15px;font-weight:950;line-height:1.15}.tournament-edition-main p{color:#6b7280;margin:6px 0 0;font-size:11.5px;font-weight:750;line-height:1.35}.tournament-edition-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:9px;display:flex}@media (width<=850px){.tournament-edition-row{flex-direction:column;align-items:flex-start}.tournament-edition-actions{justify-content:flex-start;width:100%}}.tournament-active-edition-chip,.tournament-active-edition-box{color:#111827;background:radial-gradient(circle at 8% 20%,#b989311f,#0000 30%),#fff;border:1px solid #e5e7eb;border-radius:14px;align-items:center;gap:9px;max-width:100%;min-height:38px;padding:7px 11px;display:inline-flex}.tournament-active-edition-box{justify-content:space-between;width:100%}.tournament-active-edition-chip span,.tournament-active-edition-box span{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;font-size:10px;font-weight:950;line-height:1}.tournament-active-edition-chip strong,.tournament-active-edition-box strong{color:#111827;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;font-weight:950;line-height:1.1;overflow:hidden}.tournament-active-edition-chip a,.tournament-active-edition-box a{color:#7f1d1d;white-space:nowrap;background:#f9fafb;border:1px solid #e5e7eb;border-radius:999px;padding:5px 9px;font-size:10.5px;font-weight:950;line-height:1;text-decoration:none}.tournament-active-edition-chip a:hover,.tournament-active-edition-box a:hover{background:#fff7ed;border-color:#b98931}@media (width<=720px){.tournament-active-edition-chip,.tournament-active-edition-box{flex-direction:column;align-items:flex-start;width:100%}}.tournament-active-edition-mini{background:#fff;border:1px solid #e5e7eb;border-radius:14px;gap:2px;min-width:230px;min-height:38px;padding:6px 10px;display:grid}.tournament-active-edition-mini span{color:#6b7280;text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:950;line-height:1}.tournament-active-edition-mini strong{color:#111827;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:950;line-height:1.15;overflow:hidden}.tournament-active-edition-mini a{color:#7f1d1d;font-size:11px;font-weight:900;line-height:1;text-decoration:none}.tournament-active-edition-mini a:hover{text-decoration:underline}.tournament-generator-pattern-box{background:radial-gradient(circle at 10% 20%,#b989311c,#0000 30%),#fff;border:1px solid #e5e7eb;border-radius:18px;gap:11px;margin:14px 0;padding:14px;display:grid}.tournament-generator-pattern-box strong{color:#111827;font-size:13px;font-weight:950;line-height:1.2}.tournament-generator-pattern-box p{color:#6b7280;margin:4px 0 0;font-size:11.5px;font-weight:750;line-height:1.4}.tournament-generator-pattern-box .tournament-select{width:100%}.result-entry-toolbar{flex-wrap:wrap;align-items:center;gap:10px;padding:14px;display:flex}.result-entry-toolbar button{color:#111827;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;min-height:38px;padding:0 14px;font-size:12px;font-weight:950}.result-entry-toolbar button.active{color:#fff;background:#7f1d1d;border-color:#7f1d1d}.result-entry-day{margin-top:18px}.result-entry-day-title{color:#fff;text-transform:uppercase;letter-spacing:.04em;background:linear-gradient(135deg,#111827,#7f1d1d);border-radius:18px;align-items:center;gap:8px;min-height:44px;padding:0 16px;font-size:13px;font-weight:950;display:inline-flex}.result-entry-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:14px;margin-top:12px;display:grid}.result-entry-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:16px;box-shadow:0 18px 45px #0f172a14}.result-entry-card-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.result-entry-card-head span{color:#111827;background:#f3f4f6;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:950;display:inline-flex}.result-entry-card-head small{color:#6b7280;align-items:center;gap:5px;font-size:12px;font-weight:850;display:inline-flex}.result-entry-versus{grid-template-columns:minmax(0,1fr) 44px minmax(0,1fr);align-items:center;gap:12px;margin-bottom:15px;display:grid}.result-entry-versus>strong{color:#f7d27b;background:#111827;border-radius:16px;place-items:center;width:42px;height:42px;font-size:11px;font-weight:950;display:grid}.result-entry-team{text-align:center;justify-items:center;gap:8px;min-width:0;display:grid}.result-entry-team span{color:#fff;background:#111827;border-radius:18px;place-items:center;width:52px;height:52px;font-size:16px;font-weight:950;display:grid;overflow:hidden}.result-entry-team img{object-fit:contain;width:100%;height:100%}.result-entry-team strong{color:#111827;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:12px;font-weight:950;line-height:1.2;overflow:hidden}.result-entry-score-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.result-entry-score-grid label{gap:7px;display:grid}.result-entry-score-grid label.wide{grid-column:1/-1}.result-entry-score-grid span{color:#6b7280;text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:950}.result-entry-score-grid input,.result-entry-score-grid select{color:#111827;background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;outline:none;width:100%;height:48px;padding:0 12px;font-size:20px;font-weight:950}.result-entry-score-grid select{font-size:13px}.result-entry-score-grid input:focus,.result-entry-score-grid select:focus{background:#fff;border-color:#b98931;box-shadow:0 0 0 4px #b989311f}.result-entry-penalties{background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;margin-top:12px;padding:10px}.result-entry-penalties summary{cursor:pointer;color:#7f1d1d;font-size:12px;font-weight:950}.result-entry-penalties .result-entry-score-grid{margin-top:12px}.result-entry-save{justify-content:center;width:100%;margin-top:14px}@media (width<=720px){.result-entry-grid,.result-entry-versus{grid-template-columns:1fr}.result-entry-versus>strong{margin:0 auto}}.sidebar-dashboard-switch{background:#ffffff14;border:1px solid #ffffff1f;border-radius:16px;gap:7px;margin:12px 14px 4px;padding:12px;display:grid}.sidebar-dashboard-switch label{color:#ffffffb8;text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:950;line-height:1}.sidebar-dashboard-switch select{color:#fff;background:#030712bd;border:1px solid #ffffff29;border-radius:13px;outline:none;width:100%;min-height:38px;padding:0 11px;font-size:12px;font-weight:900}.sidebar-dashboard-switch select:disabled{opacity:.75;cursor:not-allowed}.sidebar-dashboard-switch select:focus{border-color:#f7d27bb8;box-shadow:0 0 0 3px #f7d27b1f}.sidebar.tournament-sidebar{background:radial-gradient(circle at 20% 0,#f7d27b29,#0000 30%),linear-gradient(#070707 0%,#101010 55%,#1b1205 100%)}.sidebar.tournament-sidebar .nav-link.active{color:#fff;background:linear-gradient(135deg,#f7d27b38,#b9893133);border-color:#f7d27b57}.sidebar.tournament-sidebar .nav-link.active svg,.sidebar.tournament-sidebar .nav-link:hover svg{color:#f7d27b}.sidebar.tournament-sidebar .sidebar-section-title{color:#f7d27bb8}.result-entry-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.result-entry-unsaved-pill{color:#9a3412;text-transform:uppercase;letter-spacing:.04em;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;align-items:center;min-height:32px;padding:0 12px;font-size:11px;font-weight:950;display:inline-flex}.result-entry-card.has-unsaved-changes{border-color:#b9893173;box-shadow:0 18px 45px #0f172a14,0 0 0 4px #b9893114}.result-entry-match-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.result-entry-dirty-dot{color:#9a3412;text-transform:uppercase;letter-spacing:.04em;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;align-items:center;min-height:22px;padding:0 8px;font-size:10px;font-style:normal;font-weight:950;display:inline-flex}.result-entry-status-chip{color:#374151;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;align-items:center;gap:7px;width:fit-content;min-height:30px;margin:-4px 0 12px;padding:0 10px;display:inline-flex}.result-entry-status-chip i{background:currentColor;border-radius:999px;width:9px;height:9px;display:inline-block;box-shadow:0 0 0 4px #6b72801f}.result-entry-status-chip strong{text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:950;line-height:1}.result-entry-status-chip.scheduled{color:#6b7280;background:#f9fafb;border-color:#e5e7eb}.result-entry-status-chip.live{color:#dc2626;background:#fef2f2;border-color:#fecaca}.result-entry-status-chip.finished{color:#16a34a;background:#ecfdf5;border-color:#bbf7d0}.result-entry-status-chip.postponed{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.result-entry-status-chip.cancelled{color:#4b5563;background:#f3f4f6;border-color:#d1d5db}@media (width<=720px){.result-entry-actions{justify-content:stretch}.result-entry-actions .tournament-btn{justify-content:center;width:100%}}.tournament-standing-head-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.standing-group-status{color:#6b7280;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;background:#f9fafb;border:1px solid #e5e7eb;border-radius:999px;align-items:center;gap:7px;min-height:30px;padding:0 10px;font-size:10px;font-style:normal;font-weight:950;display:inline-flex}.standing-group-status i{background:currentColor;border-radius:999px;width:8px;height:8px;box-shadow:0 0 0 4px #6b72801f}.standing-group-status.complete{color:#16a34a;background:#ecfdf5;border-color:#bbf7d0}.standing-group-status.progress{color:#ea580c;background:#fff7ed;border-color:#fed7aa}.standing-group-status.pending{color:#6b7280;background:#f3f4f6;border-color:#e5e7eb}.standing-qualification-badge{color:#6b7280;text-transform:uppercase;white-space:nowrap;background:#f9fafb;border:1px solid #e5e7eb;border-radius:999px;justify-content:center;align-items:center;min-height:26px;padding:0 9px;font-size:10px;font-weight:950;line-height:1;display:inline-flex}.standing-qualification-badge.qualified{color:#15803d;background:#ecfdf5;border-color:#bbf7d0}.standing-qualification-badge.preclass{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.standing-qualification-badge.zone{color:#c2410c;background:#fff7ed;border-color:#fed7aa}.standing-qualification-badge.ranking{color:#4b5563;background:#f3f4f6;border-color:#d1d5db}.standing-qualification-badge.pending{color:#6b7280;background:#f9fafb;border-color:#e5e7eb}.tournament-standing-table th:last-child,.tournament-standing-table td:last-child{text-align:center}.tournament-standing-table tbody tr.standing-row-qualified{background:linear-gradient(90deg,#16a34a0f,#0000 55%)}.tournament-standing-table tbody tr.standing-row-preclass{background:linear-gradient(90deg,#2563eb0d,#0000 55%)}.tournament-standing-table tbody tr.standing-row-zone{background:linear-gradient(90deg,#ea580c0d,#0000 55%)}@media (width<=900px){.tournament-standing-head-actions{justify-content:flex-start}.tournament-standing-table-wrap{overflow-x:auto}.standing-qualification-badge{font-size:9px}}.sidebar-workspace-pill{color:#fff;background:#ffffff14;border-radius:14px;align-items:center;gap:9px;min-height:38px;padding:0 12px;font-size:12px;font-weight:950;display:flex}.sidebar-back-admin{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:calc(100% - 28px);min-height:40px;margin:0 14px 12px;font-size:12px;font-weight:950;display:inline-flex}.sidebar-back-admin:hover{background:#ffffff24}.module-nav-menu{gap:10px;display:grid}.sidebar-module-group{background:#ffffff09;border:1px solid #ffffff14;border-radius:18px;overflow:hidden}.sidebar-module-group[open],.sidebar-module-group.active{background:#fff1;border-color:#ffffff24}.sidebar-module-group summary{cursor:pointer;color:#fff;align-items:center;gap:11px;min-height:54px;padding:10px 12px;list-style:none;display:flex}.sidebar-module-group summary::-webkit-details-marker{display:none}.sidebar-module-icon{color:#fff;background:#ffffff1a;border-radius:13px;flex:none;place-items:center;width:34px;height:34px;display:grid}.sidebar-module-group.active .sidebar-module-icon,.super-admin-sidebar .sidebar-module-group.active .sidebar-module-icon{background:#be060f}.sidebar-module-chevron{opacity:.7;margin-left:auto}.sidebar-module-chevron.open,.sidebar-module-group[open] .sidebar-module-chevron.closed{display:none}.sidebar-module-group[open] .sidebar-module-chevron.open{display:block}.sidebar-module-submenu{gap:6px;padding:0 10px 10px 46px;display:grid}.nav-link.nested{border-radius:14px;min-height:44px;padding-left:10px}.nav-link.nested svg{width:17px;height:17px}.nav-link.nested .nav-link-text span{font-size:12px}.nav-link.nested .nav-link-text small{font-size:10px}.super-admin-sidebar .sidebar-title:after{content:"OWNER";color:#fff;letter-spacing:.08em;vertical-align:middle;background:#be060f;border-radius:999px;margin-left:8px;padding:3px 6px;font-size:9px}@media (width<=760px){.sidebar-module-submenu{padding-left:14px}}@media (width<=760px){.admin-page-header,.admin-page-actions,.organization-form-footer,.organization-modules-footer{flex-direction:column;align-items:stretch}.organizations-stats-grid,.organization-form-grid{grid-template-columns:1fr}.organization-form-grid label.wide{grid-column:auto}}.organizations-admin-page{gap:18px;display:grid}.admin-page-header,.admin-page-actions{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.admin-page-header h1{letter-spacing:-.05em;margin:8px 0;font-size:clamp(32px,4vw,54px);font-weight:1000;line-height:.92}.admin-page-header p{color:#64748b;margin:0;font-size:14px;font-weight:700}.admin-kicker{color:#be060f;text-transform:uppercase;letter-spacing:.07em;background:#fff1f2;border-radius:999px;align-items:center;gap:7px;width:fit-content;padding:8px 12px;font-size:11px;font-weight:1000;line-height:1;display:inline-flex}.admin-btn{cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 15px;font-size:13px;font-weight:950;text-decoration:none;display:inline-flex}.admin-btn-dark{color:#fff;background:#111827}.admin-btn-light{color:#111827;background:#fff;border:1px solid #e5e7eb}.admin-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:18px;box-shadow:0 18px 45px #0f172a0f}.admin-alert{border-radius:18px;align-items:center;gap:8px;padding:13px 15px;font-size:13px;font-weight:900;display:flex}.admin-alert-error{color:#b91c1c;background:#fef2f2}.admin-alert-success{color:#047857;background:#ecfdf5}.admin-empty{text-align:center;color:#64748b;place-items:center;min-height:220px;font-weight:900;display:grid}.organizations-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.organizations-stats-grid article{background:linear-gradient(135deg,#be060f14,#0000 40%),#fff;border:1px solid #e5e7eb;border-radius:24px;gap:8px;padding:18px;display:grid}.organizations-stats-grid svg{color:#be060f}.organizations-stats-grid span{color:#64748b;text-transform:uppercase;font-size:12px;font-weight:950}.organizations-stats-grid strong{font-size:34px;font-weight:1000;line-height:1}.organizations-toolbar label{align-items:center;gap:10px;height:44px;display:flex}.organizations-toolbar input{width:100%;font:inherit;border:0;outline:0;font-size:14px;font-weight:800}.organizations-grid,.organization-modules-grid{grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:16px;display:grid}.organization-card,.organization-module-card{background:#fff;border:1px solid #e5e7eb;border-radius:26px;padding:18px;box-shadow:0 18px 45px #0f172a12}.organization-card-head,.organization-module-card-head{align-items:flex-start;gap:12px;display:flex}.organization-logo{color:#fff;background:#111827;border-radius:18px;flex:none;place-items:center;width:52px;height:52px;display:grid;overflow:hidden}.organization-logo img{object-fit:contain;width:100%;height:100%}.organization-card h2,.organization-module-card h2{color:#111827;margin:0 0 4px;font-size:19px;font-weight:1000;line-height:1.1}.organization-card p,.organization-module-card p{color:#64748b;margin:0;font-size:12px;font-weight:800;line-height:1.35}.organization-card-head em{text-transform:uppercase;border-radius:999px;align-items:center;min-height:26px;margin-left:auto;padding:0 9px;font-size:10px;font-style:normal;font-weight:1000;display:inline-flex}.organization-card-head em.active{color:#047857;background:#ecfdf5}.organization-card-head em.inactive{color:#b91c1c;background:#fef2f2}.organization-meta{gap:8px;margin:16px 0;display:grid}.organization-meta span{color:#475569;align-items:center;gap:7px;font-size:12px;font-weight:850;display:flex}.organization-module-pills{flex-wrap:wrap;align-items:center;gap:7px;min-height:34px;display:flex}.organization-module-pills span{text-transform:uppercase;border-radius:999px;align-items:center;min-height:25px;padding:0 9px;font-size:10px;font-weight:1000;display:inline-flex}.organization-module-pills span.enabled{color:#047857;background:#ecfdf5}.organization-module-pills span.disabled{color:#64748b;background:#f1f5f9}.organization-card-actions{border-top:1px solid #f1f5f9;flex-wrap:wrap;align-items:center;gap:8px;margin-top:16px;padding-top:13px;display:flex}.organization-card-actions a,.organization-card-actions button{color:#111827;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;align-items:center;gap:6px;min-height:32px;padding:0 10px;font-size:11px;font-weight:950;text-decoration:none;display:inline-flex}.organization-form{gap:16px;display:grid}.organization-form-section h2{letter-spacing:-.03em;margin:0 0 14px;font-size:20px;font-weight:1000}.organization-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.organization-form-grid label{gap:7px;display:grid}.organization-form-grid label.wide{grid-column:1/-1}.organization-form-grid span{color:#475569;font-size:12px;font-weight:950}.organization-form-grid input,.organization-form-grid select{height:43px;font:inherit;background:#fff;border:1px solid #e5e7eb;border-radius:14px;outline:0;padding:0 12px;font-size:13px;font-weight:800}.organization-module-toggle-grid{flex-wrap:wrap;gap:9px;display:flex}.organization-module-toggle-grid button{color:#111827;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;min-height:38px;padding:0 13px;font-size:12px;font-weight:950}.organization-module-toggle-grid button.active{color:#fff;background:#be060f;border-color:#be060f}.organization-form-footer,.organization-modules-footer{justify-content:flex-end;gap:14px;display:flex}.organization-active-toggle{align-items:center;gap:8px;margin-right:auto;font-size:13px;font-weight:950;display:inline-flex}.organization-module-card{transition:all .2s}.organization-module-card.disabled{opacity:.72}.organization-module-card.enabled{border-color:#be060f47}.module-switch{flex:none;width:50px;height:28px;margin-left:auto;position:relative}.module-switch input{display:none}.module-switch span{cursor:pointer;background:#cbd5e1;border-radius:999px;position:absolute;inset:0}.module-switch span:after{content:"";background:#fff;border-radius:999px;width:20px;height:20px;transition:all .2s;position:absolute;top:4px;left:4px}.module-switch input:checked+span{background:#be060f}.module-switch input:checked+span:after{transform:translate(22px)}.tournament-source-box{background:#f8fafc;border-radius:18px;gap:9px;margin-top:16px;padding:13px;display:grid}.tournament-source-box>span{color:#475569;font-size:12px;font-weight:1000}.tournament-source-box div{flex-wrap:wrap;gap:8px;display:flex}.tournament-source-box button{color:#111827;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;min-height:34px;padding:0 12px;font-size:12px;font-weight:950}.tournament-source-box button.active{color:#fff;background:#111827;border-color:#111827}.tournament-source-box small{color:#64748b;font-size:11px;font-weight:750;line-height:1.4}@media (width<=760px){.admin-page-header,.admin-page-actions,.organization-form-footer,.organization-modules-footer{flex-direction:column;align-items:stretch}.organizations-stats-grid,.organization-form-grid{grid-template-columns:1fr}.organization-form-grid label.wide{grid-column:auto}}.organization-section-title-row{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px;display:flex}.organization-section-title-row h2{margin-bottom:5px}.organization-section-title-row p{color:#64748b;margin:0;font-size:12px;font-weight:800}.organization-users-table-wrap{width:100%;overflow-x:auto}.organization-users-table{border-collapse:collapse;width:100%}.organization-users-table th,.organization-users-table td{text-align:left;border-bottom:1px solid #f1f5f9;padding:12px 10px;font-size:13px}.organization-users-table th{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:1000}.organization-users-table td strong{color:#111827;font-weight:1000}.org-user-status{cursor:pointer;border:0;border-radius:999px;min-height:28px;padding:0 10px;font-size:11px;font-weight:1000}.org-user-status.active{color:#047857;background:#ecfdf5}.org-user-status.inactive{color:#b91c1c;background:#fef2f2}.org-user-delete{color:#b91c1c;cursor:pointer;background:#fff;border:1px solid #fee2e2;border-radius:999px;place-items:center;width:34px;height:34px;display:grid}.organization-role-create-block{margin-top:18px}.organization-role-create-block h3{margin:0 0 12px;font-size:16px;font-weight:950}.organization-role-picker{gap:14px;display:grid}.organization-role-group{background:#0f172a05;border:1px solid #0f172a14;border-radius:18px;padding:12px}.organization-role-group>strong{color:#6b7280;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-size:11px;font-weight:950;line-height:1;display:block}.organization-role-group>div,.organization-user-role-pills,.organization-user-role-actions,.organization-user-row-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.organization-role-group button,.organization-user-role-pills span,.org-user-edit-roles{color:#111827;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;min-height:30px;padding:0 11px;font-size:11px;font-weight:950}.organization-role-group button.active,.organization-user-role-pills span{color:#fff;background:#7f1d1d;border-color:#7f1d1d}.organization-user-role-pills span.empty{color:#6b7280;background:#f9fafb;border-color:#e5e7eb}.organization-user-role-editor{gap:12px;min-width:340px;display:grid}.rbac-studio-page .rbac-studio-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:18px;display:grid}.rbac-selector-card .organization-section-title-row{align-items:center}.organization-rbac-select{background:#fff;border:1px solid #e5e7eb;border-radius:14px;outline:none;min-width:280px;height:42px;padding:0 12px;font-weight:900}.rbac-module-pills,.rbac-role-permission-pills,.organization-user-role-pills{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.rbac-module-pills{margin-top:14px}.rbac-module-pills span,.rbac-role-permission-pills span,.organization-user-role-pills span{color:#374151;background:#f3f4f6;border-radius:999px;align-items:center;min-height:26px;padding:0 10px;font-size:11px;font-weight:950;display:inline-flex}.rbac-module-pills span.enabled{color:#15803d;background:#ecfdf5}.rbac-module-pills span.disabled,.rbac-role-permission-pills span.empty,.organization-user-role-pills span.empty{color:#b91c1c;background:#fef2f2}.organization-form-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr))}.rbac-wide-label{gap:7px;margin-top:12px;display:grid}.rbac-wide-label span{color:#374151;font-size:12px;font-weight:950}.rbac-wide-label textarea{width:100%;min-height:84px;font:inherit;resize:vertical;background:#fff;border:1px solid #e5e7eb;border-radius:16px;outline:none;padding:12px;font-weight:750}.rbac-permission-picker{gap:12px;max-height:360px;margin:16px 0;padding-right:4px;display:grid;overflow:auto}.rbac-permission-group{background:#fafafa;border:1px solid #eef2f7;border-radius:18px;padding:12px}.rbac-permission-group>strong{color:#111827;text-transform:uppercase;margin-bottom:10px;font-size:12px;font-weight:1000;display:block}.rbac-permission-group>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.rbac-permission-group button{color:#111827;text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:14px;gap:3px;min-height:52px;padding:9px 10px;display:grid}.rbac-permission-group button span{font-size:12px;font-weight:1000}.rbac-permission-group button small{color:#6b7280;font-size:10px;font-weight:850}.rbac-permission-group button.active{color:#fff;background:#111827;border-color:#111827}.rbac-permission-group button.active small{color:#ffffffb8}.rbac-role-list{gap:22px;display:grid}.rbac-role-module h3{color:#111827;text-transform:uppercase;margin:0 0 12px;font-size:17px;font-weight:1000}.rbac-role-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.rbac-role-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:16px;box-shadow:0 18px 35px #0f172a0f}.rbac-role-card-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.rbac-role-card-head strong{color:#111827;font-size:16px;font-weight:1000;display:block}.rbac-role-card-head small{color:#6b7280;margin-top:3px;font-size:11px;font-weight:850;display:block}.rbac-role-card-head>span{text-transform:uppercase;border-radius:999px;align-items:center;min-height:26px;padding:0 9px;font-size:10px;font-weight:950;display:inline-flex}.rbac-role-card-head>span.active{color:#15803d;background:#ecfdf5}.rbac-role-card-head>span.inactive{color:#b91c1c;background:#fef2f2}.rbac-role-card p{color:#6b7280;margin:10px 0 12px;font-size:13px;font-weight:700;line-height:1.45}@media (width<=1050px){.rbac-studio-page .rbac-studio-grid,.rbac-role-cards,.organization-form-grid.compact,.rbac-permission-group>div{grid-template-columns:1fr}.organization-rbac-select{width:100%;min-width:0}}.organization-themed-shell{background:radial-gradient(circle at top left, color-mix(in srgb, var(--theme-primary) 12%, transparent), transparent 32%), #f6f7fb}.organization-themed-shell .admin-btn-dark,.organization-themed-shell .btn-primary{background:var(--theme-primary)!important;border-color:var(--theme-primary)!important}.organization-themed-shell .admin-kicker,.organization-themed-shell .topbar-title{color:var(--theme-secondary)}.organization-themed-shell .admin-kicker svg,.organization-themed-shell .topbar-create-link svg{color:var(--theme-primary)}.modern-sidebar{border-right:1px solid #ffffff14;background:radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--theme-accent) 20%, transparent), transparent 28%), linear-gradient(180deg, var(--theme-secondary) 0%, #0f1117 100%)!important}.super-admin-sidebar{background:radial-gradient(circle at 0 0,#f7d27b2e,#0000 28%),linear-gradient(#10131c 0%,#06070a 100%)!important}.modern-sidebar-brand{border-bottom:1px solid #ffffff1a;padding-bottom:18px}.sidebar-close-btn{margin-left:auto;color:#fff!important;background:#ffffff14!important;border-color:#ffffff1f!important}.sidebar-workspace-panel{color:#fff;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:22px;gap:8px;margin:14px 14px 8px;padding:14px;display:grid}.sidebar-workspace-panel span{color:#ffffff9e;text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:7px;font-size:11px;font-weight:900;line-height:1;display:inline-flex}.sidebar-workspace-panel strong{font-size:14px;font-weight:1000;line-height:1.15}.sidebar-workspace-panel button{color:#111827;cursor:pointer;background:#fff;border:0;border-radius:999px;justify-content:center;align-items:center;gap:7px;min-height:34px;padding:0 11px;font-size:11px;font-weight:1000;display:inline-flex}.modern-sidebar-section{margin-top:14px}.modern-nav-menu{gap:13px;display:grid}.sidebar-menu-card{overflow:hidden}.sidebar-menu-card-head{color:#fff;align-items:center;gap:10px;padding:13px 13px 10px;display:flex}.sidebar-menu-card-head strong{font-size:13px;font-weight:1000;line-height:1;display:block}.sidebar-menu-card-head small{color:#ffffff85;margin-top:4px;font-size:10px;font-weight:800;display:block}.sidebar-menu-card-list{gap:5px;padding-left:33px;display:grid}.modern-sidebar .nav-link{color:#ffffffc7;border-radius:16px;padding:10px 11px}.modern-sidebar .nav-link:hover,.modern-sidebar .nav-link.active{color:#fff}.modern-sidebar .nav-link.active svg{color:var(--theme-primary)}.modern-sidebar .nav-link small{color:inherit;opacity:.58}.modern-quick-create-box{background:#ffffff0b;border:1px solid #ffffff17;border-radius:22px;padding:8px}.modern-quick-create-box .quick-create-link{border-radius:16px}.super-admin-topbar{background:linear-gradient(135deg, #fffffff5, #ffffffd1), radial-gradient(circle at top left, color-mix(in srgb, var(--theme-primary) 12%, transparent), transparent 32%);border-bottom:1px solid #0f172a14}.super-admin-back-chip{width:38px;height:38px;color:var(--theme-primary);cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;place-items:center;display:grid;box-shadow:0 10px 22px #0f172a14}.super-admin-back-chip:hover{background:var(--theme-primary);color:#fff;border-color:var(--theme-primary)}.super-admin-dashboard-hero{background:radial-gradient(circle at top right, color-mix(in srgb, var(--theme-accent) 28%, transparent), transparent 32%), linear-gradient(135deg, #111827 0%, var(--theme-secondary) 100%);color:#fff;border-radius:30px;padding:26px;box-shadow:0 24px 60px #0f172a29}.super-admin-dashboard-hero h1,.super-admin-dashboard-hero p,.super-admin-dashboard-hero .admin-kicker{color:#fff}.super-admin-dashboard-hero .admin-kicker{background:#ffffff1f;border-color:#ffffff29}.super-admin-stats-grid article,.super-admin-action-card{background:#fff;border:1px solid #e5e7eb;border-radius:26px;box-shadow:0 18px 42px #0f172a14}.super-admin-action-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:20px 0;display:grid}.super-admin-action-card{color:#111827;gap:9px;padding:20px;text-decoration:none;transition:transform .18s,box-shadow .18s;display:grid}.super-admin-action-card:hover{transform:translateY(-2px);box-shadow:0 24px 60px #0f172a1f}.super-admin-action-card svg{color:var(--theme-primary)}.super-admin-action-card strong{font-size:18px;font-weight:1000}.super-admin-action-card span{color:#6b7280;font-size:13px;font-weight:700;line-height:1.45}.super-admin-recent-card{border-radius:28px}.super-admin-org-list{gap:10px;display:grid}.super-admin-org-row{background:#fff;border:1px solid #edf0f4;border-radius:20px;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;display:grid}.super-admin-org-logo{color:#fff;border-radius:16px;place-items:center;width:46px;height:46px;font-weight:1000;display:grid;overflow:hidden}.super-admin-org-logo img{object-fit:cover;width:100%;height:100%}.super-admin-org-row strong{color:#111827;font-size:14px;font-weight:1000;display:block}.super-admin-org-row small{color:#6b7280;margin-top:3px;font-size:12px;font-weight:800;display:block}.super-admin-org-actions{align-items:center;gap:7px;display:flex}.super-admin-org-actions a{color:#111827;background:#f3f4f6;border-radius:999px;align-items:center;min-height:32px;padding:0 11px;font-size:11px;font-weight:1000;text-decoration:none;display:inline-flex}.super-admin-org-actions a:hover{background:var(--theme-primary);color:#fff}@media (width<=900px){.super-admin-action-grid{grid-template-columns:1fr}.super-admin-org-row{grid-template-columns:42px minmax(0,1fr)}.super-admin-org-actions{flex-wrap:wrap;grid-column:1/-1}}:root{--website-red:#be060f;--website-red-dark:#c70035;--website-ajax-red:#c9002b;--website-black:#191313;--website-text:#111;--website-muted:#555;--website-light:#f5f5f5;--website-border:#e5e5e5}*{box-sizing:border-box}body{margin:0}.website-shell{min-height:100vh;color:var(--website-text);background:#fff;font-family:Arial,Helvetica,sans-serif}.website-main{min-height:70vh}.website-header{z-index:1000;color:#fff;background:#833440 url(/assets/bg_01-zRmCp4PL.png) 0 0/cover;height:82px;position:sticky;top:0}.website-header-inner{justify-content:space-between;align-items:center;width:min(1180px,100%);height:82px;margin:0 auto;display:flex}.website-brand{color:#fff;align-items:center;gap:13px;text-decoration:none;display:inline-flex}.website-logo{object-fit:contain;border-radius:999px;width:56px;height:56px;padding:3px;display:none}.website-brand-separator{background:#ffffffbf;width:2px;height:28px}.website-brand strong{letter-spacing:-.5px;font-size:19px;font-weight:950;line-height:1}.website-nav{align-items:center;gap:14px;display:flex}.website-nav-link,.website-pill-link,.website-account-link{color:#fff;font-size:13px;font-weight:950;line-height:1;text-decoration:none}.website-nav-link:hover,.website-nav-link.active{text-underline-offset:5px;text-decoration:underline}.website-pill-link{border:2px solid #ffffffe6;border-radius:999px;padding:9px 13px}.website-account-link{align-items:center;gap:5px;display:inline-flex}.website-search-btn{color:#fff;cursor:pointer;background:0 0;border:0;border-left:2px solid #ffffffbf;place-items:center;width:34px;height:34px;padding-left:14px;display:grid}.website-menu-btn{color:#fff;background:0 0;border:2px solid #ffffffa6;place-items:center;width:44px;height:44px;display:none}.website-home-stories{background:#fff;border-bottom:1px solid #eee;padding:18px 0 14px}.website-home-stories-wrap{width:min(1180px,100%);margin:0 auto;position:relative}.website-home-stories-inner{scroll-behavior:smooth;scrollbar-width:none;align-items:flex-start;gap:22px;width:100%;padding:0 0 4px;display:flex;overflow-x:auto}.website-home-stories-inner::-webkit-scrollbar{display:none}.website-home-story{color:#000;text-align:center;flex:0 0 92px;width:92px;text-decoration:none;display:block}.website-home-story-ring{background:#d4001f;border-radius:999px;justify-content:center;align-items:center;width:78px;height:78px;margin:0 auto 8px;display:flex;position:relative;overflow:visible}.website-home-story.is-new .website-home-story-ring{background:0 0}.website-home-story.is-new .website-home-story-ring:before{content:"";z-index:1;background:conic-gradient(#d4001f 0deg,#ff0048 90deg,#fff 150deg,#d4001f 210deg,#ff0048 300deg,#fff 340deg,#d4001f 360deg);border-radius:999px;animation:1.6s linear infinite storyRingSpin;position:absolute;inset:0}.website-home-story-ring img{object-fit:cover;object-position:center center;z-index:2;background:#fff;border:3px solid #fff;border-radius:999px;width:70px;height:70px;display:block;position:relative}.website-home-story-ring strong{color:#fff;z-index:2;background:#191313;border:3px solid #fff;border-radius:999px;place-items:center;width:70px;height:70px;font-size:12px;font-weight:1000;display:grid;position:relative}.website-home-story-title{-webkit-line-clamp:2;letter-spacing:-.25px;-webkit-box-orient:vertical;min-height:28px;font-size:13px;font-weight:1000;line-height:1.08;display:-webkit-box;overflow:hidden}.website-story-scroll-btn{z-index:5;color:#111;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:999px;place-items:center;width:42px;height:42px;display:grid;position:absolute;top:25px;box-shadow:0 8px 18px #00000014}.website-story-scroll-btn.left{left:-62px}.website-story-scroll-btn.right{right:-62px}.website-story-scroll-btn:hover{background:var(--website-red);color:#fff;border-color:var(--website-red)}@keyframes storyRingSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=1300px){.website-story-scroll-btn.left{left:-50px}.website-story-scroll-btn.right{right:-50px}}@media (width<=1050px){.website-home-stories-wrap{width:calc(100% - 36px)}.website-story-scroll-btn.left{left:-10px}.website-story-scroll-btn.right{right:-10px}.website-home-stories-inner{padding-left:38px;padding-right:38px}}@media (width<=680px){.website-home-stories{padding:14px 0 10px}.website-home-stories-inner{gap:15px;padding-left:36px;padding-right:36px}.website-home-story{flex-basis:78px;width:78px}.website-home-story-ring{width:68px;height:68px;margin-bottom:7px}.website-home-story-ring img,.website-home-story-ring strong{border-width:3px;width:62px;height:62px}.website-home-story-title{font-size:11px}.website-story-scroll-btn{width:30px;height:30px;top:20px}}.website-loading-page{place-items:center;min-height:70vh;font-weight:950;display:grid}.website-top-stage{background:#fff;padding:26px 0 50px}.website-top-grid{grid-template-columns:2.1fr 1fr;gap:24px;width:min(1180px,100%);margin:0 auto;display:grid}.website-main-promo{color:#fff;background:#ddd;height:335px;text-decoration:none;display:block;position:relative;overflow:hidden}.website-main-promo img,.website-side-promo img,.website-featured-image img,.website-editorial-image img{object-fit:cover;width:100%;height:100%;transition:transform .25s}.website-main-promo:hover img,.website-side-promo:hover img,.website-featured-card:hover img,.website-editorial-card:hover img{transform:scale(1.035)}.website-promo-overlay{background:linear-gradient(90deg,#0000007a,#0000000d),linear-gradient(#0000001a,#00000061);position:absolute;inset:0}.website-main-promo-content{flex-direction:column;justify-content:space-between;padding:24px;display:flex;position:absolute;inset:0}.website-main-promo h1{letter-spacing:-1.4px;color:#fff;width:420px;margin:0;font-size:31px;font-weight:1000;line-height:.92}.website-main-promo span,.website-side-promo span{color:#000;background:#fff;width:max-content;padding:8px 13px;font-size:13px;font-weight:950;line-height:1}.website-side-promos{gap:24px;display:grid}.website-side-promo{color:#fff;background:#d8d2c4;height:155px;text-decoration:none;display:block;position:relative;overflow:hidden}.website-side-promo.light{color:#000;background:#eeeeea}.website-side-promo:after{content:"";background:linear-gradient(90deg,#0000008c,#0000000d);position:absolute;inset:0}.website-side-promo.light:after{background:linear-gradient(90deg,#ffffffc7,#ffffff0d)}.website-side-promo div{z-index:2;flex-direction:column;justify-content:space-between;padding:19px;display:flex;position:absolute;inset:0}.website-side-promo h2{letter-spacing:-1px;max-width:210px;margin:0;font-size:25px;font-weight:1000;line-height:.95}.website-featured-strip{background:var(--website-black);color:#fff;padding:24px 0 28px}.website-featured-inner{width:min(1180px,100%);margin:0 auto}.website-featured-title-row{justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px;display:flex}.website-featured-title{align-items:baseline;gap:8px;display:flex}.website-featured-title h2{letter-spacing:-1px;margin:0;font-size:30px;font-weight:1000;line-height:1}.website-featured-title a{color:#fff;align-items:center;gap:3px;font-size:11px;font-weight:900;text-decoration:none;display:inline-flex}.website-featured-controls{align-items:center;gap:8px;display:flex}.website-featured-controls button{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff8c;border-radius:999px;place-items:center;width:32px;height:32px;display:grid}.website-featured-controls button:hover{background:#ffffff1f}.website-featured-empty{color:#fff9;margin:0}.website-featured-carousel{scroll-behavior:smooth;scrollbar-width:none;gap:11px;padding-bottom:2px;display:flex;overflow-x:auto}.website-featured-carousel::-webkit-scrollbar{display:none}.website-featured-card{color:#fff;flex:0 0 calc(20% - 8.8px);min-width:calc(20% - 8.8px);text-decoration:none;display:block}.website-featured-image{background:#333;height:92px;position:relative;overflow:hidden}.website-play-dot{background:var(--website-ajax-red);color:#fff;border:2px solid #fff;border-radius:999px;place-items:center;width:25px;height:25px;display:grid;position:absolute;top:9px;left:9px}.website-play-dot.large{width:30px;height:30px}.website-featured-image small{color:#fff;font-size:10px;font-weight:800;position:absolute;top:39px;left:9px}.website-featured-card h3{letter-spacing:-.2px;-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:42px;margin:7px 0 0;font-size:12px;font-weight:950;line-height:1.15;display:-webkit-box;overflow:hidden}.website-carousel-progress{background:#fff;height:6px;margin-top:16px;position:relative;overflow:hidden}.website-carousel-progress span{background:var(--website-red);transform-origin:0;height:6px;transition:transform .18s,width .18s;position:absolute;top:0;left:0}.website-editorial-section{background:#fff;padding:48px 0 90px}.website-editorial-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:34px 24px;width:min(1180px,100%);margin:0 auto;display:grid}.website-editorial-card{color:#000;border-bottom:1px solid var(--website-red);flex-direction:column;min-width:0;height:100%;padding-bottom:8px;text-decoration:none;display:flex}.website-editorial-image{aspect-ratio:16/9;background:#eee;width:100%;height:auto;margin-bottom:14px;position:relative;overflow:hidden}.website-editorial-image img{object-fit:cover;width:100%;height:100%}.website-camera-tag{background:var(--website-ajax-red);color:#fff;border-radius:999px;place-items:center;width:28px;height:28px;display:grid;position:absolute;top:13px;left:13px}.website-editorial-content{flex-direction:column;flex:1;display:flex}.website-editorial-content h2{letter-spacing:-1px;-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:58px;margin:0;font-size:25px;font-weight:1000;line-height:.95;display:-webkit-box;overflow:hidden}.website-editorial-content p{color:#222;-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:58px;margin:13px 0 0;font-size:14px;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}.website-editorial-meta{justify-content:space-between;align-items:center;margin-top:auto;padding-top:15px;display:flex}.website-editorial-meta span{color:#fff;background:#5b5b5b;padding:5px 6px;font-size:9px;font-weight:900;line-height:1}.website-editorial-meta svg{color:#777}.website-load-more{background:var(--website-red);color:#fff;letter-spacing:-.6px;place-items:center;width:calc(100% - 60px);height:44px;margin:48px auto 0;font-size:22px;font-weight:1000;text-decoration:none;display:grid}.website-footer{color:#000;background:#fff;padding:84px 30px 28px}.website-footer-inner{width:min(1280px,100%);margin:0 auto}.website-footer-brand{display:none}.website-footer-grid{grid-template-columns:1fr 1fr 1fr;gap:90px;display:grid}.website-footer h3{letter-spacing:-.5px;margin:0 0 17px;font-size:23px;font-weight:1000}.website-footer-links,.website-footer-contact{gap:8px;display:grid}.website-footer a,.website-footer-contact p{color:#000;margin:0;font-size:22px;font-weight:400;line-height:1.18;text-decoration:none}.website-footer a:hover{text-decoration:underline}.website-footer-contact p span{width:28px;display:inline-block}.website-socials{align-items:center;gap:18px;margin-top:14px;display:flex}.website-socials a{color:#20191b;background:0 0;width:auto;height:auto;font-size:28px;font-weight:950;text-decoration:none}.website-footer-bottom{justify-content:space-between;align-items:center;gap:18px;margin-top:86px;display:flex}.website-footer-bottom p,.website-footer-bottom a{color:#000;margin:0;font-size:13px;text-decoration:none}.website-coming-soon{width:min(1180px,100%);min-height:70vh;margin:0 auto;padding:90px 0}.website-coming-soon h1{letter-spacing:-2px;margin:0;font-size:54px;font-weight:1000;line-height:1}.website-coming-soon p{margin:12px 0 0;font-size:18px}@media (width<=1050px){.website-header-inner,.website-top-grid,.website-featured-inner,.website-editorial-grid,.website-coming-soon{width:calc(100% - 36px)}.website-header-inner{padding:0}.website-menu-btn{display:grid}.website-nav{background:var(--website-red);flex-direction:column;align-items:stretch;padding:18px;display:none;position:fixed;top:82px;left:0;right:0}.website-nav.open{display:flex}.website-search-btn{border-left:0;padding-left:0}.website-top-grid{grid-template-columns:1fr}.website-side-promos{grid-template-columns:1fr 1fr}.website-featured-card{flex:0 0 190px;min-width:190px}.website-editorial-grid,.website-footer-grid{grid-template-columns:1fr;gap:32px}.website-footer a,.website-footer-contact p{font-size:20px}}@media (width<=680px){.website-header,.website-header-inner{height:72px}.website-logo{width:48px;height:48px}.website-nav{top:72px}.website-brand strong{font-size:17px}.website-top-stage{padding-top:18px}.website-main-promo{height:290px}.website-main-promo h1{width:100%;font-size:30px}.website-side-promos{grid-template-columns:1fr}.website-featured-title h2{font-size:26px}.website-editorial-section{padding-top:34px}.website-editorial-image{height:205px}.website-load-more{width:calc(100% - 36px)}.website-footer{padding:60px 18px 24px}.website-footer-bottom{flex-direction:column;align-items:flex-start;margin-top:52px}}.website-hero-video-section{background:#111;align-items:flex-end;height:calc(100vh - 82px);min-height:620px;display:flex;position:relative;overflow:hidden}.website-hero-video-media{background:#111;position:absolute;inset:0}.website-hero-video-media video,.website-hero-video-media img{object-fit:cover;width:100%;height:100%}.website-hero-video-overlay{background:linear-gradient(90deg,#000000d1,#00000052),linear-gradient(#00000026,#000000d6);position:absolute;inset:0}.website-hero-video-content{z-index:2;color:#fff;width:min(1180px,100%);margin:0 auto;padding:0 0 82px;position:relative}.website-hero-video-kicker{color:#fff;background:var(--website-red);text-transform:uppercase;letter-spacing:.7px;margin-bottom:14px;padding:7px 10px;font-size:12px;font-weight:1000;line-height:1;display:inline-block}.website-hero-video-content h1{color:#fff;letter-spacing:-3.6px;width:min(820px,100%);margin:0;font-size:clamp(46px,6.2vw,92px);font-weight:1000;line-height:.92}.website-hero-video-content p{color:#ffffffd1;width:min(560px,100%);margin:20px 0 0;font-size:18px;font-weight:600;line-height:1.55}.website-hero-video-actions{align-items:center;gap:10px;margin-top:26px;display:flex}.website-hero-video-actions a{color:#000;background:#fff;align-items:center;min-height:42px;padding:0 16px;font-size:13px;font-weight:1000;text-decoration:none;display:inline-flex}.website-hero-video-actions a:first-child{background:var(--website-red);color:#fff}.website-scroll-indicator{z-index:3;color:#fff;text-transform:uppercase;place-items:center;gap:5px;font-size:11px;font-weight:900;animation:1.5s ease-in-out infinite websiteScrollBounce;display:grid;position:absolute;bottom:34px;right:46px}.website-scroll-indicator strong{font-size:22px;line-height:1}@keyframes websiteScrollBounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@media (width<=1050px){.website-hero-video-content{width:calc(100% - 36px)}}@media (width<=680px){.website-hero-video-section{height:calc(100vh - 72px);min-height:560px}.website-hero-video-content{padding-bottom:58px}.website-hero-video-content h1{letter-spacing:-2px;font-size:43px}.website-hero-video-content p{font-size:15px}.website-scroll-indicator{bottom:20px;right:20px}}.main-fader{z-index:20;background:radial-gradient(circle,#f900462e,#0000 28%),#000000e0;place-items:center;width:100%;height:100%;transition:opacity .35s,visibility .35s;display:grid;position:absolute;inset:0}.main-fader.is-ready{opacity:0;visibility:hidden}.main-fader .loader{justify-items:center;gap:18px;width:min(300px,62vw);display:grid}.main-fader .loader svg{filter:drop-shadow(0 18px 30px #f9004647);width:100%;height:auto;margin:0 auto;display:block}.main-fader .loader svg path{fill:var(--website-red);animation-name:pulse;animation-duration:1s;animation-iteration-count:infinite}.main-fader .loader svg path.path-9{animation-delay:-1.125s}.main-fader .loader svg path.path-8{animation-delay:-1s}.main-fader .loader svg path.path-7{animation-delay:-.875s}.main-fader .loader svg path.path-6{animation-delay:-.75s}.main-fader .loader svg path.path-5{animation-delay:-.625s}.main-fader .loader svg path.path-4{animation-delay:-.5s}.main-fader .loader svg path.path-3{animation-delay:-.375s}.main-fader .loader svg path.path-2{animation-delay:-.25s}.main-fader .loader svg path.path-1{animation-delay:-.125s}.main-fader .loader svg path.path-0{animation-delay:0s}.loader-progress-text{color:#fff;letter-spacing:1px;text-transform:uppercase;font-size:13px;font-weight:1000}@keyframes pulse{0%{opacity:.12;transform:scale(.985)}30%{opacity:.95;transform:scale(1)}to{opacity:.12;transform:scale(.985)}}@media (width<=680px){.main-fader .loader{width:min(220px,62vw)}}.website-editorial-section-head{width:min(1180px,100%);margin:0 auto 24px}.website-editorial-section-head span{color:var(--website-red);text-transform:uppercase;letter-spacing:.8px;margin-bottom:6px;font-size:13px;font-weight:1000;display:block}.website-editorial-section-head h2{color:#000;letter-spacing:-1.7px;margin:0;font-size:42px;font-weight:1000;line-height:.95}@media (width<=1050px){.website-editorial-section-head{width:calc(100% - 36px)}}@media (width<=680px){.website-editorial-section-head h2{font-size:34px}}.website-card-type-icon{z-index:3;color:#fff;background:var(--website-red);border:2px solid #fff;border-radius:999px;place-items:center;width:30px;height:30px;display:grid;position:absolute;top:12px;left:12px;box-shadow:0 8px 16px #0000002e}.website-card-type-icon.news{background:var(--website-red)}.website-card-type-icon.gallery{background:#111}.website-card-type-icon.video{background:var(--website-red)}.website-list-page{background:#fff;min-height:70vh;padding:54px 0 90px}.website-list-hero,.website-list-toolbar,.website-list-grid{width:min(1180px,100%);margin-left:auto;margin-right:auto}.website-list-hero{margin-bottom:30px}.website-list-hero span{color:var(--website-red);text-transform:uppercase;letter-spacing:.8px;align-items:center;gap:7px;margin-bottom:12px;font-size:12px;font-weight:1000;line-height:1;display:inline-flex}.website-list-hero h1{color:#000;letter-spacing:-3.5px;margin:0;font-size:clamp(52px,6vw,88px);font-weight:1000;line-height:.9}.website-list-hero p{color:#555;width:min(650px,100%);margin:18px 0 0;font-size:18px;font-weight:500;line-height:1.55}.website-list-toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:26px;display:flex}.website-list-toolbar p{color:#555;margin:0;font-size:13px;font-weight:900}.website-list-search{background:#fff;border:1px solid #ddd;align-items:center;gap:10px;width:min(420px,100%);height:44px;padding:0 14px;display:flex}.website-list-search svg{color:#777;flex:none}.website-list-search input{width:100%;font:inherit;border:0;outline:0;font-size:14px;font-weight:700}.website-list-empty{color:#555;background:#f6f6f6;width:min(1180px,100%);margin:0 auto;padding:40px;font-weight:900}.website-load-button{background:var(--website-red);color:#fff;cursor:pointer;border:0;place-items:center;width:min(1180px,100%);height:46px;margin:44px auto 0;font-size:18px;font-weight:1000;display:grid}.website-load-button:hover{background:var(--website-red-dark)}.website-article-page{background:#fff;min-height:70vh;padding:42px 0 90px}.website-back-link{color:#000;align-items:center;gap:7px;width:min(1180px,100%);margin:0 auto 22px;font-size:13px;font-weight:1000;text-decoration:none;display:flex}.website-back-link:hover{color:var(--website-red)}.website-article{width:min(980px,100%);margin:0 auto}.website-article-header{margin-bottom:28px}.website-article-header span{color:var(--website-red);text-transform:uppercase;letter-spacing:.8px;align-items:center;gap:7px;margin-bottom:14px;font-size:12px;font-weight:1000;line-height:1;display:inline-flex}.website-article-header h1{color:#000;letter-spacing:-3px;margin:0;font-size:clamp(42px,5vw,76px);font-weight:1000;line-height:.93}.website-article-header p{color:#555;width:min(720px,100%);margin:18px 0 0;font-size:19px;font-weight:600;line-height:1.5}.website-article-image{aspect-ratio:16/9;background:#eee;width:100%;margin-bottom:34px;overflow:hidden}.website-article-image img{object-fit:cover;width:100%;height:100%}.website-article-body{color:#111;font-size:18px;font-weight:500;line-height:1.75}.website-article-body p{margin:0 0 22px}.website-article-body img{max-width:100%;height:auto}.website-article-body h2,.website-article-body h3{letter-spacing:-.8px;line-height:1.1}.website-related-section{width:min(1180px,100%);margin:70px auto 0}@media (width<=1050px){.website-list-hero,.website-list-toolbar,.website-list-grid,.website-list-empty,.website-load-button,.website-back-link,.website-article,.website-related-section{width:calc(100% - 36px)}}@media (width<=680px){.website-list-page{padding-top:38px}.website-list-toolbar{flex-direction:column;align-items:stretch}.website-list-search{width:100%}.website-article-header h1{letter-spacing:-2px}.website-article-body{font-size:16px}}.website-post-filters{align-items:center;gap:6px;display:flex}.website-post-filters button{color:#111;cursor:pointer;background:#fff;border:1px solid #ddd;height:36px;padding:0 13px;font-size:12px;font-weight:1000}.website-post-filters button.active,.website-post-filters button:hover{background:var(--website-red);border-color:var(--website-red);color:#fff}.website-single-post-page{background-color:#0000;background-image:linear-gradient(#fffffff0,#fffffff0),url(/bg.png);background-position:top;background-repeat:repeat;background-size:28rem;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;min-height:70vh}.website-single-post-hero{color:#fff;background-color:#0000;background-image:linear-gradient(#c6002bf0,#f20045f0),url(/bg.png);background-position:top;background-repeat:repeat;background-size:28rem;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:34px 0 30px}.website-single-post-hero-inner{width:min(1180px,100%);margin:0 auto}.website-single-post-back-button{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #ffffff8c;border-radius:999px;align-items:center;gap:7px;width:fit-content;height:34px;margin-bottom:16px;padding:0 13px;font-size:12px;font-weight:1000;line-height:1;text-decoration:none;transition:background .2s,color .2s,transform .2s;display:inline-flex}.website-single-post-back-button:hover{color:var(--website-red);background:#fff;transform:translate(-2px)}.website-single-post-type{color:#fff;text-transform:uppercase;letter-spacing:.8px;opacity:.95;align-items:center;gap:7px;margin-bottom:10px;font-size:11px;font-weight:1000;line-height:1;display:inline-flex}.website-single-post-hero h1{color:#fff;letter-spacing:-2.4px;width:min(880px,100%);margin:0;font-size:clamp(34px,4.4vw,58px);font-weight:1000;line-height:.94}.website-single-post-media-wrap{background:#000}.website-single-post-media{aspect-ratio:16/9;background:#000;place-items:center;width:min(1180px,100%);margin:0 auto;display:grid;overflow:hidden}.website-single-post-media video,.website-single-post-media iframe,.website-single-post-media img{border:0;width:100%;height:100%;display:block}.website-single-post-media video,.website-single-post-media iframe{object-fit:contain;background:#000}.website-single-post-media img{object-fit:cover}.website-single-post-media-empty{color:#fff;font-size:16px;font-weight:1000}.website-single-post-article-shell{width:min(760px,100%);margin:0 auto;padding:30px 0 46px}.website-single-post-article{box-sizing:border-box;width:100%;padding:0 10px}.website-single-post-body{color:#111;width:100%;font-family:Arial,Helvetica,sans-serif;font-size:18px;font-weight:600;line-height:1.68}.website-single-post-body p{margin:0 0 18px}.website-single-post-body p:first-child{letter-spacing:-.2px;font-size:19px;font-weight:900;line-height:1.55}.website-single-post-body strong,.website-single-post-body b{font-weight:1000}.website-single-post-body a{color:var(--website-red);font-weight:900;text-decoration:none}.website-single-post-body a:hover{text-decoration:underline}.website-single-post-body h2,.website-single-post-body h3{color:#000;letter-spacing:-1px;margin:32px 0 14px;font-family:Arial,Helvetica,sans-serif;font-weight:1000;line-height:1}.website-single-post-body h2{font-size:34px}.website-single-post-body h3{font-size:26px}.website-single-post-body blockquote{border-left:5px solid var(--website-red);color:#000;letter-spacing:-.7px;margin:32px 0;padding:0 0 0 18px;font-size:24px;font-weight:1000;line-height:1.16}.website-single-post-body img{max-width:100%;height:auto;margin:26px 0;display:block}.website-post-gallery-viewer{width:100%;margin-top:42px}.website-post-gallery-header{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:14px;display:flex}.website-post-gallery-header span{color:var(--website-red);text-transform:uppercase;letter-spacing:.8px;align-items:center;gap:7px;margin-bottom:8px;font-size:11px;font-weight:1000;line-height:1;display:inline-flex}.website-post-gallery-header h2{color:#000;letter-spacing:-1.1px;margin:0;font-size:30px;font-weight:1000;line-height:.95}.website-post-gallery-header p{color:#555;margin:0;font-size:12px;font-weight:900}.website-post-gallery-stage{aspect-ratio:16/9;background:#eee;width:100%;position:relative;overflow:hidden}.website-post-gallery-stage img{object-fit:cover;width:100%;height:100%}.website-post-gallery-empty{color:#555;place-items:center;width:100%;height:100%;font-weight:1000;display:grid}.website-post-gallery-arrow{z-index:4;color:#fff;cursor:pointer;background:#00000040;border:1px solid #ffffffbf;border-radius:999px;place-items:center;width:40px;height:40px;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.website-post-gallery-arrow.left{left:14px}.website-post-gallery-arrow.right{right:14px}.website-post-gallery-arrow:hover{background:var(--website-red);border-color:var(--website-red)}.website-post-gallery-dots{justify-content:center;align-items:center;gap:9px;margin-top:14px;display:flex}.website-post-gallery-dots button{border:1px solid var(--website-red);cursor:pointer;background:#fff;border-radius:999px;width:11px;height:11px}.website-post-gallery-dots button.active{background:var(--website-red)}.website-post-gallery-thumbs{scrollbar-width:none;gap:10px;margin-top:14px;padding-bottom:4px;display:flex;overflow-x:auto}.website-post-gallery-thumbs::-webkit-scrollbar{display:none}.website-post-gallery-thumbs button{cursor:pointer;background:#eee;border:3px solid #0000;flex:0 0 82px;width:82px;height:56px;padding:0;overflow:hidden}.website-post-gallery-thumbs button.active{border-color:var(--website-red)}.website-post-gallery-thumbs img{object-fit:cover;width:100%;height:100%}.website-related-section{width:min(1180px,100%);margin:28px auto 0;padding-bottom:80px}.website-related-section h2{color:#000;letter-spacing:-1.5px;margin:0 0 22px;font-size:36px;font-weight:1000;line-height:.95}.website-related-grid{width:100%}@media (width<=1050px){.website-single-post-hero-inner,.website-single-post-media,.website-single-post-article-shell,.website-related-section{width:calc(100% - 36px)}}@media (width<=680px){.website-single-post-hero{padding:28px 0 24px}.website-single-post-hero h1{letter-spacing:-1.6px;font-size:36px}.website-single-post-article-shell{padding-top:26px}.website-single-post-article{padding:0 6px}.website-single-post-body{font-size:16px}.website-single-post-body p:first-child{font-size:17px}.website-single-post-body blockquote{font-size:22px}.website-post-gallery-header{flex-direction:column;align-items:flex-start}.website-post-gallery-header h2{font-size:26px}.website-post-gallery-stage{aspect-ratio:4/3}.website-post-gallery-arrow{width:34px;height:34px}.website-post-gallery-arrow.left{left:10px}.website-post-gallery-arrow.right{right:10px}}.bayern-news-page{color:#000;background:#fff;min-height:70vh;padding:0 0 64px;font-family:Arial,Helvetica,sans-serif}.bayern-news-breadcrumb{color:#777;align-items:center;gap:8px;width:min(1240px,100% - 64px);margin:0 auto;padding:13px 0 0;font-size:11px;font-weight:700;display:flex}.bayern-news-container{width:min(1240px,100% - 64px);margin:34px auto 0}.bayern-news-title{color:#c71115;letter-spacing:-1px;margin:0 0 16px;font-size:31px;font-weight:1000;line-height:1}.bayern-news-filter-row{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:22px;display:flex}.bayern-news-filters{flex-wrap:wrap;align-items:center;gap:7px;max-width:calc(100% - 310px);display:flex}.bayern-news-filters button{color:#c71115;cursor:pointer;background:#fff;border:1px solid #d4001f;border-radius:4px;height:34px;padding:0 12px;font-family:Arial,Helvetica,sans-serif;font-size:14px;font-weight:950;line-height:1}.bayern-news-filters button.active,.bayern-news-filters button:hover{color:#fff;background:#c71115}.bayern-news-search{background:#fff;border:1px solid #d4001f;border-radius:3px;flex:0 0 270px;align-items:center;gap:9px;width:270px;height:34px;padding:0 12px;display:flex}.bayern-news-search svg{color:#c71115;flex:none}.bayern-news-search input{color:#c71115;background:0 0;border:0;outline:0;width:100%;min-width:0;font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:900}.bayern-news-search input::placeholder{color:#c71115;opacity:1}.bayern-featured-news-card{color:#000;background:#fff;border:1px solid #eee;border-radius:8px;grid-template-columns:1fr 1fr;margin-bottom:24px;text-decoration:none;display:grid;overflow:hidden;box-shadow:0 6px 20px #00000013;height:350px!important;max-height:350px!important}.bayern-featured-news-image{background:#eee;position:relative;overflow:hidden;height:350px!important;min-height:0!important}.bayern-featured-news-image img,.bayern-news-card-image img{object-fit:cover;object-position:center center;width:100%;height:100%;transition:transform .22s;display:block}.bayern-featured-news-card:hover img,.bayern-news-card:hover img{transform:scale(1.025)}.bayern-featured-news-content{background:#fff;flex-direction:column;justify-content:center;padding:10px 30px 28px;display:flex;height:350px!important}.bayern-featured-news-content span{color:#c71115;text-transform:uppercase;margin-bottom:16px;font-size:12px;font-weight:1000;line-height:1;display:block}.bayern-featured-news-content h2{color:#000;letter-spacing:-.8px;margin:0;font-size:30px;font-weight:1000;line-height:1.08}.bayern-featured-news-content p{color:#000;margin:18px 0 0;font-size:15px;font-weight:500;line-height:1.48}.bayern-news-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 24px;display:grid}.bayern-news-card{color:#000;background:#fff;border:1px solid #eee;border-radius:8px;min-width:0;text-decoration:none;overflow:hidden;box-shadow:0 6px 20px #00000013;height:320px!important}.bayern-news-card-image{background:#eee;position:relative;overflow:hidden;height:178px!important}.bayern-home-type-icon{z-index:5;color:#fff;border-radius:999px;place-items:center;width:32px;height:32px;display:grid;position:absolute;top:13px;left:13px;box-shadow:0 10px 24px #00000038}.bayern-home-type-icon.news{background:#c71115}.bayern-home-type-icon.video{background:#b4a55b}.bayern-news-card-body{height:142px;padding:15px 16px 20px}.bayern-news-card-meta{justify-content:space-between;align-items:center;gap:14px;min-height:22px;margin-bottom:11px;display:flex}.bayern-news-card-meta span{color:#c71115;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;font-weight:1000;line-height:1.15;overflow:hidden}.bayern-news-card-meta strong{color:#c71115;text-transform:uppercase;flex:none;font-size:12px;font-weight:1000;line-height:1}.bayern-news-card h2{color:#000;letter-spacing:-.3px;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:19px;font-weight:950;line-height:1.25;display:-webkit-box;overflow:hidden}.bayern-news-results{color:#555;margin:22px 0 12px;font-size:12px;font-weight:500;line-height:1.4}.bayern-load-more{color:#ed003b;cursor:pointer;background:#fff;border:1.5px solid #ed003b;border-radius:3px;height:37px;padding:0 15px;font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:950}.bayern-load-more:hover{color:#fff;background:#ed003b}.bayern-news-empty{color:#555;background:#fff;border:1px solid #eee;border-radius:8px;place-items:center;min-height:200px;font-size:15px;font-weight:900;display:grid}.bayern-card-logos{z-index:5;position:absolute;top:13px;left:13px}.bayern-card-logo.red{display:none!important}.bayern-card-logo.white{color:#fff;background:#d0001b;border-radius:999px;place-items:center;width:32px;height:32px;display:grid;box-shadow:0 10px 24px #00000038}.bayern-card-logo.white svg{width:14px;height:14px}@media (width<=1200px){.bayern-news-container,.bayern-news-breadcrumb{width:calc(100% - 40px)}.bayern-featured-news-card{height:auto!important;max-height:none!important}.bayern-featured-news-image,.bayern-featured-news-content{height:320px!important}.bayern-featured-news-content h2{font-size:28px}.bayern-news-card h2{font-size:18px}}@media (width<=900px){.bayern-news-filter-row{flex-direction:column}.bayern-news-filters{max-width:100%}.bayern-news-search{flex-basis:auto;width:100%}.bayern-featured-news-card{grid-template-columns:1fr}.bayern-featured-news-image{height:260px!important}.bayern-featured-news-content{padding:24px 20px 28px;height:auto!important}.bayern-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bayern-news-card{height:auto!important}.bayern-news-card-image{height:205px!important}}@media (width<=620px){.bayern-news-container,.bayern-news-breadcrumb{width:calc(100% - 28px)}.bayern-news-container{margin-top:26px}.bayern-news-title{font-size:28px}.bayern-news-grid{grid-template-columns:1fr}.bayern-news-card-image{height:220px!important}.bayern-featured-news-content h2{font-size:24px}.bayern-news-card h2{font-size:19px}}.girona-single-page{color:#252525;background:#fff;min-height:70vh;padding:0 0 72px;font-family:Arial,Helvetica,sans-serif}.girona-single-container{width:min(1240px,100% - 64px);margin:0 auto}.girona-single-hero{width:100%;margin:0;padding:0}.girona-single-media{background:#000;width:100%;height:560px;position:relative;overflow:hidden}.girona-single-media img,.girona-single-media video{border:0;width:100%;height:100%;display:block}.girona-single-media img{object-fit:cover}.girona-single-media video{object-fit:contain;background:#000}.girona-single-gradient{pointer-events:none;z-index:2;background:linear-gradient(#00000008 30%,#000000c7 100%),linear-gradient(90deg,#0000006b 0%,#0000 55%);transition:opacity .25s;position:absolute;inset:0}.girona-single-hero-content{z-index:3;color:#fff;transition:opacity .25s;position:absolute;bottom:32px;left:34px;right:34px}.girona-single-date{color:#fff;text-shadow:0 3px 14px #00000059;align-items:center;gap:7px;margin-bottom:10px;font-size:14px;font-weight:900;line-height:1;display:inline-flex}.girona-single-hero-content h1{color:#fff;letter-spacing:-1.6px;text-shadow:0 5px 24px #00000061;width:min(900px,100%);margin:0;font-size:clamp(34px,4.5vw,54px);font-weight:1000;line-height:1.03}.single-video-playing .girona-single-gradient,.single-video-playing .girona-single-hero-content,.single-video-playing .girona-single-media .bayern-home-type-icon{opacity:0;pointer-events:none}.girona-single-info-bar{border-bottom:1px solid #5500122e;justify-content:space-between;align-items:center;gap:18px;width:100%;margin:0 auto 26px;padding:15px 0 16px;display:flex}.girona-single-author{align-items:center;gap:10px;min-width:0;display:flex}.girona-single-author img{object-fit:cover;background:#f4f4f4;border-radius:999px;width:34px;height:34px}.girona-single-author h3{color:#4b0010;margin:0 0 4px;font-size:14px;font-weight:850;line-height:1}.girona-single-author p{color:#4b00109e;margin:0;font-size:12px;font-weight:650;line-height:1.2}.girona-single-share{flex:none;align-items:center;gap:8px;display:flex}.girona-single-share strong{color:#4b0010;font-size:14px;font-weight:950;line-height:1}.girona-single-share button{color:#4b0010;cursor:pointer;background:#fff;border:1.4px solid #4b0010;border-radius:999px;place-items:center;width:34px;height:34px;transition:all .2s;display:grid}.girona-single-share button svg{width:17px;height:17px}.girona-facebook-letter{font-family:Arial,Helvetica,sans-serif;font-size:20px;font-weight:1000;line-height:1;transform:translateY(1px)}.public-tournament-page{color:#111827;background:radial-gradient(circle at 0 0,#be8a3a2e,#0000 32%),linear-gradient(#070707 0%,#141414 48%,#f7f3ea 48% 100%);min-height:100vh}.public-tournament-hero{color:#fff;justify-content:space-between;align-items:flex-end;gap:18px;max-width:1180px;margin:0 auto;padding:84px 18px 34px;display:flex}.public-tournament-kicker{color:#f7d27b;text-transform:uppercase;letter-spacing:.06em;background:#f7d27b1a;border:1px solid #f7d27b47;border-radius:999px;align-items:center;gap:8px;width:fit-content;padding:8px 12px;font-size:12px;font-weight:900;display:inline-flex}.public-tournament-hero h1{letter-spacing:-.05em;max-width:820px;margin:16px 0 10px;font-size:clamp(34px,5vw,70px);font-weight:950;line-height:.95}.public-tournament-hero p{color:#ffffffbd;max-width:660px;margin:0;font-size:16px;line-height:1.7}.public-tournament-refresh{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:8px;min-height:44px;padding:0 18px;font-weight:900;display:inline-flex}.public-tournament-stats,.public-tournament-tabs,.public-tournament-section{max-width:1180px;margin-left:auto;margin-right:auto}.public-tournament-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:0 18px 18px;display:grid}.public-tournament-stats article{color:#fff;background:#ffffff14;border:1px solid #ffffff1f;border-radius:24px;gap:6px;padding:16px;display:grid}.public-tournament-stats svg{color:#f7d27b}.public-tournament-stats span{color:#ffffff9e;text-transform:uppercase;font-size:12px;font-weight:850}.public-tournament-stats strong{font-size:28px;font-weight:950;line-height:1}.public-tournament-tabs{flex-wrap:wrap;gap:10px;padding:0 18px;display:flex}.public-tournament-tabs button{color:#111827;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;min-height:44px;padding:0 18px;font-size:13px;font-weight:950;box-shadow:0 12px 25px #0f172a0f}.public-tournament-tabs button.active{color:#fff;background:#7f1d1d;border-color:#7f1d1d}.public-tournament-section{padding:18px}.public-tournament-section-head{margin-bottom:14px}.public-tournament-section-head h2{letter-spacing:-.04em;margin:0 0 4px;font-size:28px}.public-tournament-section-head p{color:#6b7280;margin:0}.public-match-grid,.public-groups-grid,.public-standings-grid{grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:14px;display:grid}.public-match-card,.public-group-card,.public-standing-card{background:#fff;border:1px solid #e5e7eb;border-radius:28px;padding:16px;box-shadow:0 20px 45px #0f172a14}.public-match-card.highlight{border-color:#b9893152}.public-match-head,.public-match-foot,.public-standing-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.public-match-head span{color:#f7d27b;background:#111827;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:950;display:inline-flex}.public-match-head em,.public-match-row em,.public-standing-head em{text-transform:uppercase;border-radius:999px;align-items:center;min-height:26px;padding:0 9px;font-size:10px;font-style:normal;font-weight:950;display:inline-flex}.status-live{color:#dc2626;background:#fef2f2}.status-finished,.public-standing-head em.complete{color:#15803d;background:#ecfdf5}.status-scheduled,.public-standing-head em.progress{color:#6b7280;background:#f3f4f6}.status-postponed{color:#2563eb;background:#eff6ff}.status-cancelled{color:#374151;background:#f3f4f6}.public-match-main{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:10px;margin:18px 0;display:grid}.public-match-main>strong,.public-match-row-teams>strong{color:#7f1d1d;text-align:center;min-width:52px;font-weight:950}.public-tournament-team-inline{align-items:center;gap:9px;min-width:0;display:flex}.public-tournament-team-inline span{color:#fff;background:#111827;border-radius:12px;flex:none;place-items:center;width:34px;height:34px;font-size:13px;font-weight:950;display:grid;overflow:hidden}.public-tournament-team-inline img{object-fit:contain;width:100%;height:100%}.public-tournament-team-inline strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:950;overflow:hidden}.public-match-foot span{color:#6b7280;font-size:12px;font-weight:850}.public-match-foot a,.public-live-mini{color:#fff;background:#7f1d1d;border-radius:999px;align-items:center;gap:6px;min-height:30px;padding:0 10px;font-size:11px;font-weight:950;text-decoration:none;display:inline-flex}.public-program-day{margin-bottom:18px}.public-program-day h3{color:#fff;text-transform:uppercase;background:linear-gradient(135deg,#111827,#7f1d1d);border-radius:18px;align-items:center;gap:8px;margin:0 0 10px;padding:12px 14px;font-size:14px;display:flex}.public-match-list{gap:8px;display:grid}.public-match-row{background:#fff;border:1px solid #e5e7eb;border-radius:18px;grid-template-columns:54px 60px 110px minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:10px;display:grid}.public-match-no{color:#7f1d1d;font-weight:950}.public-match-time,.public-match-stage{color:#6b7280;font-size:12px;font-weight:850}.public-match-row-teams{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:10px;min-width:0;display:grid}.public-group-card h3,.public-standing-card h3{letter-spacing:-.03em;margin:0 0 14px;font-size:21px}.public-group-team{border-top:1px solid #f3f4f6;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 0;display:grid}.public-group-team span{color:#fff;background:#111827;border-radius:14px;place-items:center;width:38px;height:38px;display:grid;overflow:hidden}.public-group-team img{object-fit:contain;width:100%;height:100%}.public-group-team strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:950;overflow:hidden}.public-group-team small{color:#6b7280;text-transform:uppercase;font-size:11px;font-weight:850}.public-standing-table-wrap{overflow-x:auto}.public-standing-table{border-collapse:collapse;width:100%}.public-standing-table th,.public-standing-table td{text-align:center;white-space:nowrap;border-bottom:1px solid #f3f4f6;padding:10px 8px;font-size:12px}.public-standing-table th{color:#6b7280;text-transform:uppercase;font-size:10px;font-weight:950}.public-standing-table td:nth-child(2),.public-standing-table th:nth-child(2){text-align:left}.public-tournament-loading,.public-tournament-error,.public-tournament-empty{text-align:center;color:#fff;place-items:center;min-height:50vh;padding:70px 20px;display:grid}.public-tournament-error button{color:#fff;cursor:pointer;background:#7f1d1d;border:0;border-radius:999px;min-height:42px;padding:0 16px;font-weight:900}@media (width<=800px){.public-tournament-hero{flex-direction:column;align-items:flex-start}.public-tournament-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.public-match-row,.public-match-row-teams,.public-match-main{grid-template-columns:1fr}.public-match-main>strong,.public-match-row-teams>strong{text-align:left}}@media (width<=520px){.public-tournament-stats{grid-template-columns:1fr}.public-group-team{grid-template-columns:42px minmax(0,1fr)}.public-group-team small{grid-column:2}}.amf-live-carousel,.amf-match-carousel-wrap{max-width:1180px;margin:0 auto;padding:18px}.amf-live-carousel{margin-top:-12px}.amf-live-carousel-head,.amf-match-carousel-head{justify-content:space-between;align-items:flex-end;gap:14px;margin-bottom:12px;display:flex}.amf-live-carousel-head span,.amf-match-carousel-head span{color:#f7d27b;text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:7px;width:fit-content;font-size:12px;font-weight:950;display:inline-flex}.amf-match-carousel-head span{color:#7f1d1d}.amf-live-carousel-head h2,.amf-match-carousel-head h2{color:#fff;letter-spacing:-.04em;margin:5px 0 0;font-size:24px;font-weight:950;line-height:1}.amf-match-carousel-head h2{color:#111827}.amf-carousel-controls{align-items:center;gap:8px;display:flex}.amf-carousel-controls button{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff2e;border-radius:999px;place-items:center;width:38px;height:38px;display:grid}.amf-carousel-controls.light button{color:#111827;background:#fff;border-color:#e5e7eb;box-shadow:0 10px 24px #0f172a14}.amf-carousel-controls button:disabled{opacity:.45;cursor:not-allowed}.amf-live-track{grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:14px;display:grid}.amf-live-card{opacity:.78;border-radius:28px;min-height:230px;padding:2px;transition:all .25s;position:relative;overflow:hidden;transform:scale(.985)}.amf-live-card.active{opacity:1;transform:scale(1)}.amf-live-snake-border{background:conic-gradient(#0000 0deg 230deg,#f7d27b 265deg,#ef233c 290deg,#0000 330deg 360deg);animation:3.6s linear infinite amfSnakeRotate;position:absolute;inset:-40%}@keyframes amfSnakeRotate{to{transform:rotate(360deg)}}.amf-live-card-content{z-index:2;color:#fff;background:radial-gradient(circle at 10% 0,#f7d27b24,#0000 28%),linear-gradient(135deg,#000 0%,#6a1010 55%,#09090b 100%);border-radius:26px;gap:15px;height:100%;min-height:226px;padding:18px;display:grid;position:relative}.amf-live-card-top,.amf-live-card-bottom{justify-content:space-between;align-items:center;gap:12px;display:flex}.amf-live-card-top span{color:#f7d27b;background:#f7d27b24;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:950;display:inline-flex}.amf-live-card-top em{color:#fff;text-transform:uppercase;background:#dc2626;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:10px;font-style:normal;font-weight:950;display:inline-flex}.amf-live-versus{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:12px;display:grid}.amf-live-versus>strong{color:#f7d27b;text-align:center;background:#ffffff1a;border-radius:18px;min-width:58px;padding:12px 10px;font-size:20px;font-weight:950}.amf-live-team{text-align:center;justify-items:center;gap:10px;min-width:0;display:grid}.amf-live-team span{color:#111827;background:#fff;border-radius:22px;place-items:center;width:64px;height:64px;font-weight:950;display:grid;overflow:hidden}.amf-live-team img{object-fit:contain;width:100%;height:100%}.amf-live-team strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:13px;font-weight:950;line-height:1.2;overflow:hidden}.amf-live-card-bottom span{color:#ffffffad;font-size:12px;font-weight:850}.amf-live-card-bottom a,.amf-live-card-bottom small{color:#fff;background:#ef233c;border-radius:999px;align-items:center;gap:7px;min-height:34px;padding:0 12px;font-size:11px;font-weight:950;text-decoration:none;display:inline-flex}.amf-live-card-bottom small{background:#ffffff1a}.amf-match-carousel-wrap{padding-top:4px;padding-bottom:24px}.amf-match-carousel-window{overflow:hidden}.amf-match-carousel-track{will-change:transform;gap:18px;transition:transform .35s;display:flex}.amf-match-slide-card{background:linear-gradient(135deg,#7f1d1d0f,#0000 42%),#fff;border:1px solid #e5e7eb;border-radius:26px;flex:0 0 min(370px,88vw);width:min(370px,88vw);padding:16px;box-shadow:0 22px 55px #0f172a17}.amf-match-status{text-transform:uppercase;border-radius:999px;align-items:center;width:fit-content;min-height:28px;padding:0 10px;font-size:10px;font-weight:950;display:inline-flex}.amf-match-status.scheduled{color:#4b5563;background:#f3f4f6}.amf-match-status.live{color:#dc2626;background:#fef2f2}.amf-match-status.finished{color:#15803d;background:#ecfdf5}.amf-match-status.postponed{color:#2563eb;background:#eff6ff}.amf-match-slide-main{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:10px;margin:16px 0;display:grid}.amf-match-carousel-team{text-align:center;justify-items:center;gap:8px;min-width:0;display:grid}.amf-match-carousel-team span{color:#fff;background:#111827;border-radius:18px;place-items:center;width:54px;height:54px;font-weight:950;display:grid;overflow:hidden}.amf-match-carousel-team img{object-fit:contain;width:100%;height:100%}.amf-match-carousel-team strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:12px;font-weight:950;line-height:1.2;overflow:hidden}.amf-match-slide-score{text-align:center;min-width:72px}.amf-match-slide-score strong{color:#111827;font-size:22px;font-weight:950;line-height:1;display:block}.amf-match-slide-score small{color:#7f1d1d;text-transform:uppercase;margin-top:5px;font-size:10px;font-weight:950;display:block}.amf-match-slide-foot{border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;gap:8px;padding-top:12px;display:flex}.amf-match-slide-foot span{color:#6b7280;align-items:center;gap:5px;font-size:11px;font-weight:850;display:inline-flex}.amf-match-slide-foot em{color:#7f1d1d;font-size:11px;font-style:normal;font-weight:950}.amf-carousel-dots{justify-content:center;align-items:center;gap:7px;margin-top:14px;display:flex}.amf-carousel-dots button{cursor:pointer;background:#ffffff38;border:0;border-radius:999px;width:18px;height:5px;transition:all .2s}.amf-carousel-dots.dark button{background:#d1d5db}.amf-carousel-dots button.active{background:#ef233c;width:34px}@media (width<=760px){.amf-live-carousel-head,.amf-match-carousel-head{flex-direction:column;align-items:flex-start}.amf-live-versus,.amf-match-slide-main{grid-template-columns:1fr}.amf-live-versus>strong,.amf-match-slide-score{margin:0 auto}.amf-live-card-top,.amf-live-card-bottom,.amf-match-slide-foot{flex-direction:column;align-items:flex-start}}.website-hero-live-center{z-index:4;pointer-events:none;justify-content:center;align-items:flex-end;width:100%;min-height:calc(100vh - 82px);padding:0 24px 2vh;display:flex;position:relative}.website-hero-live-center .amf-live-carousel{pointer-events:auto;width:min(1194px,87vw);max-width:none;margin:0 auto;padding:0}.website-hero-live-center .amf-live-track{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.website-hero-live-center .amf-live-card{opacity:1;border-radius:18px;min-height:128px;transform:none}.website-hero-live-center .amf-live-card-content{border-radius:16px;gap:10px;min-height:124px;padding:12px}.website-hero-live-center .amf-live-card-top span{min-height:22px;padding:0 8px;font-size:10px}.website-hero-live-center .amf-live-card-top em{min-height:22px;padding:0 8px;font-size:9px}.website-hero-live-center .amf-live-versus{gap:8px}.website-hero-live-center .amf-live-team{gap:6px}.website-hero-live-center .amf-live-team span{border-radius:14px;width:40px;height:40px}.website-hero-live-center .amf-live-team strong{max-width:70px;font-size:10px}.website-hero-live-center .amf-live-versus>strong{border-radius:14px;min-width:48px;padding:9px 7px;font-size:18px}@media (width<=900px){.website-hero-live-center{justify-content:center;align-items:flex-end;min-height:calc(100vh - 72px);padding:0 18px 2vh}.website-hero-live-center .amf-live-carousel{width:min(330px,88vw)}.website-hero-live-center .amf-live-carousel-head{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:10px}.website-hero-live-center .amf-live-carousel-head span{font-size:10px}.website-hero-live-center .amf-carousel-controls button{width:34px;height:34px}.website-hero-live-center .amf-live-track{grid-template-columns:1fr}.website-hero-live-center .amf-live-card{border-radius:20px;min-height:150px}.website-hero-live-center .amf-live-card-content{border-radius:18px;min-height:146px;padding:13px}.website-hero-live-center .amf-live-versus{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}.website-hero-live-center .amf-live-team span{width:42px;height:42px}.website-hero-live-center .amf-live-team strong{max-width:82px;font-size:10px}.website-hero-live-center .amf-live-versus>strong{min-width:48px;font-size:18px}.website-hero-live-center .amf-carousel-dots{margin-top:12px}}@media (width<=420px){.website-hero-live-center{padding-bottom:2vh}.website-hero-live-center .amf-live-carousel{width:min(310px,90vw)}}.website-hero-live-center .amf-live-track:has(.amf-live-card:only-child){grid-template-columns:minmax(0,340px);justify-content:center}.website-hero-live-center .amf-live-track:has(.amf-live-card:nth-child(2):last-child){grid-template-columns:repeat(2,minmax(0,340px));justify-content:center}.website-hero-live-center .amf-live-carousel-head{justify-content:space-between}.website-hero-live-center .amf-live-carousel.hero-few-matches .amf-live-carousel-head{justify-content:center}.website-hero-live-center .amf-live-carousel.hero-few-matches .amf-live-carousel-head>div:first-child{justify-content:center;width:100%;display:flex}.website-hero-live-center .amf-live-carousel.hero-few-matches .amf-carousel-controls{position:absolute;right:0}
