tournament-overview,tournament-overview-small,tournament-detail,tournament-ranking,tournament-ranking-detail,tournament-courses-calendar{--fwt-font-family:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--fwt-font-heading:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--fwt-font-weight-heading:700;--fwt-color-primary:#003bb0;--fwt-color-primary-light:#3362c0;--fwt-color-secondary:#f33;--fwt-color-text:#1e1e1e;--fwt-color-text-muted:#656565;--fwt-color-background:#fff;--fwt-color-surface:#f3f5f8;--fwt-color-border:#e0e0e0;--fwt-color-tag-bg:#d3d7e0;--fwt-color-tag-text:#1e1e1e;--fwt-border-radius:8px}.fwt-widget *,.fwt-widget :before,.fwt-widget :after{box-sizing:border-box;margin:0;padding:0}.fwt-widget{font-family:var(--fwt-font-family);color:var(--fwt-color-text);-webkit-font-smoothing:antialiased;line-height:1.5}.fwt-loading{color:var(--fwt-color-text-muted);align-items:center;gap:.5rem;padding:2rem 0;font-size:.95rem;display:flex}.fwt-spinner{border:2px solid var(--fwt-color-border);border-top-color:var(--fwt-color-primary);border-radius:50%;width:1.25rem;height:1.25rem;animation:.6s linear infinite fwt-spin}@keyframes fwt-spin{to{transform:rotate(360deg)}}.fwt-pill-toggle{background:var(--fwt-color-surface);border:none;border-radius:999px;align-self:flex-start;align-items:center;padding:.25rem;display:inline-flex}.fwt-pill-toggle__btn{cursor:pointer;color:var(--fwt-color-primary);font-size:.875rem;font-weight:600;font-family:var(--fwt-font-family);background:0 0;border:none;border-radius:999px;padding:.45rem 1.25rem;line-height:1.4;transition:all .15s}.fwt-pill-toggle__btn:hover{background:#003bb014}.fwt-pill-toggle__btn--active{background:var(--fwt-color-primary);color:#fff}.fwt-pill-toggle__btn--active:hover{background:var(--fwt-color-primary)}.fwt-pill-toggle__btn--disabled{color:var(--fwt-color-text-muted);opacity:.5;cursor:not-allowed}.fwt-pill-toggle__btn--disabled:hover{background:0 0}.fwt-tag{color:var(--fwt-color-tag-text);background:var(--fwt-color-tag-bg);border-radius:999px;padding:.15rem .4rem;font-size:.75rem;font-weight:600;display:inline-block}.fwt-tag--outline{color:var(--fwt-color-tag-text);background:#fff;border:none}.fwt-tag--subtle{color:var(--fwt-color-text);background:var(--fwt-color-border);border:none;border-radius:999px;padding:.35rem 1rem;font-size:.8rem;font-weight:500;display:inline-block}.fwt-card{background:var(--fwt-color-surface);border-radius:var(--fwt-border-radius);padding:2rem}@media (width<=768px){.fwt-card{padding:1.25rem}}.fwt-table{border-collapse:collapse;width:100%;font-size:.85rem}.fwt-table th{text-align:left;color:var(--fwt-color-text);border-bottom:2px solid var(--fwt-color-border);padding:.5rem .75rem;font-weight:600}.fwt-table td{border-bottom:1px solid var(--fwt-color-border);padding:.5rem .75rem}.fwt-empty{text-align:center;color:var(--fwt-color-text-muted);padding:1.5rem;font-style:italic}.fwt-error{background:var(--fwt-color-surface);border-radius:var(--fwt-border-radius);color:var(--fwt-color-text);text-align:center;padding:2rem;font-size:.95rem}.fwt-error__link{color:var(--fwt-color-primary);margin-top:.75rem;font-weight:500;text-decoration:none;display:block}.fwt-error__link:hover{text-decoration:underline}.fwt-filter-select{border:1.5px solid var(--fwt-color-border);font-size:.875rem;font-family:var(--fwt-font-family);color:var(--fwt-color-text);background:var(--fwt-color-background);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23333' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;border-radius:999px;padding:.5rem 2rem .5rem 1rem}.fwt-filter-search{border:1.5px solid var(--fwt-color-border);font-size:.875rem;font-family:var(--fwt-font-family);color:var(--fwt-color-text);background:var(--fwt-color-background);border-radius:999px;outline:none;padding:.5rem 1rem}.fwt-filter-search:focus{border-color:var(--fwt-color-primary)}.fwt-filter-field{flex-direction:column;gap:.25rem;display:flex}.fwt-filter-label{color:var(--fwt-color-text-muted);text-transform:uppercase;letter-spacing:.03em;font-size:.75rem;font-weight:600}@property --fwt-fade-left{syntax:"<length>";inherits:false;initial-value:0}@property --fwt-fade-right{syntax:"<length>";inherits:false;initial-value:0}@keyframes fwt-scroll-fade{0%{--fwt-fade-left:0px;--fwt-fade-right:4rem}10%{--fwt-fade-left:4rem}90%{--fwt-fade-right:4rem}to{--fwt-fade-left:4rem;--fwt-fade-right:0px}}.fwt-scroll-table{-webkit-mask-image:linear-gradient(to right, transparent, #000 var(--fwt-fade-left) calc(100% - var(--fwt-fade-right)), transparent);mask-image:linear-gradient(to right, transparent, #000 var(--fwt-fade-left) calc(100% - var(--fwt-fade-right)), transparent);animation:linear fwt-scroll-fade;animation-timeline:scroll(self x);overflow-x:auto}.fwt-link{color:var(--fwt-color-primary);font-size:.875rem;font-weight:500;text-decoration:none}.fwt-link:hover{text-decoration:underline}.fwt-section{margin-bottom:1.5rem}.fwt-section__title{font-family:var(--fwt-font-heading);text-transform:uppercase;color:var(--fwt-color-text);margin-bottom:.75rem;font-size:1.2rem;font-weight:700}.fwt-section__text{color:var(--fwt-color-text);font-size:.9rem;line-height:1.6}.fwt-tag-group{flex-wrap:wrap;gap:.5rem;display:flex}.fwt-data-row{margin-bottom:.75rem}.fwt-data-row__label{color:var(--fwt-color-text-muted);font-size:.8rem}.fwt-data-row__value{color:var(--fwt-color-text);font-size:.9rem;font-weight:500}.fwt-subtabs{border-bottom:1px solid var(--fwt-color-border);gap:0;margin-bottom:1.25rem;display:flex}.fwt-subtab{color:var(--fwt-color-text-muted);cursor:pointer;font-size:.875rem;font-weight:500;font-family:var(--fwt-font-family);background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.4rem 1.25rem;transition:all .15s}.fwt-subtab:hover{color:var(--fwt-color-text)}.fwt-subtab--active{border-bottom-color:var(--fwt-color-primary);color:var(--fwt-color-primary);font-weight:600}.fwt-html-content{font-size:.9rem;line-height:1.6}.fwt-html-content p{margin-bottom:.5rem}.fwt-page-title{font-family:var(--fwt-font-heading);text-transform:uppercase;color:var(--fwt-color-text);margin-bottom:.75rem;font-size:1.75rem;font-weight:700}@media (width<=640px){.fwt-page-title{font-size:1.35rem}}.fwt-breadcrumb{margin-bottom:.75rem}.fwt-meta{color:var(--fwt-color-text);font-size:.9rem}.fwt-meta--muted{color:var(--fwt-color-text-muted)}.fwto-agenda-filters{flex-direction:column;gap:1.25rem;margin-bottom:1.5rem;display:flex}.fwto-pill-toggle__text{white-space:nowrap;display:inline-block}.fwto-pill-toggle__btn--second{max-width:300px;transition:max-width .35s cubic-bezier(.4,0,.2,1),padding .35s cubic-bezier(.4,0,.2,1),opacity .25s;overflow:hidden}.fwto-pill-toggle__btn--collapsed{opacity:0;pointer-events:none;max-width:0;padding-left:0;padding-right:0}.fwto-filter-select-group{flex-wrap:wrap;gap:.5rem;display:flex}.fwto-month-group{margin-bottom:1.5rem}.fwto-month-title{font-family:var(--fwt-font-heading);text-transform:uppercase;color:var(--fwt-color-text);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.fwto-event-card{background:var(--fwt-color-surface);border-radius:var(--fwt-border-radius);align-items:center;gap:1rem;margin-bottom:.5rem;padding:8px;display:flex}.fwto-date-badge{border-radius:var(--fwt-border-radius);background:var(--fwt-color-background);text-align:center;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:100px;min-width:100px;height:100px;padding:.5rem;display:flex}.fwto-date-badge__day{font-family:var(--fwt-font-heading);color:var(--fwt-color-secondary);white-space:nowrap;font-size:1.5rem;font-weight:700;line-height:1.1}.fwto-date-badge--samemonth{width:100px}.fwto-date-badge__month{color:var(--fwt-color-text);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.fwto-date-badge--multiday{padding:.4rem .5rem}.fwto-date-badge--multiday .fwto-date-badge__day{font-size:1rem}.fwto-date-badge__separator{color:var(--fwt-color-text-muted);font-size:.7rem;font-weight:400}.fwto-event-info{flex:1;min-width:0}.fwto-event-name{font-family:var(--fwt-font-heading);color:var(--fwt-color-text);margin-bottom:.25rem;font-size:1rem;font-weight:700}.fwto-event-name a{color:inherit;text-decoration:none}.fwto-event-name a:hover{color:var(--fwt-color-primary);text-decoration:underline}.fwto-event-meta{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.fwto-event-action{text-align:right;flex-shrink:0}.fwto-event-action a{color:var(--fwt-color-primary);white-space:nowrap;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex}.fwto-event-action a:hover{text-decoration:underline}.fwto-event-action__arrow{font-size:1rem}.fwto-agenda-footer{flex-direction:column;align-items:center;gap:1rem;margin-top:1.75rem;display:flex}.fwto-results-summary{color:var(--fwt-color-text-muted);text-align:center;margin:0;font-size:.875rem}.fwto-pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.375rem;display:flex}.fwto-pagination-ellipsis{min-width:2rem;height:2.5rem;color:var(--fwt-color-text-muted);justify-content:center;align-items:flex-end;padding-bottom:.25rem;font-size:.875rem;display:inline-flex}.fwto-pagination-btn{background:var(--fwt-color-background);border:1px solid var(--fwt-color-border);border-radius:var(--fwt-border-radius);min-width:2.5rem;height:2.5rem;color:var(--fwt-color-text);cursor:pointer;justify-content:center;align-items:center;gap:.375rem;padding:0 .75rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.fwto-pagination-btn:hover:not(:disabled){background:var(--fwt-color-surface);border-color:var(--fwt-color-primary-light)}.fwto-pagination-btn:disabled{opacity:.4;cursor:not-allowed}.fwto-pagination-btn--active{background:var(--fwt-color-primary);border-color:var(--fwt-color-primary);color:#fff}.fwto-pagination-btn--active:hover:not(:disabled){background:var(--fwt-color-primary-light);border-color:var(--fwt-color-primary-light);color:#fff}.fwto-pagination-btn--edge{padding:0 1rem}@media (width<=768px){.fwto-event-card{flex-wrap:wrap}.fwto-event-action{text-align:left;width:100%;padding-left:calc(100px + 1rem)}.fwto-filter-select-group{flex-direction:column}.fwto-pagination{gap:.25rem}.fwto-pagination-btn{min-width:2.25rem;height:2.25rem}.fwto-pagination-btn--edge span:last-child{display:none}}@media (width>=769px){.fwto-event-action{min-width:10rem}}
/*$vite$:1*/