body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;overflow:hidden;position:fixed;width:100%;height:100%}*{box-sizing:border-box}#root{height:100vh;width:100vw;overflow:hidden}*{-webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}input,textarea{-webkit-user-select:text;user-select:text}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center;height:100vh;width:100vw;overflow:hidden;display:flex;flex-direction:column;background-color:#f5f5f5}.App:fullscreen{background-color:#f5f5f5}.App:-webkit-full-screen{background-color:#f5f5f5}.App:-moz-full-screen{background-color:#f5f5f5}@media screen and (max-width: 768px){.App{position:fixed;top:0;left:0;width:100vw;height:100vh;overflow:hidden}}@media screen and (max-width: 768px){input,select,textarea{font-size:16px}}.App .fullscreen-button,.App .discreet-fullscreen-button,.App .active-screen .discreet-fullscreen-button{color:#333!important}.App .fullscreen-button:hover,.App .discreet-fullscreen-button:hover,.App .active-screen .discreet-fullscreen-button:hover{color:#111!important}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px;background:linear-gradient(135deg,#667eea,#764ba2)}.login-card{background:#fff;border-radius:12px;padding:40px;box-shadow:0 10px 30px #0003;width:100%;max-width:400px;text-align:center}.login-header h1{margin:0 0 10px;color:#333;font-size:2rem;font-weight:700}.login-header p{margin:0 0 30px;color:#666;font-size:1rem}.login-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;text-align:left}.form-group label{margin-bottom:8px;font-weight:600;color:#333;font-size:.9rem}.form-group input{padding:12px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:border-color .3s ease;background-color:#f8f9fa}.form-group input:focus{outline:none;border-color:#667eea;background-color:#fff}.selected-numbers{text-align:center;margin-bottom:12px}.selected-numbers label{font-weight:600;color:#333;font-size:1rem;margin-bottom:8px;display:block}.selected-display{background-color:#f8f9fa;border:2px solid #e1e5e9;border-radius:8px;padding:12px 16px;font-size:1rem;color:#333;min-height:20px;display:flex;align-items:center;justify-content:center}.selected-numbers .login-hint{margin-top:8px;padding:8px 12px;background-color:#e3f2fd;border-radius:6px;border-left:4px solid #2196f3;font-size:.85rem;color:#1976d2}.number-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:12px}.number-button{background:linear-gradient(135deg,#17a2b8,#138496);color:#fff;border:none;padding:16px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.number-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #17a2b866}.number-button:active{transform:translateY(0);background:linear-gradient(135deg,#138496,#117a8b)}.action-buttons{display:flex;gap:12px}.clear-button{background:linear-gradient(135deg,#dc3545,#c82333);color:#fff;border:none;padding:14px 24px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;flex:1}.clear-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #dc354566}.clear-button:active{transform:translateY(0)}.login-button{flex:1}.error-message{color:#dc3545;font-size:.9rem;margin-top:10px;padding:8px;background-color:#f8d7da;border-radius:4px;border:1px solid #f5c6cb}.login-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:14px 24px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.login-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.login-button:active{transform:translateY(0)}.discreet-fullscreen-button{position:fixed;bottom:20px;right:20px;background:#fff;border:1px solid #e0e0e0;border-radius:50%;width:44px;height:44px;font-size:16px;color:#333;cursor:pointer;z-index:9999;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.discreet-fullscreen-button:hover{background:#f5f5f5;color:#111;transform:scale(1.1);box-shadow:0 4px 12px silver}.discreet-fullscreen-button:active{transform:scale(.95)}.login-hint{margin-top:20px;padding:15px;background-color:#e3f2fd;border-radius:8px;border-left:4px solid #2196f3}.login-hint p{margin:0;color:#1976d2;font-size:.9rem}@media screen and (max-width: 768px){.login-container{padding:10px}.login-card{padding:30px 20px;border-radius:8px}.login-header h1{font-size:1.8rem}.login-header p{font-size:.9rem}.number-button{padding:12px;font-size:.9rem}.action-buttons{display:flex;flex-direction:row;gap:12px}.clear-button,.login-button{flex:1;width:auto}.discreet-fullscreen-button{bottom:15px;right:15px;width:40px;height:40px;font-size:14px}}.login-redirect-message{margin:0;color:#444;font-size:1rem}.main-screen{display:flex;flex-direction:column;height:100vh;width:100vw;overflow:hidden;margin:0;padding:0}.main-image-container{flex:1;width:100%;overflow:hidden;position:relative;display:flex;align-items:stretch;justify-content:center}.main-image{width:100%;height:100%;object-fit:fill;object-position:center;display:block}.footer-image-container{width:100%;height:auto;overflow:hidden;position:relative;cursor:pointer;transition:opacity .2s ease}.footer-image-container:hover{opacity:.9}.footer-image{width:100%;height:auto;object-fit:cover;object-position:center;display:block}.fullscreen-button{position:fixed;bottom:80px;right:20px;background:#fff;border:1px solid #e0e0e0;border-radius:50%;width:44px;height:44px;font-size:16px;color:#333;cursor:pointer;z-index:9999;display:flex;align-items:center;justify-content:center;transition:all .3s ease;opacity:1}.fullscreen-button:hover{background:#f5f5f5;color:#111;transform:scale(1.1);box-shadow:0 4px 12px silver}.fullscreen-button:active{transform:scale(.95)}@media screen and (max-width: 768px){.fullscreen-button{bottom:70px;right:15px;width:40px;height:40px;font-size:14px}}body,html{margin:0;padding:0;height:100%;width:100%;overflow:hidden}.active-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#fff;z-index:1000;display:flex;flex-direction:column}.active-screen:before{content:"";position:fixed;top:0;left:0;width:100%;height:25px;background:#012a68;z-index:1001}.active-screen:after{content:"";position:fixed;bottom:0;left:0;width:100%;height:60px;background-color:#000;z-index:999}.header-images{width:100%;height:auto;margin-top:25px;display:flex}.header-left,.header-right{flex:1;height:auto}.header-left img,.header-right img{width:100%;height:auto;display:block}.header-right{cursor:pointer;transition:opacity .2s ease}.header-right:hover{opacity:.8}.interstate-text{color:red;font-size:2rem;font-weight:700;text-align:center;padding:0;cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .3s ease}.interstate-text:hover{color:#c00}.interstate-text.intrastate{color:#000}.interstate-text.intrastate:hover{color:#333}.zone-ride-card{margin:5px auto;width:80%;height:100px;border-radius:15px;background:linear-gradient(to bottom,#06c,#fff,#06c);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 8px #0000001a}.zone-ride-content{text-align:center;color:#333}.zone-number{font-size:2.7rem;font-weight:700;margin-bottom:5px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:transform .2s ease}.zone-number:hover{transform:scale(1.05)}.zone-title{font-size:.9rem;font-weight:700;margin-bottom:5px}.zone-note{font-size:.9rem;font-weight:700;font-style:italic}.active-content{text-align:center;padding:20px;max-width:600px;margin:0 auto;flex:1;display:flex;flex-direction:column;justify-content:center}.bottom-section{position:fixed;bottom:60px;left:0;width:100%;background:#fff;padding:10px 0;display:flex;flex-direction:column;align-items:center;gap:10px;z-index:1000}.timestamp{font-size:1.1rem;font-weight:700;color:#000}.date{font-size:1.1rem;font-weight:700;color:#000;margin-bottom:10px}.animated-rectangles{display:flex;width:100%;margin-bottom:10px;flex-direction:column;gap:10px}.rectangle{flex:1;height:20px;transition:opacity .1s ease;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative;min-height:20px}.rectangle.visible{opacity:1}.rectangle.hidden{opacity:0}.rectangle-container{display:flex;width:100%;gap:0}.animated-rectangles .color-input{margin:5px 0;padding:5px;border:1px solid #ccc;border-radius:4px;font-size:.9rem;width:200px;text-align:center}.input-row{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;margin-bottom:10px}.input-row:first-child{margin-bottom:15px}.ok-button{background:#4caf50;color:#fff;border:none;padding:8px 20px;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .2s ease}.ok-button:hover{background:#45a049}.rect1{background-color:#ff6b6b}.rect2{background-color:#4ecdc4}.rect3{background-color:#45b7d1}.rect4{background-color:#06c}.countdown{font-size:1.1rem;font-weight:700;color:#000}.color-input{margin-top:5px;padding:5px;border:1px solid #ccc;border-radius:4px;font-size:.9rem;width:200px;text-align:center}.timestamp,.date,.countdown{cursor:pointer;-webkit-user-select:none;user-select:none;transition:transform .2s ease}.timestamp:hover,.date:hover,.countdown:hover{transform:scale(1.02)}.footer-image{position:fixed;bottom:0;left:0;width:100%;z-index:1002}.footer-image img{width:100%;height:auto;display:block}.active-content h1{color:#333;margin-bottom:20px}.active-content p{color:#666;margin-bottom:30px;font-size:1.1rem}.back-button{background:#667eea;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:1rem;cursor:pointer;transition:background-color .2s ease}.back-button:hover{background:#5a6fd8}.active-screen .discreet-fullscreen-button{position:fixed;bottom:20px;right:20px;background:#fff;border:1px solid #e0e0e0;border-radius:50%;width:44px;height:44px;font-size:16px;color:#333;cursor:pointer;z-index:9999;display:flex;align-items:center;justify-content:center;transition:all .3s ease;opacity:1;backdrop-filter:none;-webkit-backdrop-filter:none}.active-screen .discreet-fullscreen-button:hover{background:#f5f5f5;color:#111;transform:scale(1.1);box-shadow:0 4px 12px silver}.active-screen .discreet-fullscreen-button:active{transform:scale(.95)}@media screen and (max-width: 768px){.active-screen .discreet-fullscreen-button{bottom:15px;right:15px;width:40px;height:40px;font-size:14px}}.back-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#fff;z-index:1000;display:flex;align-items:flex-start;justify-content:center;padding-top:50px}.back-image-container{display:flex;justify-content:center;align-items:center}.go-back-image{max-width:200px;max-height:200px;width:auto;height:auto;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.go-back-image:hover{transform:scale(1.05);opacity:.8}.go-back-image:active{transform:scale(.95)}.image-carousel{width:100vw;height:100vh;position:fixed;top:0;left:0;margin:0;padding:0;display:flex;flex-direction:column;background-color:#fff;overflow:hidden}.carousel-top{flex:1;margin:0;padding:0;display:flex;justify-content:center;align-items:flex-start;overflow:hidden}.carousel-image{max-width:100%;max-height:100%;width:auto;height:auto;margin:0;padding:0;object-fit:contain;cursor:pointer;transition:opacity .3s ease-in-out}.carousel-image:hover{opacity:.9}.carousel-footer{width:100%;height:auto;display:flex;justify-content:center;align-items:center}.footer-image{width:100%;height:auto;object-fit:contain;cursor:pointer}
