*,:before,:after{box-sizing:border-box}:root{--green:#2d6a2d;--green-light:#4a9e4a;--green-dark:#1a4a1a;--sand:#e8d5a3;--sand-light:#f5eedc;--text:#1a1a1a;--text-muted:#555;--bg:#f9f6ee;--white:#fff;--radius:10px;--shadow:0 2px 12px #0000001a;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;font-family:system-ui,Segoe UI,sans-serif}body{margin:0}.app{flex-direction:column;min-height:100vh;display:flex}main{flex:1;width:100%;max-width:900px;margin:0 auto;padding:40px 20px 60px}h1{color:var(--green-dark);margin:0 0 6px;font-size:2.4rem;font-weight:700}h2{color:var(--green);margin:0 0 16px;font-size:1.5rem;font-weight:600}h3{color:var(--green-dark);margin:0 0 4px;font-size:1.15rem;font-weight:600}p{color:var(--text-muted);margin:0 0 8px;line-height:1.6}a{color:var(--green);text-decoration:none}a:hover{text-decoration:underline}.page{max-width:780px;margin:0 auto;padding:0 20px 60px}.hero{text-align:center;border-bottom:2px solid var(--sand);margin-bottom:40px;padding:40px 0 32px}.banner{object-fit:cover;border-radius:12px;width:100%;max-height:280px;margin-bottom:20px}.hero h1{margin:0}.section{margin-bottom:44px}.tournament-list{flex-direction:column;gap:12px;display:flex}.tournament-card{background:var(--white);border:1px solid var(--sand);border-radius:var(--radius);box-shadow:var(--shadow);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:16px 22px;display:flex}.tournament-info{flex-direction:column;gap:2px;display:flex}.tournament-date{color:var(--text);font-size:1rem;font-weight:600}.tournament-name{color:var(--text-muted);font-size:.88rem}.btn{white-space:nowrap;border-radius:6px;padding:7px 18px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s,opacity .15s}.btn-primary{background:var(--green);color:var(--white)}.btn-primary:hover{background:var(--green-light);text-decoration:none}.btn-secondary{background:var(--sand-light);color:var(--green-dark);border:1px solid var(--sand)}.btn-secondary:hover{background:var(--sand);text-decoration:none}.media-btns{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.coming-soon,.no-media{color:var(--text-muted);font-size:.85rem;font-style:italic}.videos-header{border-bottom:2px solid var(--sand);margin-bottom:36px;padding:32px 0 24px}.back-link{color:var(--green);margin-bottom:10px;font-size:.9rem;font-weight:600;display:inline-block}.back-link:hover{text-decoration:underline}.videos-header h1{margin:0}.video-sections{flex-direction:column;gap:48px;padding-bottom:60px;display:flex}.video-section h2{margin-bottom:14px}.embed-wrapper{border-radius:var(--radius);width:100%;box-shadow:var(--shadow);background:#000;padding-bottom:56.25%;position:relative;overflow:hidden}.embed-wrapper iframe{border:none;width:100%;height:100%;position:absolute;inset:0}.playlist-link{color:var(--green);margin-top:12px;font-size:.9rem;font-weight:600;display:inline-block}
