:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html{height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;font-family:Arial,Helvetica,sans-serif;display:flex}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}.container{width:100%;max-width:640px;margin:0 auto;padding:2rem 1.25rem 4rem}.card{border:1px solid #80808040;border-radius:10px;margin-bottom:1.5rem;padding:1.25rem 1.5rem}h1{margin-bottom:.25rem;font-size:1.5rem}h2{margin-bottom:.75rem;font-size:1.1rem}.subtitle{opacity:.7;margin-bottom:1.5rem}label{margin-top:.9rem;margin-bottom:.3rem;font-size:.85rem;font-weight:600;display:block}label:first-child{margin-top:0}input,select{width:100%;color:inherit;background:0 0;border:1px solid #80808066;border-radius:6px;padding:.55rem .65rem;font-size:1rem}input:focus,select:focus{outline-offset:1px;outline:2px solid #4a90e2}.row{gap:.75rem;display:flex}.row>*{flex:1}.game-inputs{grid-template-columns:repeat(auto-fit,minmax(70px,1fr));gap:.6rem;margin-top:.5rem;display:grid}.game-inputs label{text-align:center;margin-top:0}button{color:#fff;cursor:pointer;background:#4a90e2;border:none;border-radius:6px;width:100%;margin-top:1.5rem;padding:.65rem;font-size:1rem;font-weight:600}button:disabled{opacity:.5;cursor:not-allowed}button.secondary{color:inherit;background:0 0;border:1px solid #80808066}.error{color:#e25050;margin-top:.75rem;font-size:.9rem}.hint{opacity:.6;margin-top:.3rem;font-size:.8rem}.totals{flex-wrap:wrap;gap:1.5rem;margin-top:1rem;display:flex}.totals .stat{flex-direction:column;display:flex}.totals .stat .value{font-size:1.6rem;font-weight:700}.totals .stat .label{opacity:.65;text-transform:uppercase;letter-spacing:.04em;font-size:.75rem}.pill-toggle{gap:.5rem;margin-bottom:1rem;display:flex}.pill-toggle button{color:inherit;background:0 0;border:1px solid #80808066;flex:1;margin-top:0}.pill-toggle button.active{color:#fff;background:#4a90e2;border-color:#4a90e2}.topbar{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.topbar button{width:auto;margin-top:0;padding:.4rem .8rem;font-size:.85rem}.points-table{border-collapse:collapse;width:100%;margin-top:.5rem;font-size:.9rem}.points-table th,.points-table td{text-align:left;border-bottom:1px solid #80808026;padding:.4rem .3rem}.status-pending{color:#b58900}.status-approved{color:#2e9c5b}.status-rejected{color:#e25050}.history-header{cursor:pointer;justify-content:space-between;align-items:center;display:flex}.history-header h2{margin-bottom:0}.chevron-btn{width:auto;color:inherit;background:0 0;border:1px solid #80808066;margin-top:0;padding:.35rem .7rem;font-size:.85rem}.entry-list{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}.entry-row{border:1px solid #80808033;border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;padding:.6rem .75rem;display:flex}.entry-summary{flex-direction:column;gap:.15rem;display:flex}.entry-summary .entry-place{font-weight:600}.entry-summary .entry-meta{opacity:.65;font-size:.8rem}.entry-summary .entry-games{font-variant-numeric:tabular-nums;font-size:.85rem}.entry-edit-form{border:1px solid #8080804d;border-radius:8px;padding:.75rem}.entry-edit-form button{margin-top:0}.entry-edit-actions{gap:.5rem;margin-top:1rem;display:flex}.entry-edit-actions button{flex:1}
