*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green: #2d7a4f;--green-dark: #1f5c3a;--green-light: #e8f5ee;--accent: #f5c842;--text: #1a1a2e;--text-muted: #6b7280;--border: #e5e7eb;--surface: #ffffff;--bg: #f9fafb;--radius: 10px;--shadow: 0 1px 3px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.06);--shadow-md: 0 4px 6px rgba(0,0,0,.07), 0 2px 4px rgba(0,0,0,.06);--shadow-lg: 0 10px 25px rgba(0,0,0,.1)}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}a.btn-primary,.navbar-links a.btn-primary{color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.5rem 1.25rem;border-radius:var(--radius);font-size:.9rem;font-weight:600;cursor:pointer;border:2px solid transparent;transition:background .15s,color .15s,border-color .15s,box-shadow .15s;white-space:nowrap;text-decoration:none}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--green);color:#fff;border-color:var(--green)}.btn-primary:hover:not(:disabled){background:var(--green-dark);border-color:var(--green-dark)}.btn-ghost{background:transparent;color:var(--text);border-color:var(--border)}.btn-ghost:hover:not(:disabled){background:var(--green-light);border-color:var(--green);color:var(--green-dark)}.btn-white{background:#fff;color:var(--green-dark);border-color:#fff}.btn-white:hover:not(:disabled){background:var(--green-light)}.btn-lg{padding:.75rem 2rem;font-size:1rem}.btn-full{width:100%}.section-inner{max-width:1100px;margin:0 auto;padding:0 1.5rem}.navbar{position:sticky;top:0;z-index:100;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.navbar-inner{max-width:1100px;margin:0 auto;padding:0 1.5rem;height:64px;display:flex;align-items:center;justify-content:space-between}.navbar-logo{font-size:1.2rem;font-weight:700;color:var(--green-dark);display:flex;align-items:center;gap:.4rem}.logo-ball{font-size:1.4rem}.logo-img{height:44px;width:auto;display:block}.navbar-links{display:flex;align-items:center;gap:1.5rem}.navbar-links a:not(.btn){color:var(--text-muted);font-size:.9rem;font-weight:500;transition:color .15s}.navbar-links a:not(.btn):hover{color:var(--green)}.navbar-user{font-size:.9rem;font-weight:500;color:var(--text-muted)}.hero{min-height:calc(100vh - 64px);display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1100px;margin:0 auto;padding:4rem 1.5rem}@media (max-width: 768px){.hero{grid-template-columns:1fr}.hero-visual,.navbar-user{display:none}}.hero-badge{display:inline-block;background:var(--green-light);color:var(--green);font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:.3rem .8rem;border-radius:999px;margin-bottom:1.25rem}.hero-title{font-size:clamp(2rem,4vw,3.25rem);font-weight:800;line-height:1.15;margin-bottom:1.25rem;color:var(--text)}.hero-accent{color:var(--green)}.hero-sub{font-size:1.05rem;color:var(--text-muted);max-width:480px;margin-bottom:2rem;line-height:1.7}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.hero-visual{display:flex;align-items:center;justify-content:center}.court{position:relative;width:320px;height:420px;background:#3a8c5c;border-radius:8px;border:4px solid #2d7a4f;overflow:hidden;box-shadow:var(--shadow-lg)}.court-line{position:absolute;background:#ffffffb3}.court-center{left:50%;top:0;bottom:0;width:2px;transform:translate(-50%)}.court-service-left{left:10%;right:50%;top:25%;height:2px}.court-service-right{left:50%;right:10%;top:25%;height:2px}.court-net{position:absolute;left:5%;right:5%;top:50%;height:6px;background:#ffffffe6;border-radius:3px;transform:translateY(-50%)}.tennis-ball{position:absolute;width:28px;height:28px;background:radial-gradient(circle at 35% 35%,#d4f53c,#a8cc00);border-radius:50%;top:38%;left:65%;box-shadow:2px 2px 6px #0000004d;animation:bounce 2.4s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.features{background:var(--surface);padding:5rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.section-title{font-size:2rem;font-weight:800;text-align:center;margin-bottom:.75rem}.section-sub{text-align:center;color:var(--text-muted);margin-bottom:3rem;font-size:1.05rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.feature-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;transition:box-shadow .2s,border-color .2s}.feature-card:hover{box-shadow:var(--shadow-md);border-color:var(--green)}.feature-icon{font-size:2rem;margin-bottom:.75rem}.feature-card h3{font-size:1.05rem;font-weight:700;margin-bottom:.4rem}.feature-card p{font-size:.9rem;color:var(--text-muted);line-height:1.6}.cta-banner{background:linear-gradient(135deg,var(--green-dark),var(--green));color:#fff;padding:5rem 0;text-align:center}.cta-logo{height:80px;width:auto;margin:0 auto 1.5rem;display:block;filter:brightness(0) invert(1)}.cta-inner h2{font-size:2rem;font-weight:800;margin-bottom:.75rem}.cta-inner p{font-size:1.05rem;opacity:.85;margin-bottom:2rem}.footer{background:var(--surface);border-top:1px solid var(--border);padding:1.5rem 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-copy{font-size:.85rem;color:var(--text-muted)}.login-page{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}@media (max-width: 768px){.login-page{grid-template-columns:1fr}.login-left{display:none}}.login-left{position:relative;background:linear-gradient(160deg,var(--green-dark) 0%,var(--green) 100%);display:flex;flex-direction:column;justify-content:center;padding:3rem;overflow:hidden}.login-brand .navbar-logo{color:#fff;font-size:1.5rem;margin-bottom:1.25rem}.login-logo-img{height:80px;width:auto;display:block;margin-bottom:1.25rem;filter:brightness(0) invert(1)}.login-brand-tagline{color:#fffc;font-size:1rem;max-width:320px;line-height:1.7}.login-court-bg{position:absolute;bottom:-60px;right:-60px;width:300px;height:400px;background:#ffffff0f;border-radius:8px;border:2px solid rgba(255,255,255,.1);transform:rotate(10deg)}.login-right{display:flex;align-items:center;justify-content:center;padding:2rem;background:var(--bg)}.login-card{width:100%;max-width:420px;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:2.5rem;box-shadow:var(--shadow-lg)}.login-header{margin-bottom:1.75rem}.login-header h1{font-size:1.6rem;font-weight:800;margin-bottom:.35rem}.login-header p{color:var(--text-muted);font-size:.9rem}.alert{padding:.75rem 1rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;margin-bottom:1.25rem}.alert-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.4rem;color:var(--text)}.form-group-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem}.form-group-row label{margin-bottom:0}.form-group input{width:100%;padding:.6rem .875rem;border:1.5px solid var(--border);border-radius:var(--radius);font-size:.9rem;color:var(--text);background:var(--bg);transition:border-color .15s,box-shadow .15s;outline:none}.form-group input::placeholder{color:#9ca3af}.form-group input:focus{border-color:var(--green);box-shadow:0 0 0 3px #2d7a4f26;background:var(--surface)}.form-group input:disabled{opacity:.6;cursor:not-allowed}.form-link{color:var(--green);font-size:.8rem;font-weight:600;transition:color .15s}.form-link:hover{color:var(--green-dark);text-decoration:underline}.btn-full{margin-top:.25rem}.login-footer-text{margin-top:1.5rem;text-align:center;font-size:.875rem;color:var(--text-muted)}.role-grid{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.role-card{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border:2px solid var(--border);border-radius:var(--radius);background:var(--bg);cursor:pointer;text-align:left;transition:border-color .15s,background .15s,box-shadow .15s;width:100%}.role-card:hover{border-color:var(--green);background:var(--green-light);box-shadow:var(--shadow-md)}.role-icon{font-size:1.75rem;flex-shrink:0}.role-label{font-size:.95rem;font-weight:700;color:var(--text);display:block}.role-desc{font-size:.8rem;color:var(--text-muted);display:block;margin-top:.15rem}.back-btn{background:none;border:none;color:var(--green);font-size:.85rem;font-weight:600;cursor:pointer;padding:0;margin-bottom:.75rem;display:block}.back-btn:hover{color:var(--green-dark);text-decoration:underline}.optional{font-weight:400;color:var(--text-muted);font-size:.8rem}.dash-layout{display:grid;grid-template-columns:240px 1fr;min-height:100vh;background:var(--bg)}@media (max-width: 768px){.dash-layout{grid-template-columns:1fr}.sidebar{flex-direction:row;align-items:center;width:100%;height:auto;padding:.5rem .75rem;border-right:none;border-bottom:1px solid var(--border);overflow-x:auto;z-index:50}.sidebar-logo{display:none}.sidebar-nav{flex:0 0 auto;flex-direction:row;padding:0;gap:.25rem}.sidebar-link{padding:.5rem .6rem;white-space:nowrap}.sidebar-footer{flex-direction:row;align-items:center;margin-top:0;margin-left:auto;padding:0;border-top:none;flex-shrink:0}.sidebar-user-name,.sidebar-user-role{display:none}}.sidebar{background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:1.25rem 0;position:sticky;top:0;height:100vh;overflow-y:auto}.sidebar-logo{padding:0 1.25rem 1.5rem;display:block}.sidebar-logo-img{height:40px;width:auto}.sidebar-nav{flex:1;display:flex;flex-direction:column;gap:.25rem;padding:0 .75rem}.sidebar-link{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;color:var(--text-muted);transition:background .15s,color .15s}.sidebar-link:hover{background:var(--green-light);color:var(--green-dark)}.sidebar-link-active{background:var(--green-light);color:var(--green-dark);font-weight:700}.sidebar-footer{padding:1rem .75rem 0;border-top:1px solid var(--border);margin-top:auto;display:flex;flex-direction:column;gap:.75rem}.sidebar-user{display:flex;align-items:center;gap:.75rem}.sidebar-avatar{width:36px;height:36px;background:var(--green);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.sidebar-user-name{font-size:.875rem;font-weight:600}.sidebar-user-role{font-size:.75rem;color:var(--text-muted)}.btn-sm{padding:.35rem .75rem;font-size:.8rem}.dash-main{padding:2rem;overflow-y:auto}.dash-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.dash-title{font-size:1.6rem;font-weight:800}.dash-sub{color:var(--text-muted);font-size:.9rem;margin-top:.25rem}.stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.stat-value{font-size:2rem;font-weight:800;color:var(--green);line-height:1}.stat-label{font-size:.8rem;color:var(--text-muted);margin-top:.35rem}.dash-section{margin-bottom:2.5rem}.dash-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.dash-section-header h2{font-size:1.1rem;font-weight:700}.dash-empty{text-align:center;padding:3rem;color:var(--text-muted);background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius)}.dash-empty-icon{font-size:2.5rem;margin-bottom:.75rem}.dash-empty p{margin-bottom:1rem}.tournament-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.t-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;transition:box-shadow .2s,border-color .2s;text-decoration:none;color:inherit}.t-card:hover{box-shadow:var(--shadow-md);border-color:var(--green)}.t-card-action{margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--border)}.t-card-status-pill{display:inline-block;font-size:.72rem;font-weight:600;padding:.2rem .6rem;border-radius:20px}.t-card-status-pending{background:#fef9c3;color:#92400e}.t-card-status-approved{background:#dcfce7;color:#14532d}.t-card-header{display:flex;justify-content:space-between;align-items:center}.t-badge{display:inline-block;padding:.2rem .6rem;border-radius:999px;font-size:.72rem;font-weight:700;color:#fff}.t-badge-lg{font-size:.85rem;padding:.3rem .9rem}.t-surface{font-size:.75rem;color:var(--text-muted);font-weight:600}.t-card-name{font-size:1rem;font-weight:700}.t-card-meta{display:flex;gap:.75rem;font-size:.8rem;color:var(--text-muted);flex-wrap:wrap}.t-card-dates{font-size:.78rem;color:var(--text-muted);margin-top:.25rem}.steps-bar{display:flex;gap:0;margin-bottom:2rem;border-bottom:2px solid var(--border);padding-bottom:1rem}.step-item{display:flex;align-items:center;gap:.5rem;flex:1;flex-direction:column}.step-dot{width:32px;height:32px;border-radius:50%;background:var(--border);color:var(--text-muted);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;transition:background .2s,color .2s}.step-active .step-dot{background:var(--green);color:#fff}.step-done .step-dot{background:var(--green-light);color:var(--green-dark)}.step-label{font-size:.75rem;color:var(--text-muted);font-weight:500}.step-active .step-label{color:var(--green-dark);font-weight:700}.form-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:2rem;max-width:760px}.form-section-title{font-size:1.1rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.form-group textarea{width:100%;padding:.6rem .875rem;border:1.5px solid var(--border);border-radius:var(--radius);font-size:.9rem;font-family:inherit;resize:vertical;background:var(--bg);color:var(--text);transition:border-color .15s;outline:none}.form-group textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #2d7a4f26;background:var(--surface)}.form-group select{width:100%;padding:.6rem .875rem;border:1.5px solid var(--border);border-radius:var(--radius);font-size:.9rem;background:var(--bg);color:var(--text);transition:border-color .15s;outline:none;cursor:pointer}.form-group select:focus{border-color:var(--green);background:var(--surface)}.toggle-group{display:flex;flex-direction:column;gap:.75rem}.toggle-label{display:flex;align-items:center;gap:.6rem;font-size:.875rem;cursor:pointer}.toggle-label input[type=checkbox]{width:16px;height:16px;accent-color:var(--green);cursor:pointer}.form-nav{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}.summary-box{background:var(--green-light);border:1px solid var(--green);border-radius:var(--radius);padding:1.25rem;margin-top:1.5rem}.summary-box h3{font-size:.9rem;font-weight:700;color:var(--green-dark);margin-bottom:1rem}.summary-grid{display:grid;grid-template-columns:140px 1fr;gap:.4rem .75rem;font-size:.875rem}.summary-grid span:nth-child(odd){color:var(--text-muted)}@media (max-width: 480px){.dash-main,.form-card{padding:1.25rem}.step-label{font-size:.68rem}.summary-grid{grid-template-columns:1fr}.summary-grid span:nth-child(odd){margin-top:.5rem;font-weight:600}.summary-grid span:nth-child(odd):first-child{margin-top:0}}.t-detail-title-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.t-detail-meta{display:flex;gap:1.25rem;flex-wrap:wrap;font-size:.875rem;color:var(--text-muted);margin-top:.5rem}.t-actions{display:flex;gap:.75rem;flex-wrap:wrap}.tabs{display:flex;gap:0;border-bottom:2px solid var(--border);margin-bottom:1.5rem;overflow-x:auto}.tab{padding:.6rem 1.25rem;font-size:.875rem;font-weight:600;color:var(--text-muted);background:none;border:none;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s}.tab:hover{color:var(--green)}.tab-active{color:var(--green-dark);border-bottom-color:var(--green)}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.detail-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.detail-card h3{font-size:.9rem;font-weight:700;color:var(--text-muted);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.04em}.detail-list{display:grid;grid-template-columns:auto 1fr;gap:.4rem .75rem;font-size:.875rem}.detail-list dt{color:var(--text-muted)}.detail-list dd{font-weight:500}.table-scroll{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;background:var(--surface);border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);font-size:.875rem}.data-table th{background:var(--bg);padding:.75rem 1rem;text-align:left;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.data-table td{padding:.75rem 1rem;border-top:1px solid var(--border)}.mono{font-family:monospace;font-size:.8rem}.alert-success{background:var(--green-light);color:var(--green-dark);border:1px solid var(--green);margin-bottom:1.25rem}.page-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:1.1rem;color:var(--text-muted)}.draw-panel{background:var(--bg);border-radius:var(--radius);padding:1rem 0}.bk-scroll{overflow-x:auto;overflow-y:visible;padding:1rem 1.5rem 2rem}.bk-labels{position:relative;height:28px;margin-bottom:12px}.bk-label{position:absolute;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);text-align:center}.bk-canvas{position:relative}.bk-svg{position:absolute;top:0;left:0;pointer-events:none;overflow:visible}.bk-card{position:absolute;background:var(--surface);border:1.5px solid var(--border);border-radius:8px;overflow:hidden;box-shadow:var(--shadow);transition:box-shadow .15s,border-color .15s;display:flex;flex-direction:column}.bk-card:hover{box-shadow:var(--shadow-md);border-color:#c5c9d0}.bk-card-bye{opacity:.45}.bk-card-done{border-color:#c8e6d5}.bk-player-row{display:flex;align-items:center;gap:6px;padding:0 8px;height:37px;font-size:.8rem;flex-shrink:0}.bk-player-row.bk-winner{background:var(--green-light)}.bk-player-row.bk-bye-row{color:var(--text-muted);font-style:italic}.bk-seed{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 3px;border-radius:4px;font-size:.65rem;font-weight:700;background:var(--accent);color:#1a1a2e;flex-shrink:0}.bk-seed-empty{background:transparent;min-width:18px}.bk-player-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500;color:var(--text)}.bk-winner .bk-player-name{font-weight:700;color:var(--green-dark)}.bk-score{display:flex;gap:3px;flex-shrink:0}.bk-set{display:inline-block;width:18px;text-align:center;font-size:.75rem;font-weight:700;color:var(--text-muted)}.bk-winner .bk-set{color:var(--green-dark)}.bk-divider{height:1px;background:var(--border);margin:0 8px}.bk-tbd .bk-player-name{color:#9ca3af;font-style:italic}.bk-drop-over{background:#dbeafe!important}.bk-locked{opacity:.5;cursor:not-allowed}.bk-locked .bk-player-name{color:#9ca3af}.bk-remove-btn{margin-left:auto;background:none;border:none;color:#dc2626;font-size:1rem;line-height:1;cursor:pointer;padding:0 2px;border-radius:3px;flex-shrink:0}.bk-remove-btn:hover{background:#fee2e2}.bk-card-scorable{cursor:pointer}.bk-card-scorable:hover{border-color:var(--green);box-shadow:0 0 0 2px #2d7a4f26}.bk-score-summary{display:flex;gap:4px;align-items:center;justify-content:center;height:22px;padding:0 8px;border-top:1px solid var(--border);background:var(--bg);border-radius:0 0 8px 8px;flex-shrink:0}.bk-score-set{font-size:.68rem;font-weight:700;color:var(--green-dark);background:var(--green-light);border-radius:3px;padding:0 5px;line-height:16px}.bk-score-empty{font-size:.65rem;color:#c4c9d4;font-style:italic;letter-spacing:.02em}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-box{background:var(--surface);border-radius:14px;width:420px;max-width:95vw;box-shadow:var(--shadow-lg);overflow:hidden}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem .75rem;border-bottom:1px solid var(--border)}.modal-header h3{font-size:1rem;font-weight:700}.modal-close{background:none;border:none;font-size:1.3rem;cursor:pointer;color:var(--text-muted);line-height:1;padding:0 4px}.modal-close:hover{color:var(--text)}.score-players{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.25rem .5rem;gap:.5rem}.score-player-name{font-weight:700;font-size:.9rem;flex:1;text-align:center}.score-vs{color:var(--text-muted);font-size:.8rem;flex-shrink:0}.score-sets{padding:.25rem 1.25rem;display:flex;flex-direction:column;gap:.4rem}.score-set-row{display:flex;align-items:center;gap:.6rem}.score-set-label{font-size:.75rem;color:var(--text-muted);width:36px;flex-shrink:0}.score-input{width:52px;text-align:center;border:1.5px solid var(--border);border-radius:7px;padding:.35rem .4rem;font-size:.95rem;font-weight:700;outline:none}.score-input:focus{border-color:var(--green)}.score-dash{color:var(--text-muted);font-weight:700}.score-set-controls{display:flex;gap:.5rem;padding:.3rem 1.25rem .5rem}.btn-add-set,.btn-remove-set{background:none;border:1px solid var(--border);border-radius:5px;font-size:.75rem;padding:.2rem .6rem;cursor:pointer;color:var(--text-muted)}.btn-add-set:hover{border-color:var(--green);color:var(--green)}.btn-remove-set:hover{border-color:#dc2626;color:#dc2626}.score-winner{padding:.5rem 1.25rem .75rem}.score-winner-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.4rem}.score-winner-btns{display:flex;gap:.5rem}.score-winner-btn{flex:1;padding:.45rem;border:1.5px solid var(--border);border-radius:8px;background:var(--bg);font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s}.score-winner-btn.active{border-color:var(--green);background:var(--green-light);color:var(--green-dark)}.score-winner-btn:hover:not(.active){border-color:#9ca3af}.score-error{margin:0 1.25rem .5rem;padding:.4rem .75rem;background:#fee2e2;color:#dc2626;border-radius:6px;font-size:.8rem}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:.75rem 1.25rem 1rem;border-top:1px solid var(--border)}.bk-bye-btn{margin-left:auto;background:none;border:1px solid #9ca3af;color:#6b7280;font-size:.65rem;font-weight:700;padding:1px 5px;border-radius:4px;cursor:pointer;flex-shrink:0;letter-spacing:.04em}.bk-bye-btn:hover{background:#f3f4f6;border-color:#6b7280}.draw-manager{display:flex;gap:1.5rem;align-items:flex-start}.draw-pool{flex-shrink:0;width:160px;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius);padding:.75rem;transition:border-color .15s,background .15s}.draw-pool-over{border-color:var(--green);background:var(--green-light)}.draw-pool-empty-drop{text-align:center;color:#9ca3af;font-size:.75rem;border:2px dashed #d1d5db;border-radius:6px;padding:.6rem;margin-top:.4rem}.draw-pool-title{font-weight:700;font-size:.8rem;margin-bottom:.2rem}.draw-pool-hint{font-size:.7rem;color:var(--text-muted);margin-bottom:.75rem}.draw-pool-player{display:flex;align-items:center;gap:6px;padding:.35rem .5rem;margin-bottom:.3rem;background:var(--bg);border:1px solid var(--border);border-radius:6px;font-size:.78rem;font-weight:500;cursor:grab;-webkit-user-select:none;user-select:none}.draw-pool-player:hover{border-color:var(--green);background:var(--green-light)}.draw-pool-player:active{cursor:grabbing}.draw-pool-player-selected{border-color:var(--green);background:var(--green-light);box-shadow:0 0 0 2px #2d7a4f40}.bk-selected{box-shadow:inset 0 0 0 2px var(--green);background:var(--green-light)}.draw-bracket-wrap{flex:1;min-width:0;overflow-x:auto}.btn-withdraw{background:none;border:1px solid #dc2626;color:#dc2626;font-size:.72rem;padding:.2rem .55rem;border-radius:5px;cursor:pointer;white-space:nowrap}.btn-withdraw:hover{background:#fee2e2}.btn-approve{background:none;border:1px solid #2d7a4f;color:#2d7a4f;font-size:.72rem;padding:.2rem .55rem;border-radius:5px;cursor:pointer;white-space:nowrap}.btn-approve:hover{background:#dcfce7}.btn-reject{background:none;border:1px solid #dc2626;color:#dc2626;font-size:.72rem;padding:.2rem .55rem;border-radius:5px;cursor:pointer;white-space:nowrap}.btn-reject:hover{background:#fee2e2}.participant-actions{display:flex;gap:.35rem}.enrol-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:var(--surface);border:1px solid var(--green);border-radius:var(--radius);padding:.875rem 1.25rem;margin-bottom:1rem}.enrol-bar-text{font-size:.9rem;color:var(--text);flex:1}.apply-status-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;padding:.3rem .75rem;border-radius:20px}.apply-status-pending{background:#fef9c3;color:#92400e}.apply-status-approved{background:#dcfce7;color:#14532d}.gs-wrap{padding:1rem 0}.gs-pools-list{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}.gs-pool-block{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius);overflow:hidden}.gs-pool-tables{display:flex;align-items:flex-start;gap:0;overflow-x:auto}.gs-matrix-wrap{flex-shrink:0}.gs-matrix{border-collapse:collapse;font-size:.78rem}.gs-matrix-corner{background:var(--green);color:#fff;font-weight:700;font-size:.85rem;letter-spacing:.04em;padding:.55rem .8rem;text-align:left;min-width:80px;border-right:2px solid rgba(255,255,255,.25);border-bottom:2px solid rgba(255,255,255,.25)}.gs-matrix-col-hdr{padding:.5rem .6rem;text-align:center;font-weight:600;font-size:.75rem;color:var(--text-muted);background:var(--bg);border-bottom:1.5px solid var(--border);border-right:1px solid var(--border);white-space:nowrap;min-width:68px}.gs-matrix-row-hdr{padding:.45rem .7rem;font-weight:600;font-size:.78rem;color:var(--text);background:var(--bg);border-right:1.5px solid var(--border);border-bottom:1px solid var(--border);white-space:nowrap}.gs-matrix-diagonal{background:#111;border-right:1px solid var(--border);border-bottom:1px solid var(--border);min-width:68px;height:36px}.gs-matrix-cell{padding:.35rem .5rem;text-align:center;font-size:.75rem;color:var(--text);border-right:1px solid var(--border);border-bottom:1px solid var(--border);min-width:68px;white-space:nowrap}.gs-cell-win{background:#f0fdf6;color:var(--green-dark);font-weight:600}.gs-cell-loss{background:#fef2f2;color:#b91c1c}.gs-cell-playable{cursor:pointer}.gs-cell-playable:hover{background:#f0fdf6}.gs-standings-table{border-collapse:collapse;font-size:.78rem;flex-shrink:0;border-left:2px solid var(--border);align-self:stretch}.gs-standings-table th{padding:.5rem .75rem;text-align:center;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);background:var(--bg);border-bottom:1.5px solid var(--border);border-right:1px solid var(--border);white-space:nowrap}.gs-standings-table th:first-child{text-align:left;min-width:90px}.gs-standings-table td{padding:.45rem .75rem;text-align:center;border-bottom:1px solid var(--border);border-right:1px solid var(--border);color:var(--text)}.gs-standings-table tr:last-child td{border-bottom:none}.gs-std-name{text-align:left!important;font-weight:500;white-space:nowrap}.gs-std-stat{font-variant-numeric:tabular-nums}.gs-std-pos{font-weight:700;color:var(--text-muted)}.gs-row-advance td{background:#f0fdf6}.gs-row-advance .gs-std-stat:first-of-type{color:var(--green-dark);font-weight:700}.gs-advance-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--green);margin-right:5px;vertical-align:middle}.gs-scheduled{border-top:1.5px solid var(--border);padding:.6rem .9rem;background:var(--bg)}.gs-scheduled-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.4rem}.gs-sched-list{display:flex;flex-wrap:wrap;gap:.4rem}.gs-sched-row{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.3rem .65rem}.gs-sched-clickable{cursor:pointer}.gs-sched-clickable:hover{border-color:var(--green);background:#f0fdf6}.gs-sched-player{font-weight:500;white-space:nowrap}.gs-sched-vs{color:var(--text-muted);font-size:.7rem}.gs-sched-live{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#fff;background:#dc2626;border-radius:3px;padding:.1rem .3rem}.gs-knockout-section{margin-top:.5rem}.gs-knockout-header{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.gs-section-title{font-size:1rem;font-weight:700;color:var(--text)}.gs-knockout-badge{font-size:.75rem;color:var(--text-muted);background:var(--bg);border:1px solid var(--border);border-radius:20px;padding:.2rem .65rem}
