@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-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}@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-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}}
