:root{--bg-color: #white;--text-color: black}*{margin:0;padding:0;box-sizing:border-box}html{font-size:62.5%;height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1.6rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-color);color:var(--text-color);padding:1rem;height:100%}button{font-size:1.6rem}h1{text-align:center;font-size:2.9rem;margin-bottom:.5rem}h2{margin-bottom:.6rem}h3{text-align:center}a{all:unset;text-decoration:underline;cursor:pointer}a{color:#4a90e2}small{font-style:italic}table{width:100%;border-collapse:collapse}th,td{padding:.75rem;text-align:left;vertical-align:top;border-bottom:1px solid currentColor}th{font-weight:600}#root{display:flex;flex-direction:column;height:100%}.header{margin-bottom:2rem}.container{display:flex;flex-direction:column;max-width:800px;width:100%;margin:0 auto;padding:2rem}.form{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600}.form-group input{padding:.75rem;border:1px solid #ccc;border-radius:4px;font-size:1.6rem}.form-group input:focus{outline:none;border-color:#4a90e2}.submit-btn{padding:.75rem 1.5rem;background-color:#4a90e2;color:#fff;border:none;border-radius:4px;font-size:1.6rem;font-weight:600;cursor:pointer;transition:background-color .2s}.submit-btn:hover:not(:disabled){background-color:#357abd}.submit-btn:disabled{background-color:#ccc;cursor:not-allowed}.error{padding:1rem;background-color:#fee;border:1px solid #fcc;border-radius:4px;color:#c00}.result{padding:1rem;border:1px solid currentColor;border-radius:4px;max-height:300px;overflow-y:auto}.winners-list{margin:0;padding-left:2rem}.winners-list a:last-child,table a[href*=comment]{color:#ff9800}.winners-list li{padding:.5rem 0}.result h2{margin-top:0;margin-bottom:1rem}.result pre{padding:1rem;border-radius:4px;overflow-x:auto}.history{margin-top:3rem;padding:1rem;border-radius:4px}.history h2{margin-top:0}.history-table{width:100%}.search-box{margin-bottom:1rem}.search-box input{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:4px;font-size:1.4rem}.table-container{overflow:auto;max-height:400px}.history-table table{width:100%;border-collapse:collapse}.history-table th{-webkit-user-select:none;user-select:none}.winners-cell{font-size:1.4rem}.no-results{text-align:center;padding:2rem;color:#999}.date-cell .time{color:#666}.history-table th:nth-child(1){cursor:pointer;width:120px}.history-table th:nth-child(2){width:200px}.history-table th:nth-child(3){width:480px}.result-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.result-stats{display:flex;gap:1rem;font-size:1.3rem;color:#909090}.result-stats span{white-space:nowrap}@media(prefers-color-scheme:dark){:root{--bg-color: #2c2c2c;--text-color: white}.winners-list a:last-child,table a[href*=comment]{color:#ffa726}.date-cell .time{color:#aaa}}
