*{padding:0;margin:0;box-sizing:border-box}.signInPage{width:100%;height:100%;background:var(--main)}.signInContent{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:stretch;gap:5px;width:75%;max-width:250px}.signInContent h1{color:#fff}input{width:100%;font-size:max(16px,.8rem);height:2rem;padding:0 .2rem;border-radius:4px;border:none}input:first-of-type{margin-bottom:5px}.buttonRow{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}.buttonRow button{background:white;border:none;border-radius:4px;color:#000;height:1.8rem;font-size:.8rem;padding:2px 6px}.gsi-material-button{user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-color:#f2f2f2;background-image:none;border:none;-webkit-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#1f1f1f;cursor:pointer;font-family:Roboto,arial,sans-serif;font-size:14px;height:40px;letter-spacing:.25px;outline:none;overflow:hidden;padding:0 12px;position:relative;text-align:center;-webkit-transition:background-color .218s,border-color .218s,box-shadow .218s;transition:background-color .218s,border-color .218s,box-shadow .218s;vertical-align:middle;white-space:nowrap;width:auto;max-width:400px;min-width:min-content}.gsi-material-button .gsi-material-button-icon{height:20px;margin-right:12px;min-width:20px;width:20px}.gsi-material-button .gsi-material-button-content-wrapper{-webkit-align-items:center;align-items:center;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;height:100%;justify-content:space-between;position:relative;width:100%}.gsi-material-button .gsi-material-button-contents{-webkit-flex-grow:1;flex-grow:1;font-family:Roboto,arial,sans-serif;font-weight:500;overflow:hidden;text-overflow:ellipsis;vertical-align:top}.gsi-material-button .gsi-material-button-state{-webkit-transition:opacity .218s;transition:opacity .218s;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0}.home{height:100%;display:flex;flex-direction:column}.header{background:var(--main);color:#fff;display:flex;justify-content:space-between;padding:5px 10px;margin-bottom:20px}.header h1{font-size:1.6rem}.accountInfo{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-evenly}.accountInfo p{text-align:right}.signOutButton{border:solid var(--accent) 1px;color:var(--accent);border-radius:10px;text-align:center;padding:1px 6px}#content{align-self:center;margin-left:20px;margin-right:20px;max-width:500px;display:flex;flex-direction:column;min-height:0;height:100%}.yearWipeButton{background:hsl(0 65 55);color:#fff;border-radius:20px;box-shadow:0 1px 4px 2px #0000001a;border:none;text-align:center;font-size:1.5rem;display:flex;justify-content:center;flex-direction:column;min-height:0;min-width:0;overflow:hidden;padding:1rem}.footer{margin-top:auto;text-align:center;color:gray;font-weight:500;padding:5px}.footer a{color:gray}.bar{position:relative;display:flex;height:2rem;border-radius:1.2rem;font-size:1.2rem;overflow:hidden;border:1px solid var(--accent)}.bg{position:absolute;display:flex;justify-content:center;align-items:center;left:0;right:0;top:0;bottom:0;background:white;color:var(--accent);clip-path:inset(0 0 0 40%)}.fg{display:flex;justify-content:center;align-items:center;width:100%;background:var(--accent);color:#fff}.buttonContainer{min-height:0}.buttonGrid{display:grid;gap:20px;grid-auto-flow:column;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;max-height:100%;aspect-ratio:1 / 1;margin:auto}.button{background:var(--main);color:#fff;border-radius:20px;box-shadow:0 1px 4px 2px #0000001a;text-align:center;font-size:1.8rem;display:flex;justify-content:center;flex-direction:column;min-height:0;min-width:0;overflow:hidden;padding:1.5rem}.button h1{font-size:1.8rem;font-weight:400}.button h2{font-size:1.1rem;font-weight:400;color:var(--accent)}.map{grid-row:1 / span 2;object-fit:cover;width:100%;height:100%;position:relative;overflow:hidden;border-radius:20px;box-shadow:0 1px 4px 2px #0000001a}.map img{width:100%;height:100%}.area{width:100%;height:100%;position:absolute;top:0;left:0}.cave{clip-path:polygon(0% 0%,100% 0%,100% 42%,50% 54%,50% 66%,0% 72%)}.autobelays{clip-path:polygon(50% 66%,50% 54%,100% 42%,100% 66%)}.hatchet{clip-path:polygon(50% 66%,100% 66%,100% 100%,50% 100%)}.climb{display:flex;justify-content:space-between;padding:.8rem .5rem}.climb button{background:none;color:gray;border:1px lightgrey solid;border-radius:5px;padding:1px 6px}#history{width:500px;max-width:100vw;min-height:0;display:flex;flex-direction:column;align-items:stretch;padding:0 20px}#historyHeader{display:flex;align-items:center;justify-content:space-between}#historyHeader img{height:1.4rem;aspect-ratio:1 / 1}.historyList{overflow-y:scroll}.historyList hr{margin:auto;width:90%;border:none;border-bottom:solid lightgrey 1px}.historyList hr:last-of-type{display:none}.historyLink{display:flex;align-items:baseline;margin-bottom:1rem}.historyLink h1{margin-right:1px}.historyLink img{height:1.4rem;aspect-ratio:1 / 1}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--main: #07285A;--accent: #436AA6}body{width:100%;height:100svh}#root{height:100%}
