@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";.tracker-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.loading-box{background:#00a800;border:4px solid #fff;padding:3rem;text-align:center;box-shadow:8px 8px #000}.santa-sleigh{font-size:3rem;animation:float 2s ease-in-out infinite;margin-bottom:1rem}.loading-text{font-size:1rem;color:#fff;text-shadow:3px 3px 0 #000;animation:pulse 1.5s ease-in-out infinite}.countdown-box{background:#d00000;border:4px solid #fff;padding:2rem;text-align:center;box-shadow:8px 8px #000}.countdown-title{font-size:clamp(.8rem,2.5vw,1.2rem);color:#fff;text-shadow:3px 3px 0 #000;margin-bottom:1.5rem;line-height:1.6}.countdown-display{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.countdown-item{background:#000;border:3px solid #fff;padding:1rem;min-width:80px;box-shadow:none}.countdown-number{font-size:clamp(1.5rem,4vw,2.5rem);color:#fc0;text-shadow:none;margin-bottom:.5rem}.countdown-label{font-size:clamp(.5rem,1.5vw,.7rem);color:#fff;text-shadow:2px 2px 0 #000}.santa-status-box{background:#00a800;border:4px solid #fff;padding:2rem;box-shadow:8px 8px #000}.status-header{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem}.santa-icon{font-size:3rem;animation:float 3s ease-in-out infinite}.status-title{font-size:clamp(1rem,3vw,1.5rem);color:#fc0;text-shadow:3px 3px 0 #000}.status-content{text-align:center}.status-message{font-size:clamp(.7rem,2vw,.9rem);color:#fff;text-shadow:2px 2px 0 #000;margin-bottom:1.5rem;line-height:1.8}.current-location{background:#000;border:3px solid #ffcc00;padding:1.5rem;display:flex;align-items:center;justify-content:center;gap:1rem;box-shadow:none}.location-marker{font-size:2rem;animation:pulse 2s ease-in-out infinite}.location-name{font-size:clamp(.9rem,2.5vw,1.2rem);color:#fc0;text-shadow:none;margin-bottom:.5rem}.location-region{font-size:clamp(.6rem,1.5vw,.8rem);color:#fff;text-shadow:2px 2px 0 #000}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.live-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.live-stat{background:#d00000;border:4px solid #ffcc00;animation:pulse 3s ease-in-out infinite}.stat-box{background:#06c;border:4px solid #fff;padding:1.5rem;text-align:center;box-shadow:6px 6px #000;transition:none;touch-action:manipulation}.stat-icon{font-size:2.5rem;margin-bottom:1rem;animation:float 3s ease-in-out infinite}.stat-value{font-size:clamp(1.2rem,3vw,1.8rem);color:#fc0;text-shadow:3px 3px 0 #000;margin-bottom:.5rem}.stat-label{font-size:clamp(.5rem,1.5vw,.7rem);color:#fff;text-shadow:2px 2px 0 #000;line-height:1.6}.destinations-box{background:#c60;border:4px solid #fff;padding:2rem;box-shadow:8px 8px #000}.destinations-title{font-size:clamp(.9rem,2.5vw,1.2rem);color:#fff;text-shadow:3px 3px 0 #000;margin-bottom:1.5rem;text-align:center}.destinations-list{display:grid;gap:.8rem;max-height:400px;overflow-y:auto;padding-right:.5rem;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.destinations-list::-webkit-scrollbar{width:8px}.destinations-list::-webkit-scrollbar-track{background:#0000004d;border-radius:4px}.destinations-list::-webkit-scrollbar-thumb{background:#fc0;border-radius:0}.destination-item{background:#1a1a1a;border:3px solid #fff;padding:1rem;display:flex;align-items:center;gap:1rem;transition:none}.destination-item.active{background:#333;border-color:#fc0;box-shadow:none;animation:pulse 2s ease-in-out infinite}.destination-item.visited{opacity:.5;background:#0a0a0a}.destination-number{background:#fc0;color:#000;width:40px;height:40px;border-radius:0;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;flex-shrink:0;box-shadow:none;border:2px solid #000}.destination-info{flex:1}.destination-name{font-size:clamp(.7rem,2vw,.9rem);color:#fff;text-shadow:2px 2px 0 #000;margin-bottom:.3rem}.destination-region{font-size:clamp(.5rem,1.5vw,.7rem);color:#ccc;text-shadow:1px 1px 0 #000}.current-indicator,.visited-indicator{font-size:1.5rem;flex-shrink:0}.fun-facts-box{background:#60c;border:4px solid #fff;padding:2rem;box-shadow:8px 8px #000}.fun-facts-title{font-size:clamp(.9rem,2.5vw,1.2rem);color:#fff;text-shadow:3px 3px 0 #000;margin-bottom:1.5rem;text-align:center}.fun-fact{background:#1a1a1a;border:3px solid #fff;padding:1.5rem;margin-bottom:1rem;font-size:clamp(.6rem,1.8vw,.75rem);line-height:1.8;color:#fff;text-shadow:none;min-height:80px;display:flex;align-items:center;justify-content:center}.active-fact{animation:fadeIn .5s ease-in}.fact-indicator{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.dot{width:10px;height:10px;background:#333;border:2px solid #fff;cursor:pointer;transition:none}.dot.active{background:#fc0;box-shadow:0 0 10px #fc0}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.tracker-container{gap:1rem}.live-stats-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}.live-stat{border:3px solid #ffcc00;box-shadow:4px 4px #000}.loading-box{padding:2rem 1rem;border:3px solid #fff;box-shadow:6px 6px #000}.santa-sleigh{font-size:2.5rem}.loading-text{font-size:.8rem}.countdown-box,.santa-status-box,.destinations-box,.fun-facts-box{padding:1rem;border:3px solid #fff}.countdown-box{box-shadow:6px 6px #000}.countdown-item{padding:.8rem;min-width:70px;border:2px solid #fff}.countdown-number{font-size:clamp(1.3rem,5vw,2rem)}.countdown-label{font-size:clamp(.45rem,1.8vw,.6rem)}.santa-status-box{box-shadow:6px 6px #000}.santa-icon{font-size:2.5rem}.status-title{font-size:clamp(.8rem,3.5vw,1.2rem)}.status-message{font-size:clamp(.6rem,2.2vw,.8rem);line-height:1.9}.current-location{padding:1rem;border:2px solid #ffcc00}.location-marker{font-size:1.5rem}.stat-box{padding:1rem;border:3px solid #fff;box-shadow:4px 4px #000}.stat-icon{font-size:2rem}.stat-value{font-size:clamp(1rem,3.5vw,1.5rem)}.stat-label{font-size:clamp(.48rem,1.8vw,.65rem);line-height:1.7}.stats-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}.destinations-box,.fun-facts-box{box-shadow:6px 6px #000}.destinations-list{max-height:350px}.destination-item{padding:.8rem;border:2px solid #fff}.destination-number{width:35px;height:35px;font-size:.8rem}.fun-fact{border:2px solid #fff;padding:.8rem;font-size:clamp(.55rem,2vw,.7rem);line-height:1.9;min-height:70px}.dot{width:8px;height:8px}}@media (max-width: 480px){.tracker-container{gap:.75rem}.loading-box{padding:1.5rem .75rem;border:2px solid #fff;box-shadow:4px 4px #000}.santa-sleigh{font-size:2rem}.loading-text{font-size:.7rem}.countdown-box,.santa-status-box,.destinations-box,.fun-facts-box{padding:.75rem;border:2px solid #fff}.countdown-box{box-shadow:4px 4px #000}.countdown-title{font-size:clamp(.65rem,3vw,.9rem);margin-bottom:1rem;line-height:1.8}.countdown-display{gap:.5rem}.countdown-item{padding:.6rem .4rem;min-width:60px;border:2px solid #fff}.countdown-number{font-size:clamp(1.2rem,6vw,1.8rem);margin-bottom:.3rem}.countdown-label{font-size:clamp(.4rem,2vw,.55rem)}.santa-status-box{box-shadow:4px 4px #000}.status-header{gap:.75rem;margin-bottom:1rem}.santa-icon{font-size:2rem}.status-title{font-size:clamp(.7rem,4vw,1rem)}.status-message{font-size:clamp(.55rem,2.5vw,.75rem);margin-bottom:1rem;line-height:2}.current-location{padding:.75rem;gap:.75rem}.location-marker{font-size:1.3rem}.location-name{font-size:clamp(.75rem,3vw,1rem)}.location-region{font-size:clamp(.5rem,1.8vw,.7rem)}.stats-grid{gap:.6rem}.stat-box{padding:.75rem;border:2px solid #fff;box-shadow:4px 4px #000}.stat-icon{font-size:1.8rem;margin-bottom:.6rem}.stat-value{font-size:clamp(.9rem,4vw,1.3rem);margin-bottom:.3rem}.stat-label{font-size:clamp(.42rem,2vw,.6rem);line-height:1.8}.destinations-box,.fun-facts-box{box-shadow:4px 4px #000}.destinations-title,.fun-facts-title{font-size:clamp(.7rem,3vw,.95rem);margin-bottom:1rem;line-height:1.8}.destinations-list{max-height:300px;gap:.6rem}.destination-item{padding:.6rem;gap:.75rem}.destination-number{width:32px;height:32px;font-size:.7rem}.destination-name{font-size:clamp(.6rem,2.5vw,.8rem)}.destination-region{font-size:clamp(.45rem,1.8vw,.65rem)}.current-indicator,.visited-indicator{font-size:1.2rem}.fun-fact{padding:.65rem;margin-bottom:.75rem;font-size:clamp(.5rem,2.2vw,.65rem);line-height:2;min-height:60px}.live-stats-grid{gap:.6rem}.live-stat{border:2px solid #ffcc00;box-shadow:4px 4px #000}.dot{width:7px;height:7px}}.call-container{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:2rem;align-items:center}.error-box{background:#d00000;border:4px solid #fff;padding:2rem;text-align:center;box-shadow:8px 8px #000;max-width:600px}.error-icon{font-size:4rem;margin-bottom:1rem}.error-title{font-size:clamp(.9rem,2.5vw,1.2rem);color:#fff;text-shadow:3px 3px 0 #000;margin-bottom:1rem}.error-message{font-size:clamp(.6rem,1.8vw,.75rem);color:#fff;text-shadow:none;margin-bottom:1rem;line-height:1.8}.error-code{background:#000;border:3px solid #fff;padding:1rem;margin:1rem 0;font-size:.7rem;color:#fc0;text-align:left;font-family:monospace;line-height:1.8}.error-note{font-size:.6rem;color:#fff;text-shadow:2px 2px 0 #000;line-height:1.8}.error-note a{color:#fc0;text-decoration:underline}.phone-frame{background:#00a800;border:6px solid #fff;border-radius:0;padding:1.5rem;box-shadow:8px 8px #000;max-width:500px;width:100%}.phone-screen{background:#1a1a1a;border:4px solid #000;border-radius:0;padding:2rem 1.5rem;min-height:500px;display:flex;flex-direction:column;gap:1.5rem}.call-header{text-align:center;border-bottom:3px solid #fff;padding-bottom:1rem}.caller-name{font-size:clamp(1rem,3vw,1.3rem);color:#fc0;text-shadow:3px 3px 0 #000;margin-bottom:.5rem}.call-time{font-size:clamp(.8rem,2vw,1rem);color:#fff;text-shadow:2px 2px 0 #000}.santa-avatar{display:flex;justify-content:center;margin:1rem 0}.avatar-circle{width:150px;height:150px;border-radius:0;background:#d00000;border:5px solid #fff;display:flex;align-items:center;justify-content:center;font-size:5rem;box-shadow:6px 6px #000;transition:none}.avatar-circle.listening{animation:pulse 1.5s ease-in-out infinite;border-color:#0f0;box-shadow:6px 6px #000}.avatar-circle.speaking{animation:pulse 1s ease-in-out infinite;border-color:#0cf;box-shadow:6px 6px #000}.status-display{text-align:center;padding:1rem;background:#000;border:3px solid #fff;border-radius:0}.status-text{font-size:clamp(.8rem,2vw,1rem);color:#fc0;text-shadow:none;margin-bottom:.5rem}.sub-status{font-size:clamp(.6rem,1.5vw,.75rem);color:#fff;text-shadow:2px 2px 0 #000;line-height:1.6}.call-controls{display:flex;flex-direction:column;gap:1rem;margin-top:auto}.mic-button{font-family:"Press Start 2P",cursive;background:#00a800;border:4px solid #fff;padding:1.5rem;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.5rem;transition:none;box-shadow:6px 6px #000;touch-action:manipulation;user-select:none;-webkit-user-select:none}.mic-button:hover:not(:disabled){background:#00c800}.mic-button:active:not(:disabled){transform:translate(2px,2px);box-shadow:4px 4px #000}.mic-button.recording{background:#d00000;box-shadow:6px 6px #000;animation:pulse 1.5s ease-in-out infinite}.mic-button:disabled{opacity:.5;cursor:not-allowed}.mic-icon{font-size:3rem}.mic-label{font-size:.8rem;color:#fff;text-shadow:2px 2px 0 #000}.end-button{font-family:"Press Start 2P",cursive;background:#900;border:4px solid #fff;padding:1rem;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.5rem;transition:none;box-shadow:6px 6px #000;touch-action:manipulation;user-select:none;-webkit-user-select:none}.end-button:hover{background:#b00}.end-button:active{transform:translate(2px,2px);box-shadow:4px 4px #000}.end-icon{font-size:2rem}.end-label{font-size:.7rem;color:#fff;text-shadow:2px 2px 0 #000}.conversation-log{background:#000;border:3px solid #ffcc00;border-radius:0;padding:1rem;max-height:200px;overflow-y:auto;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.conversation-log::-webkit-scrollbar{width:6px}.conversation-log::-webkit-scrollbar-track{background:#1a1a1a;border-radius:0}.conversation-log::-webkit-scrollbar-thumb{background:#fc0;border-radius:0}.log-title{font-size:.7rem;color:#fc0;text-shadow:none;margin-bottom:.8rem}.log-messages{display:flex;flex-direction:column;gap:.8rem}.message{font-size:.6rem;line-height:1.6;padding:.5rem;border-radius:0;background:#1a1a1a;border:2px solid}.message.user{border-color:#00a800;background:#1a1a1a}.message.assistant{border-color:#d00000;background:#1a1a1a}.message-label{color:#fc0;text-shadow:none;font-weight:700;display:inline-block;margin-right:.5rem}.message-text{color:#fff;text-shadow:1px 1px 0 #000}.instructions-box{background:#06c;border:4px solid #fff;padding:2rem;max-width:500px;width:100%;box-shadow:8px 8px #000}.instructions-title{font-size:clamp(.8rem,2.5vw,1rem);color:#fff;text-shadow:3px 3px 0 #000;margin-bottom:1.5rem;text-align:center}.instructions-list{font-size:clamp(.6rem,1.8vw,.75rem);color:#fff;text-shadow:2px 2px 0 #000;line-height:2;padding-left:1.5rem}.instructions-list li{margin-bottom:.8rem}@media (max-width: 768px){.call-container{gap:1rem}.error-box{padding:1.5rem;border:3px solid #fff;box-shadow:6px 6px #000}.error-icon{font-size:3rem}.error-title{font-size:clamp(.8rem,3vw,1rem)}.error-message{font-size:clamp(.55rem,2vw,.7rem)}.error-code{padding:.8rem;font-size:.6rem}.error-note{font-size:.55rem}.phone-frame{padding:1rem;border:4px solid #fff;box-shadow:6px 6px #000}.phone-screen{padding:1.5rem 1rem;min-height:450px;border:3px solid #000}.call-header{border-bottom:2px solid #fff}.caller-name{font-size:clamp(.9rem,3.5vw,1.2rem)}.call-time{font-size:clamp(.7rem,2.5vw,.9rem)}.avatar-circle{width:120px;height:120px;font-size:4rem;border:4px solid #fff}.status-display{padding:.8rem;border:2px solid #fff}.status-text{font-size:clamp(.7rem,2.5vw,.9rem)}.sub-status{font-size:clamp(.55rem,1.8vw,.7rem)}.call-controls{gap:.8rem}.mic-button{padding:1.2rem;border:3px solid #fff;min-height:80px;box-shadow:4px 4px #000}.mic-button:active:not(:disabled){transform:translate(2px,2px);box-shadow:2px 2px #000}.mic-icon{font-size:2.5rem}.mic-label{font-size:.7rem}.end-button{padding:.9rem;border:3px solid #fff;min-height:60px;box-shadow:4px 4px #000}.end-button:active{transform:translate(2px,2px);box-shadow:2px 2px #000}.end-icon{font-size:1.8rem}.end-label{font-size:.65rem}.conversation-log{padding:.8rem;max-height:180px;border:2px solid #ffcc00}.log-title{font-size:.65rem}.message{font-size:.55rem;padding:.4rem}.instructions-box{padding:1.5rem;border:3px solid #fff;box-shadow:6px 6px #000}.instructions-title{font-size:clamp(.7rem,2.8vw,.9rem)}.instructions-list{font-size:clamp(.55rem,2vw,.7rem);padding-left:1.2rem}}@media (max-width: 480px){.call-container{gap:.75rem}.error-box{padding:1rem;border:2px solid #fff;box-shadow:4px 4px #000}.error-icon{font-size:2.5rem;margin-bottom:.75rem}.error-title{font-size:clamp(.7rem,3.5vw,.9rem);margin-bottom:.75rem}.error-message{font-size:clamp(.5rem,2.2vw,.65rem);margin-bottom:.75rem;line-height:2}.error-code{padding:.6rem;font-size:.5rem;margin:.75rem 0}.error-note{font-size:.5rem;line-height:2}.phone-frame{padding:.75rem;border:3px solid #fff;border-radius:0;box-shadow:6px 6px #000}.phone-screen{padding:1.2rem .8rem;min-height:380px;gap:1rem;border:2px solid #000;border-radius:0}.call-header{padding-bottom:.75rem;border-bottom:2px solid #fff}.caller-name{font-size:clamp(.8rem,4vw,1.1rem);margin-bottom:.3rem}.call-time{font-size:clamp(.65rem,2.8vw,.85rem)}.santa-avatar{margin:.75rem 0}.avatar-circle{width:100px;height:100px;font-size:3.5rem;border:3px solid #fff;box-shadow:4px 4px #000}.status-display{padding:.75rem;border:2px solid #fff;border-radius:0}.status-text{font-size:clamp(.65rem,2.8vw,.85rem);margin-bottom:.4rem}.sub-status{font-size:clamp(.5rem,2vw,.65rem);line-height:1.8}.call-controls{gap:.6rem}.mic-button{padding:1rem;border:2px solid #fff;min-height:75px;box-shadow:4px 4px #000;gap:.4rem}.mic-button:active:not(:disabled){transform:translate(2px,2px);box-shadow:2px 2px #000}.mic-button.recording{box-shadow:4px 4px #000}.mic-icon{font-size:2.2rem}.mic-label{font-size:.65rem}.end-button{padding:.8rem;border:2px solid #fff;min-height:55px;gap:.4rem;box-shadow:4px 4px #000}.end-button:active{transform:translate(2px,2px);box-shadow:2px 2px #000}.end-icon{font-size:1.6rem}.end-label{font-size:.6rem}.conversation-log{padding:.65rem;max-height:150px;border:2px solid #ffcc00;border-radius:0}.log-title{font-size:.6rem;margin-bottom:.6rem}.log-messages{gap:.6rem}.message{font-size:.5rem;line-height:1.8;padding:.4rem;border-radius:0}.message-label{margin-right:.4rem}.instructions-box{padding:1rem;border:2px solid #fff;box-shadow:4px 4px #000}.instructions-title{font-size:clamp(.65rem,3.2vw,.85rem);margin-bottom:1rem;line-height:1.8}.instructions-list{font-size:clamp(.5rem,2.2vw,.65rem);line-height:2.2;padding-left:1rem}.instructions-list li{margin-bottom:.6rem}}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;touch-action:manipulation}body{font-family:"Press Start 2P",cursive;background:#000;color:#fff;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{min-height:100vh;display:flex;flex-direction:column;position:relative}.app-header{padding:2rem 1rem;text-align:center;position:relative;z-index:2}.pixel-border{background:#d00000;padding:1.5rem;border:4px solid #fff;box-shadow:8px 8px #000;margin-bottom:2rem;position:relative}.pixel-border:before{content:"⭐";position:absolute;top:-20px;left:10px;font-size:2rem;animation:twinkle 2s ease-in-out infinite}.pixel-border:after{content:"⭐";position:absolute;top:-20px;right:10px;font-size:2rem;animation:twinkle 2s ease-in-out infinite 1s}.title{font-size:clamp(1rem,3vw,1.5rem);color:#fff;text-shadow:4px 4px 0 #000;letter-spacing:2px;line-height:1.6}.nav-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;padding:0 1rem}.pixel-button{font-family:"Press Start 2P",cursive;font-size:clamp(.6rem,2vw,.8rem);padding:1rem 1.5rem;background:#00a800;color:#fff;border:4px solid #fff;cursor:pointer;transition:none;text-transform:uppercase;box-shadow:6px 6px #000;position:relative;touch-action:manipulation;user-select:none;-webkit-user-select:none}.pixel-button:hover{background:#00c800}.pixel-button:active{transform:translate(2px,2px);box-shadow:4px 4px #000}.pixel-button.active{background:#fc0;color:#000;box-shadow:6px 6px #000}.app-content{flex:1;padding:2rem 1rem;position:relative;z-index:2;max-width:1400px;margin:0 auto;width:100%}.app-footer{padding:2rem;text-align:center;background:#1a1a1a;border-top:4px solid #fff;position:relative;z-index:2}.pixel-text{font-size:.7rem;color:#fff;text-shadow:2px 2px 0 #000}@keyframes twinkle{0%,to{opacity:1}50%{opacity:.3}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (max-width: 768px){.app-header{padding:1rem .75rem}.pixel-border{padding:1rem;margin-bottom:1rem;border:3px solid #fff;box-shadow:6px 6px #000}.pixel-border:before,.pixel-border:after{font-size:1.5rem;top:-15px}.title{font-size:clamp(.75rem,4vw,1rem);letter-spacing:1px}.nav-buttons{gap:.75rem;padding:0 .5rem}.pixel-button{padding:1rem 1.2rem;font-size:.55rem;min-height:48px;border:3px solid #fff;box-shadow:4px 4px #000}.pixel-button:active{transform:translate(2px,2px);box-shadow:2px 2px #000}.app-content{padding:1rem .75rem}.app-footer{padding:1.5rem 1rem}.pixel-text{font-size:.55rem;line-height:1.6}}@media (max-width: 480px){.app-header{padding:.75rem .5rem}.pixel-border{padding:.75rem;margin-bottom:.75rem;border:2px solid #fff;box-shadow:4px 4px #000}.pixel-border:before,.pixel-border:after{font-size:1.2rem;top:-12px}.title{font-size:clamp(.65rem,4.5vw,.85rem);letter-spacing:.5px;line-height:1.8}.nav-buttons{gap:.5rem;padding:0 .5rem;width:100%}.pixel-button{padding:.9rem 1rem;font-size:.5rem;min-height:48px;flex:1;border:2px solid #fff;box-shadow:4px 4px #000}.pixel-button:active{transform:translate(2px,2px);box-shadow:2px 2px #000}.app-content{padding:.75rem .5rem}.app-footer{padding:1rem .5rem}.pixel-text{font-size:.5rem}}
