*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#222;background:#f8f9fa;display:flex;flex-direction:column;width:100%;height:100vh;overflow:hidden;line-height:1.5}h2{text-align:center;font-size:1.8rem;font-weight:600;margin:1rem 0;color:#000}.inner{display:flex;flex-direction:row;width:100%;height:100%;border-top:1px solid #ddd}.left,.right{flex:1;padding:1rem;overflow-y:auto;background:#fff;max-height:85dvh}.left{border-right:1px solid #ddd}.right{background:#fafafa}button{display:inline-block;padding:.3rem .5rem;cursor:pointer;transition:background .2s ease-in-out}button:disabled{background:#aaa;cursor:not-allowed}label{font-size:.9rem;font-weight:500;display:block;margin-top:.5rem;margin-bottom:.2rem}input[type=text]{width:100%;padding:.5rem;border:1px solid #ccc;border-radius:6px;font-size:.95rem;margin-bottom:.8rem}#search-window,#results{margin-top:1rem}#results p{color:#555;font-style:italic}.person{display:block;width:100%;text-align:left;background:#f1f3f5;color:#222;border:1px solid #ddd;border-radius:6px;padding:.6rem;margin-bottom:.5rem;font-size:.95rem;transition:background .2s ease}.person:hover{background:#e9ecef}#scores-div{margin-top:1rem}.score-entry{display:block;width:100%;text-align:left;background:#fff;border:1px solid #ddd;border-radius:6px;padding:.5rem;margin-bottom:.5rem;font-size:.9rem;color:#222;transition:background .2s ease}.score-entry:hover{background:#f1f3f5}#person-name{font-size:1.4rem;font-weight:600;margin-bottom:.3rem}#person-clubs,#details,#scores-title{font-size:.95rem;margin-bottom:.5rem;color:#444}.popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border:1px solid #bababa;border-radius:8px;padding:1rem;width:90dvw;height:90dvh;overflow-y:auto;box-shadow:0 3px 19px #0000006e;z-index:1000}.popup #close-popup{position:absolute;top:.5rem;right:1rem}@media (max-width: 768px){.inner{flex-direction:column}.left,.right{width:100%;border-right:none;border-bottom:1px solid #ddd;max-height:45%}}
