*,*:before,*:after{box-sizing:border-box}*{margin:0}body{font-family:Source Sans Pro,Trebuchet MS,Lucida Grande,Bitstream Vera Sans,Helvetica Neue,sans-serif;color:#999}header{margin:1em auto 2em;display:flex;justify-content:center;align-items:center;gap:.3em;font-size:2.5rem}.counter{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:20px}.count-display{min-width:2em;text-align:center;font-size:6rem;font-weight:700;cursor:pointer;user-select:none;transition:transform .1s;background-color:#fff;color:#000;border:4px solid #999;box-sizing:border-box}.count-display:active{transform:scale(.95);color:#555}.counter ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5em;align-items:center}.control-row{display:flex;flex-direction:row;gap:.5em}button{min-width:1.5em;padding:.2em .5em;text-align:center;font-size:2rem;background-color:#999;color:#fff;border:none;border-radius:5px;cursor:pointer}button:active{background-color:#777}.diff-text{font-size:1.4rem;color:#333}.history-item{display:flex;align-items:center;gap:10px}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#fff;padding:1.5rem;border-radius:8px;max-width:90vw;max-height:80vh;box-shadow:0 4px 15px #0003;display:flex;flex-direction:column}.picture-grid-scroller{overflow-x:auto;overflow-y:hidden;padding-bottom:10px;scrollbar-width:thin;scrollbar-color:#aaa #f0f0f0}.picture-grid{display:grid;grid-auto-flow:column;grid-template-rows:repeat(4,1fr);grid-auto-columns:150px;gap:10px}.grid-button{height:60px;padding:5px;font-size:.8rem;background-color:#f0f0f0;color:#333;border:1px solid #ccc;border-radius:5px;overflow:hidden;text-overflow:ellipsis;white-space:normal}.grid-button:hover{background-color:#e0e0e0;border-color:#aaa}
