@import"https://fonts.googleapis.com/css2?family=Kode+Mono:wght@400..700&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--otw-blue: #0366c8;--otw-cream: #fef9e7}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}body.otw-theme{background-color:var(--otw-blue);color:var(--otw-cream);display:block}.otw-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;text-align:center;position:relative;overflow:hidden;padding:0}.otw-header{position:absolute;top:0;left:0;width:100%;padding:1.5rem 2rem;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;z-index:10}.otw-header-left{display:flex;align-items:center;gap:1rem}.otw-logo{width:60px;height:60px;object-fit:contain}.otw-header-text{font-family:Helvetica Neue,Arial,sans-serif;font-weight:900;font-size:1.5rem;color:var(--otw-cream);white-space:nowrap}.otw-status-container{display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem;width:max-content}.otw-status-pill{display:flex;justify-content:space-between;align-items:center;gap:.5rem;font-family:Kode Mono,monospace;font-size:.9rem;color:var(--otw-cream);background:#ffffff1a;padding:.4rem .8rem;border-radius:999px;border:1px solid rgba(255,255,255,.2);width:100%;box-sizing:border-box}.otw-status-dot{width:8px;height:8px;border-radius:50%;position:relative}.otw-status-dot.yellow{background-color:#fbbf24}.otw-status-dot.grey{background-color:#9ca3af}.otw-status-dot.yellow:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background-color:inherit;border-radius:50%;animation:pulse-ring 2s cubic-bezier(.215,.61,.355,1) infinite}@keyframes pulse-ring{0%{transform:translate(-50%,-50%) scale(.8);opacity:.8}to{transform:translate(-50%,-50%) scale(2.5);opacity:0}}.otw-chat-btn{display:flex;align-items:center;gap:.5rem;background-color:var(--otw-cream);color:var(--otw-blue);text-decoration:none;font-weight:700;padding:.75rem 1.5rem;border-radius:999px;font-size:1.1rem;transition:transform .2s,opacity .2s;white-space:nowrap}.otw-chat-btn:hover{transform:scale(1.05);opacity:.95}.timer-display{display:flex;flex-direction:column;align-items:center;font-family:Kode Mono,monospace;font-weight:700;margin:0;line-height:1;color:var(--otw-cream)}.timer-days{font-size:10rem;font-weight:700}.timer-time{font-size:7.5rem;font-weight:500}.timer-subtitle{margin-top:4rem;font-size:1.5rem;font-weight:700;color:var(--otw-cream);letter-spacing:.1em;text-transform:uppercase}@media(max-width:1400px){.timer-days{font-size:8rem}.timer-time{font-size:6rem}.otw-header{padding:1rem 1.5rem}.otw-chat-btn{position:fixed;bottom:3rem;left:50%;transform:translate(-50%);z-index:20;font-size:1.2rem;padding:1rem 2rem;width:max-content;box-shadow:0 4px 12px #0000004d}.otw-chat-btn:hover{transform:translate(-50%) scale(1.05)}}@media(max-width:1024px){.timer-days{font-size:6rem}.timer-time{font-size:4.5rem}.otw-header{padding:1rem}}@media(max-width:900px){.otw-header-text{font-size:1.1rem}.otw-logo{width:45px;height:45px}}@media(max-width:768px){.otw-header-text{font-size:1rem;white-space:nowrap;text-transform:none;text-align:left;overflow:hidden;text-overflow:ellipsis}.otw-header-left{gap:.5rem;flex:1;min-width:0;margin-right:.5rem}.otw-logo{width:36px;height:36px;flex-shrink:0}.otw-chat-btn{display:flex;padding:.5rem .8rem;font-size:.8rem}.timer-subtitle{font-size:1rem;margin-top:2rem;padding:0 1.5rem;line-height:1.4;max-width:100%;box-sizing:border-box}.timer-days{font-size:15vw}.timer-time{font-size:12vw}}@media(max-width:1400px)and (max-width:768px){.otw-chat-btn{font-size:1rem;padding:.8rem 1.5rem;bottom:2rem}}@media(max-width:380px){.otw-header{padding:.5rem}.otw-header-text{font-size:.85rem}.otw-logo{width:32px;height:32px}}
