@charset "UTF-8";.default-layout{height:100%}.default-layout:empty{display:grid;place-content:center;background:var(--color-black)}.default-layout:empty:before{content:"Tandem";color:var(--color-white);font-weight:500;font-size:3rem}@media (min-width: 600px){.default-layout{display:grid;align-content:center}}.app-button{display:flex;align-items:center;justify-content:center;color:var(--color);font-size:var(--font-size);font-weight:500;background:var(--background);padding:var(--padding);border-radius:50rem;height:var(--height);width:fit-content;position:relative;--font-size: 1rem;--height: 3rem;--padding: 0 1.5rem;--color: var(--color-white);--background: var(--color-black)}.app-button:hover:not(:disabled){opacity:.8}.app-button:disabled{opacity:.6}.app-button--loading{color:transparent;pointer-events:none}.app-button--loading:before{display:block;content:"\2022\2022\2022";color:var(--color);text-align:center;width:100%;position:absolute;left:0;animation:app-button-loading 1s linear infinite}@keyframes app-button-loading{50%{opacity:0}}.app-button--secondary{--color: var(--color-black);--background: var(--color-grey)}.app-button--tertiary{--color: var(--color-black);--background: transparent}.app-button--compact{--font-size: .875rem;--padding: 0 .75rem;--height: 2.25rem}.app-button--mini{--font-size: .75rem;--padding: 0 .5rem;--height: 1.75rem}@media (hover: none) and (pointer: coarse){.app-button:hover:not(:active){opacity:1}.app-button:active,.app-button:hover:disabled{opacity:.8}}.app-dialog{padding:1.5rem 1rem;width:100%;height:100%;max-width:100%;max-height:100%;position:relative;user-select:none}.app-dialog-header{font-size:1.5rem;font-weight:500;margin-bottom:1rem}.app-dialog-body{margin-bottom:2rem}.app-dialog-footer{display:flex;flex-direction:row-reverse;gap:.75rem;justify-content:flex-start}.app-dialog-cancel{font-size:0;width:1.5rem;height:1.5rem;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path d="M6.4 19 5 17.6l5.6-5.6L5 6.4 6.4 5l5.6 5.6L17.6 5 19 6.4 13.4 12l5.6 5.6-1.4 1.4-5.6-5.6Z"/></svg>') center no-repeat;position:absolute;top:1.5rem;right:1rem}.app-dialog-cancel:focus{outline:none}.app-dialog::backdrop{background:rgba(0,0,0,.5)}@media (min-width: 600px){.app-dialog{border-radius:1rem;padding:1.25rem 1.25rem .75rem;max-width:35.5rem;height:fit-content;max-height:calc(100% - 2rem)}.app-dialog-header{font-size:1.25rem;line-height:1.625rem}.app-dialog-cancel{top:1.25rem;right:1.25rem}}.about p{margin:1rem 0}.about img{width:12rem;height:100%;aspect-ratio:1}.about-toggle{font-size:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23545454" height="20" width="20"><path d="M10 15q.417 0 .708-.292Q11 14.417 11 14t-.292-.708Q10.417 13 10 13t-.708.292Q9 13.583 9 14t.292.708Q9.583 15 10 15Zm-.75-3.188h1.521q0-.77.135-1.093.136-.323.656-.823.73-.708 1.011-1.208.281-.5.281-1.105 0-1.145-.781-1.864Q11.292 5 10.083 5q-1.062 0-1.843.562-.782.563-1.094 1.521l1.354.563q.188-.584.594-.906.406-.323.948-.323.583 0 .958.333t.375.875q0 .479-.323.854t-.719.729q-.729.667-.906 1.094-.177.427-.177 1.51ZM10 18q-1.646 0-3.104-.625-1.458-.625-2.552-1.719t-1.719-2.552Q2 11.646 2 10q0-1.667.625-3.115.625-1.447 1.719-2.541Q5.438 3.25 6.896 2.625T10 2q1.667 0 3.115.625 1.447.625 2.541 1.719 1.094 1.094 1.719 2.541Q18 8.333 18 10q0 1.646-.625 3.104-.625 1.458-1.719 2.552t-2.541 1.719Q11.667 18 10 18Zm0-1.5q2.708 0 4.604-1.896T16.5 10q0-2.708-1.896-4.604T10 3.5q-2.708 0-4.604 1.896T3.5 10q0 2.708 1.896 4.604T10 16.5Zm0-6.5Z"/></svg>') no-repeat center;width:1.5rem;height:1.5rem}.app-input{display:flex;flex-wrap:wrap;align-items:flex-start;position:relative;--border-color: var(--grey-color)}.app-input:focus-within{--border-color: var(--color-black)}.app-input label{order:1;display:block;font-weight:500;margin-bottom:.5rem;width:100%}.app-input label::placeholder{color:#878787}.app-input label~div:last-child{top:2rem}.app-input-prefix,.app-input-suffix{display:flex;align-items:center;height:3rem;z-index:2}.app-input-prefix{order:2;padding-left:.75rem}.app-input-suffix{order:4;padding-right:.75rem}.app-input small{order:5;font-size:.75rem;color:var(--muted-color);margin-top:.5rem;width:100%}.app-input input{order:3;flex:1 0 0;padding:0 .75rem;height:3rem;z-index:2}.app-input-background{border:2px solid var(--border-color);width:100%;height:3rem;background:var(--color-grey);position:absolute;top:0;left:0;z-index:1;pointer-events:none}.autocomplete-place-dialog-suggestions{margin:0 -1rem;max-height:calc(100% - 7rem)}.autocomplete-place-dialog-suggestions:not(:empty){padding:.5rem 0}.autocomplete-place-dialog-suggestions li{padding:.75rem 1rem;padding-left:calc(var(--left-padding) + var(--left-adjust));width:100%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path d="M12 12q.825 0 1.413-.588Q14 10.825 14 10t-.587-1.413Q12.825 8 12 8q-.825 0-1.412.587Q10 9.175 10 10q0 .825.588 1.412Q11.175 12 12 12Zm0 7.35q3.05-2.8 4.525-5.088Q18 11.975 18 10.2q0-2.725-1.738-4.463Q14.525 4 12 4 9.475 4 7.737 5.737 6 7.475 6 10.2q0 1.775 1.475 4.062Q8.95 16.55 12 19.35ZM12 22q-4.025-3.425-6.012-6.363Q4 12.7 4 10.2q0-3.75 2.413-5.975Q8.825 2 12 2t5.587 2.225Q20 6.45 20 10.2q0 2.5-1.987 5.437Q16.025 18.575 12 22Zm0-11.8Z"/></svg>') no-repeat var(--left-padding) center;cursor:pointer;--left-padding: 1rem;--left-adjust: 2rem}.autocomplete-place-dialog-suggestions li:hover{background-color:#f6f6f6}.autocomplete-place-dialog-suggestions li div{font-size:1.125rem;font-weight:500}.autocomplete-place-dialog-suggestions li small{color:var(--muted-color);font-size:.875rem;font-weight:300}@media (min-width: 600px){.autocomplete-place-dialog-suggestions{margin:0 -1.25rem}.autocomplete-place-dialog-suggestions li{padding:.75rem 1.25rem;padding-left:calc(var(--left-padding) + var(--left-adjust));--left-padding: 1.25rem}}.otocomplete-place{min-width:0}.otocomplete-place h4{font-weight:500;margin-bottom:.5rem;cursor:default}.otocomplete-place button{white-space:nowrap;text-overflow:ellipsis;border:2px solid var(--color-grey);padding:0 .75rem;width:100%;height:3rem;overflow:hidden;background:var(--color-grey)}.otocomplete-place button:focus{border-color:var(--color-black);outline:none}.commute-mode{display:flex;align-items:center;gap:.75rem;cursor:pointer}.commute-mode:first-child{--icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path d="M6.525 20.5q-.325 0-.537-.212-.213-.213-.213-.538v-1.975q-.475-.35-.875-1T4.5 15.3V6q0-1.825 1.8-2.663Q8.1 2.5 12 2.5q4.025 0 5.763.812Q19.5 4.125 19.5 6v9.3q0 .825-.4 1.475-.4.65-.875 1v1.975q0 .325-.212.538-.213.212-.538.212h-.6q-.325 0-.538-.212-.212-.213-.212-.538V18.5h-8.25v1.25q0 .325-.213.538-.212.212-.537.212Zm5.5-15.225h5.75-11.5 5.75ZM16 12H6h12-2ZM6 10.5h12V6.775H6Zm2.5 5.3q.55 0 .925-.375T9.8 14.5q0-.55-.375-.925T8.5 13.2q-.55 0-.925.375T7.2 14.5q0 .55.375.925t.925.375Zm7 0q.55 0 .925-.375t.375-.925q0-.55-.375-.925T15.5 13.2q-.55 0-.925.375t-.375.925q0 .55.375.925t.925.375ZM6.275 5.275h11.5q-.3-.6-1.6-.938Q14.875 4 12.025 4q-2.8 0-4.087.35-1.288.35-1.663.925ZM8 17h8q.825 0 1.413-.587Q18 15.825 18 15v-3H6v3q0 .825.588 1.413Q7.175 17 8 17Z"/></svg>')}.commute-mode:nth-child(2){--icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path d="M4 18.75q-1.55 0-2.65-1.1Q.25 16.55.25 15q0-1.425.938-2.475.937-1.05 2.362-1.225h.35l-1.15-.95H.25v-1.2h4.025l2.7 1.625L11.05 9.25h3.625l-1.95-2.5H10.25v-1.5h3.175l2 2.55 3.15-1.4v2.375H16.2l2.2 2.825q.375-.175.775-.263.4-.087.825-.087 1.55 0 2.65 1.1 1.1 1.1 1.1 2.65 0 1.55-1.1 2.65-1.1 1.1-2.65 1.1-1.55 0-2.65-1.1-1.1-1.1-1.1-2.65 0-.7.263-1.325.262-.625.712-1.15l-.85-1.075-3.5 5.3H10.1L7.75 14.7v.45q-.075 1.5-1.162 2.55Q5.5 18.75 4 18.75Zm0-1.5q.95 0 1.6-.65.65-.65.65-1.6 0-.95-.65-1.6-.65-.65-1.6-.65-.95 0-1.6.65-.65.65-.65 1.6 0 .95.65 1.6.65.65 1.6.65Zm7.3-6.5-4.025 1.5 4.025-1.5h3.75Zm8.7 6.5q.95 0 1.6-.65.65-.65.65-1.6 0-.95-.65-1.6-.65-.65-1.6-.65-.95 0-1.6.65-.65.65-.65 1.6 0 .95.65 1.6.65.65 1.6.65Zm-7.925-2 2.975-4.5H11.3l-4.025 1.5 3.375 3Z"/></svg>')}.commute-mode:nth-child(3){--icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path d="M5.625 18.5v1.25q0 .325-.225.538-.225.212-.525.212H4.25q-.325 0-.537-.212-.213-.213-.213-.538v-7.675L5.55 6.25q.1-.35.4-.55.3-.2.675-.2H9.45V3.725h5.125V5.5h2.85q.35 0 .637.213.288.212.388.537l2.05 5.825v7.675q0 .325-.212.538-.213.212-.538.212h-.625q-.3 0-.525-.212-.225-.213-.225-.538V18.5ZM5.6 10.575h12.8L17.125 7H6.875Zm-.6 1.5V17Zm2.475 3.775q.525 0 .912-.388.388-.387.388-.937 0-.525-.388-.912-.387-.388-.937-.388-.525 0-.912.388-.388.387-.388.937 0 .525.388.912.387.388.937.388Zm9.075 0q.525 0 .912-.388.388-.387.388-.937 0-.525-.388-.912-.387-.388-.937-.388-.525 0-.912.388-.388.387-.388.937 0 .525.388.912.387.388.937.388ZM5 17h14v-4.925H5Z"/></svg>')}.commute-mode:last-child{--icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path d="M11.575 1.5q2.075 0 3.538 1.45 1.462 1.45 1.462 3.525 0 1.3-.65 2.425-.65 1.125-1.825 1.8h-.525V9.225q.675-.45 1.088-1.163.412-.712.412-1.587 0-1.425-1.037-2.45Q13 3 11.575 3 10.125 3 9.1 4.025 8.075 5.05 8.075 6.475q0 .9.413 1.638.412.737 1.087 1.162v1.8q-1.325-.575-2.163-1.8-.837-1.225-.837-2.8 0-2.075 1.462-3.525Q9.5 1.5 11.575 1.5Zm-.95 20q-.325 0-.6-.125-.275-.125-.5-.35l-4.8-4.775 1.075-1.1q.25-.25.563-.388.312-.137.637-.037l2.575.55V6.5q0-.85.575-1.425.575-.575 1.425-.575.85 0 1.425.575.575.575.575 1.425v4.675h.8q.125 0 .225.037.1.038.2.113L18.25 13q.65.3.938.987.287.688.162 1.388l-.825 4.9q-.1.525-.525.875-.425.35-.975.35Zm0-1.5h6.4l.85-4.9q.05-.2-.012-.412-.063-.213-.288-.338l-3.75-1.85h-1.75v-6q0-.225-.137-.363Q11.8 6 11.575 6q-.225 0-.362.137-.138.138-.138.363v10.6l-4.25-.875Zm6.4 0h-6.4 6.4Z"/></svg>')}.commute-mode-icon:before{display:block;content:"";width:1.5rem;height:1.5rem;background:var(--icon) no-repeat center}.commute-mode-name{display:grid;gap:.5rem}.commute-mode-name div{font-weight:500;line-height:1rem}.commute-mode-name small{color:var(--muted-color);font-size:.75rem;line-height:.75rem}.commute-mode-fare{font-weight:500;margin-left:auto}.commute-mode-dialog-list{display:grid;gap:1rem}.commute-mode-dialog-list li{display:flex;align-items:center;justify-content:space-between;border:2px solid rgb(226,226,226);border-radius:.75rem;padding:1.25rem;width:100%}.commute-mode-dialog-list li div{display:grid}.commute-mode-dialog-list li div :first-child{font-weight:500}.commute-mode-dialog-list li div :last-child{color:var(--muted-color)}.commute-modes{display:grid;gap:1.25rem}.fare-checker{display:flex;flex-direction:column;gap:1rem;padding:1.5rem 1rem;height:100%;width:100%}.fare-checker header{display:flex;align-items:center;justify-content:space-between}.fare-checker h1{gap:1rem;font-size:1.5rem;font-weight:500}.fare-checker form{display:grid;gap:1rem;padding-bottom:.25rem}.fare-checker hr{color:#e2e2e2}.fare-checker footer{display:flex;flex-direction:column;align-items:end;gap:1rem;margin-top:auto}.fare-checker footer button{width:100%}@media (min-width: 600px){.fare-checker{border:2px solid rgb(226,226,226);border-radius:.75rem;padding:1.25rem;max-width:28rem;margin:0 auto}.fare-checker footer{margin-top:2rem}.fare-checker footer button{width:fit-content}}/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */*,:before,:after{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}button,[type=button],[type=reset],[type=submit]{cursor:pointer}button:disabled,[type=button]:disabled,[type=reset]:disabled,[type=submit]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=number]{-moz-appearance:textfield}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}:root{--text-font-family: "Lexend", sans-serif;--body-color: var(--color-black);--muted-color: rgb(84, 84, 84);--body-font-size: 16px;--body-font-weight: 300;--color-black: #000;--color-white: #fff;--color-yellow: #edae49;--color-grey: rgb(238, 238, 238)}html{height:100%}body{color:var(--body-color);font-family:var(--text-font-family);font-size:var(--body-font-size);font-weight:var(--body-font-weight);line-height:1.5rem;height:100%;user-select:none}input:focus{outline:none}
