*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f5f5f5}.app{max-width:1000px;margin:0 auto}.header{background-color:gold;padding:10px 20px}.search-bar{display:flex;gap:8px}.search-bar input{flex:1;padding:10px 15px;border:none;border-radius:4px;font-size:14px}.search-bar button{padding:10px 15px;border:none;background:#fff;border-radius:4px;cursor:pointer}.main{padding:20px;background:#fff}.title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.title-row h1{font-size:28px;font-weight:300}.tabs{display:flex;gap:4px}.tab{padding:8px 16px;border:1px solid #ddd;background:#fff;cursor:pointer;font-size:12px;font-weight:500}.tab.active{background:#333;color:#fff;border-color:#333}.filter-chips{display:flex;gap:10px;margin-bottom:20px}.chip{padding:8px 16px;border:1px solid #ddd;border-radius:20px;background:#fff;cursor:pointer;font-size:13px}.chip.active{background:#e8e8e8;border-color:#999}.podium{display:flex;gap:20px;margin-bottom:30px}.podium-card{flex:1;padding:20px;border:1px solid #eee;border-radius:8px;display:flex;align-items:center;gap:15px}.medal{font-size:32px}.podium-info{display:flex;flex-direction:column;gap:4px}.podium-name{font-weight:600}.podium-time{font-size:18px;color:#333}.podium-club{font-size:12px;color:#666}.results-table{overflow-x:auto}.results-table table{width:100%;border-collapse:collapse}.results-table th,.results-table td{padding:12px;text-align:left;border-bottom:1px solid #eee}.results-table th{font-weight:600;color:#666;font-size:13px}.results-table tr:hover{background:#f9f9f9;cursor:pointer}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center}.modal-content{background:#fff;padding:30px;border-radius:8px;min-width:300px}.modal-content h2{margin-bottom:20px}.modal-details p{margin-bottom:8px}.modal-close{margin-top:20px;padding:10px 20px;background:#333;color:#fff;border:none;border-radius:4px;cursor:pointer}.trophies-view h2{margin-bottom:20px}.trophies-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.trophy-category{padding:20px;border:1px solid #eee;border-radius:8px}.trophy-category h3{margin-bottom:15px;font-size:16px;color:#333}.trophy-category ul{list-style:none}.trophy-category li{padding:8px 0;border-bottom:1px solid #f0f0f0;font-size:14px}.trophy-category li:last-child{border-bottom:none}
