@font-face{font-family:Inter;font-style:normal;font-weight:100;font-display:swap;src:url(/fonts/inter/Inter-Light.woff2?v=3.19) format("woff2"),url(/fonts/inter/Inter-Light.woff?v=3.19) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/inter/Inter-Regular.woff2?v=3.19) format("woff2"),url(/fonts/inter/Inter-Regular.woff?v=3.19) format("woff")}:root{--color-foreground: hsl(0, 0%, 100%);--color-background: hsl(0, 0%, 7%);--color-links: hsl(213, 100%, 73%);--color-links-hover: hsl(213, 100%, 80%);--color-border: hsl(0, 0%, 25%);--color-body: hsl(190, 100%, 87%);--color-secondary: hsla(191, 12%, 44%, 1);--font-body: "Inter", -apple-system, "Segoe UI", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif, system-ui, "Apple Color Emoji", "Segoe UI Emoji";--animation-fast: .2s;--animation-normal: .3s;--animation-slow: .4s;--animation-stagger: 50ms}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}:-moz-focusring{outline:auto}:focus{outline:var(--color-links) solid 2px;outline-offset:2px}html,body{padding:0;margin:0;background-color:var(--color-background);color:var(--color-foreground)}body{font-family:var(--font-body);line-height:1.5}a{color:var(--color-links);text-decoration:none}a:hover{color:var(--color-links-hover);text-decoration:underline}hr{display:block;height:1px;border:0;background-color:var(--color-border);margin-top:2rem;margin-bottom:2rem}input:where([type=text]),input:where([type=search]){display:block;border:1px solid var(--color-border);width:100%;font:inherit;line-height:1;height:calc(1ch + 1.5em);padding-right:.5em;padding-left:.5em;background-color:#fff3;color:var(--color-foreground)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.remix-app{display:flex;flex-direction:column;height:100vh}.remix-app>*{width:100%}.remix__form{display:flex;flex-direction:column;gap:1rem;padding:1rem;border:1px solid var(--color-border);border-radius:.5rem}.remix__form>*{margin-top:0;margin-bottom:0}.traintimes,.bustimes{display:flex;flex-direction:column;justify-content:left;width:100%}.bus-list{display:flex;flex-direction:row;gap:12px;overflow-x:auto}.bus-card{display:flex;flex-direction:row;gap:8px;align-items:center;padding:4px;border:1px solid var(--color-border);border-radius:8px;background-color:#ffffff08;min-width:120px}.bus-card.pulse{animation:pulse 2s infinite;border-color:#ff6b6b;background-color:#ff6b6b1a}@keyframes pulse{0%{box-shadow:0 0 #ff6b6bb3}70%{box-shadow:0 0 0 10px #ff6b6b00}to{box-shadow:0 0 #ff6b6b00}}.bus-icon-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center}.bus-icon-wrapper svg{width:24px;height:24px;opacity:1}.bus-info{display:flex;flex-direction:column;align-items:flex-start;gap:0px}.bus-arrival{font-weight:500;font-size:.65rem;color:var(--color-secondary)}.bus-diff{font-size:1rem;color:var(--color-foreground);margin-top:-4px}.bus-message{color:var(--color-secondary);font-size:1rem}.train,.bus{display:flex;flex-direction:row;justify-content:left;align-items:center;padding:0;gap:8px}h3{font-style:normal;font-weight:400;font-size:18px;line-height:22px;color:var(--color-secondary);margin-top:0}.time{font-style:normal;font-weight:100;font-size:84px;line-height:102px;margin:0}header{box-sizing:border-box;color:var(--color-body);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:40px;isolation:isolate;max-width:100vw;border-bottom:solid 1px var(--color-border);background:radial-gradient(50% 50% at 50% 0%,#bff4ff21,#d9d9d900)}header h3{margin:0}main{display:flex;flex-direction:row;height:100%}aside{padding:40px;background:radial-gradient(50% 20% at 50% -10%,#bff4ff21,#d9d9d900);max-height:80vh;overflow:auto}.harvest ul{list-style:none;margin:0;display:flex;flex-direction:column;gap:1em;padding:0}.harvest ul li{padding:none;margin:0;display:flex;flex-direction:row;justify-content:space-between}.projectname{color:var(--color-body)}.crypto{height:100%;display:flex;flex-direction:column}.coin{display:flex;flex-direction:column;justify-content:right;align-items:right;margin-bottom:40px}.coin h3{color:var(--color-body);margin-bottom:0}.coin .coinpair{display:flex;flex-direction:row;justify-content:space-between}.negative{color:#db2430}.positive{color:#2aef90}.warn{color:#eb8e37}.news{display:block;width:80vw;height:100%;padding:40px;max-height:80vh;overflow:auto;background:radial-gradient(50% 50% at 50% -20%,#bff4ff21,#d9d9d900);border-right:solid 1px var(--color-border)}.news ul{list-style:none;margin:0;display:flex;flex-direction:column;gap:1em;padding:0}.news ul li{padding:0;margin:0;display:flex;flex-direction:row;justify-content:space-between}.news small{display:block;margin-right:20px;color:var(--color-secondary);width:100px}.news .news_body{width:100%}.news_body a{color:var(--color-body)}.news_body p{color:var(--color-secondary);margin-top:0;display:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:.4}50%{opacity:.7}}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}header,main{animation:fadeIn var(--animation-normal) ease-out}.news ul li,.harvest ul li,.coin{opacity:0;animation:fadeInUp var(--animation-slow) ease-out forwards;animation-delay:calc(var(--stagger-index, 0) * var(--animation-stagger))}.news ul li:nth-child(n+11),.harvest ul li:nth-child(n+11){animation-delay:calc(10 * var(--animation-stagger))}.skeleton{background:linear-gradient(90deg,var(--color-border) 25%,hsla(0,0%,30%,1) 50%,var(--color-border) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:4px}.skeleton-text{height:1em;width:60%;display:inline-block}.skeleton-header{height:22px;width:120px}.skeleton-weather{height:22px;width:180px}.skeleton-news-item{height:1em;width:80%;margin-bottom:.5em}.skeleton-news-time{height:1em;width:60px;margin-right:20px}.skeleton-coin{height:30px;width:100%;margin-bottom:40px}.skeleton-project{height:22px;width:70%;margin-bottom:1em}.news_body a{transition:transform var(--animation-fast) ease-out;display:inline-block}.news_body a:hover{transform:translate(4px)}.coin{transition:transform var(--animation-fast) ease-out}.coin:hover{transform:translateY(-2px)}.harvest ul li{transition:background-color var(--animation-fast) ease-out;padding:4px 8px;margin:-4px -8px;border-radius:4px}.harvest ul li:hover{background-color:#ffffff08}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
