@import url(https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.countdown{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin:20px auto}.countdown-item{background:#000000b3;border-radius:10px;padding:20px;text-align:center;width:140px}.countdown-item p{color:#fff;font-family:Fredoka One,cursive;font-size:3.5rem;font-weight:200;line-height:1;margin:0;overflow:hidden;text-overflow:ellipsis;text-shadow:2px 2px 8px #000000b3;white-space:nowrap}.countdown-number{animation:numberChange .3s ease-in-out}@keyframes numberChange{0%{opacity:.5;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.countdown-item span{display:block;font-size:1.25rem;margin-top:10px}.christmas-message,.countdown-item span{color:#fff;font-family:Fredoka One,cursive}.christmas-message{text-align:center;text-shadow:2px 2px 8px #000000b3}.christmas-message h1{font-size:4rem}.christmas-message p{font-size:1.5rem;margin-top:10px}@keyframes subtle-glow{0%{text-shadow:0 0 10px red,0 0 20px red,0 0 30px red}to{text-shadow:0 0 20px #ff0,0 0 30px #ff0,0 0 40px #ff0}}@media (max-width:768px){.countdown-item{padding:15px;width:120px}.countdown-item p{font-size:2.8rem;line-height:1;white-space:nowrap}.countdown-item span{font-size:1rem}}@media (max-width:480px){.countdown-item{padding:12px;width:100px}.countdown-item p{font-size:2.2rem;line-height:1;white-space:nowrap}.countdown-item span{font-size:.8rem}}body{background:url(/static/media/bg1.7efbcf210ab134d959f3.png) no-repeat 50% fixed;background-size:cover;color:#fff;font-family:Arial,sans-serif;margin:0}.app{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;text-align:center}.main-content{align-items:flex-start;display:flex;flex:1 1;justify-content:center;padding:15vh 0 20px}.content-wrapper{margin:0 auto;max-width:800px;padding:0 20px;text-align:center}.main-title{color:#fff;font-family:Fredoka One,cursive;font-size:2.5rem;line-height:1.2;margin:0 0 40px;text-shadow:2px 2px 8px #000000b3}footer{color:#ffffffb3;font-size:.9rem;margin-top:20px;padding:10px 0 20px}@media (max-width:768px){.main-content{padding-bottom:20px;padding-top:12vh}.main-title{font-size:2rem;margin:0 0 30px}}@media (max-width:480px){.main-content{padding-bottom:30px;padding-top:10vh}.main-title{font-size:1.5rem;margin:0 0 25px}}.footer{margin-top:auto;padding:20px 0;text-align:center}.store-icons{display:flex;gap:10px;justify-content:center;margin:10px 0}.store-icon{cursor:pointer;height:35px;transition:transform .3s ease;width:120px}.store-icon:hover{transform:scale(1.05)}.store-button{background:none;border:none;cursor:pointer;padding:0;transition:transform .3s ease}.store-button:hover{transform:scale(1.05)}.play-store-icon{cursor:pointer}@media (max-width:768px){.store-icon{height:30px;width:100px}.store-icons{gap:8px}}@media (max-width:480px){.store-icon{height:28px;width:85px}.store-icons{gap:6px}}.floating-menu-button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000004d;border:1px solid #ffffff1a;border-radius:25px;box-shadow:0 4px 15px #0003;cursor:pointer;display:flex;justify-content:center;padding:16px 20px;position:fixed;right:20px;top:20px;transition:all .3s ease;z-index:1000}.floating-menu-button:hover{background:#0006;box-shadow:0 6px 20px #0000004d;transform:scale(1.05)}.menu-icon{color:#fff;font-size:1.8rem;font-weight:700;line-height:1}@media (max-width:768px){.floating-menu-button{padding:12px 16px;right:15px;top:15px}.menu-icon{font-size:1.5rem}}@media (max-width:480px){.floating-menu-button{padding:10px 14px;right:10px;top:10px}.menu-icon{font-size:1.3rem}}.settings-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.settings-panel{animation:slideIn .3s ease;background:#be413a;border:2px solid #ffffff1a;border-radius:15px;box-shadow:0 15px 40px #0006;max-height:70vh;max-width:420px;overflow-y:auto;width:90%}.settings-header{align-items:center;border-bottom:1px solid #fff3;display:flex;justify-content:space-between;padding:20px 25px}.settings-header h2{color:#fff;font-family:Fredoka One,cursive;font-size:1.8rem;font-weight:700;letter-spacing:.5px;margin:0;text-shadow:2px 2px 6px #0006}.settings-content{padding:35px 25px 25px}.setting-group{margin-bottom:25px}.setting-label{color:#fff;display:block;font-family:Arial,sans-serif;font-size:1.1rem;font-weight:600;letter-spacing:.3px;margin-bottom:10px;text-shadow:1px 1px 4px #0000004d}.char-counter{color:#ffffffb3;font-size:.9rem;font-weight:400;margin-left:8px}.setting-input,.setting-select{background:#ffffffe6;border:2px solid #ffffff4d;border-radius:12px;box-sizing:border-box;color:#333;font-family:Arial,sans-serif;font-size:1rem;font-weight:500;padding:15px 20px;transition:all .3s ease;width:100%}.setting-input:focus,.setting-select:focus{background:#fff;border-color:#fff;box-shadow:0 0 0 3px #ffffff4d;outline:none}.setting-input::placeholder{color:#666}.setting-select option{background:#fff;color:#333}.toggle-section{border-top:1px solid #fff3;margin-top:25px;padding-top:20px}.toggle-container{align-items:center;display:flex;justify-content:space-between;width:100%}.toggle-group{border-radius:8px;margin-bottom:18px;padding:8px 0;transition:background-color .2s ease;width:100%}.toggle-group:hover{background-color:#ffffff0d}.toggle-label-text{color:#fff;flex:1 1;font-family:Arial,sans-serif;font-size:1.1rem;font-weight:600;letter-spacing:.3px;margin-bottom:0;text-align:left;text-shadow:1px 1px 4px #0000004d}.toggle-wrapper{align-items:center;display:flex;flex-shrink:0;justify-content:flex-end;margin-left:15px}.toggle-input{display:none}.toggle-label,.toggle-slider{cursor:pointer;display:block}.toggle-slider{background:#e5e5e7;border:none;border-radius:16px;flex-shrink:0;height:32px;outline:none;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:60px}.toggle-slider:hover{background:#d1d1d6}.toggle-input:checked+.toggle-label .toggle-slider{background:#34c759;box-shadow:none}.toggle-input:checked+.toggle-label .toggle-slider:hover{background:#30d158}.toggle-slider:before{background:#fff;border-radius:50%;box-shadow:0 2px 4px #0003,0 1px 2px #0000001a;content:"";height:28px;left:2px;position:absolute;top:2px;transition:all .3s cubic-bezier(.4,0,.2,1);width:28px}.toggle-input:checked+.toggle-label .toggle-slider:before{background:#fff;box-shadow:0 2px 4px #0003,0 1px 2px #0000001a;transform:translateX(28px)}.toggle-text{color:#8e8e93;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.6rem;font-weight:600;left:50%;letter-spacing:.3px;opacity:0;position:absolute;text-transform:uppercase;top:50%;transform:translate(-50%,-50%);transition:all .3s ease;white-space:nowrap}.toggle-input:checked+.toggle-label .toggle-text{color:#fff;font-weight:600;opacity:1;transform:translate(-50%,-50%) translateX(-16px)}@media (max-width:768px){.settings-panel{max-height:90vh;max-width:380px;width:95%}.settings-header h2{font-size:1.5rem}.setting-group{margin-bottom:20px}.toggle-group{margin-bottom:15px;padding:6px 0}.toggle-wrapper{margin-left:12px}.setting-label{font-size:1rem}.char-counter{font-size:.8rem}.setting-input,.setting-select{font-size:.9rem;padding:12px 15px}}@media (max-width:480px){.settings-panel{margin:10px;width:98%}.settings-header h2{font-size:1.3rem}.toggle-slider{height:28px;width:50px}.toggle-slider:before{height:24px;width:24px}.toggle-input:checked+.toggle-label .toggle-slider:before{transform:translateX(22px)}.toggle-text{font-size:.5rem}.toggle-group{margin-bottom:12px;padding:5px 0}.toggle-wrapper{margin-left:10px}}.about-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.about-panel{animation:slideIn .3s ease;background:#175588;border:2px solid #ffffff1a;border-radius:15px;box-shadow:0 15px 40px #0006;max-height:80vh;max-width:500px;overflow-y:auto;width:90%}@keyframes slideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.about-header{align-items:center;border-bottom:1px solid #fff3;display:flex;justify-content:space-between;padding:20px 25px}.about-header h2{color:#fff;font-family:Fredoka One,cursive;font-size:1.8rem;font-weight:700;letter-spacing:.5px;margin:0;text-shadow:2px 2px 6px #0006}.close-btn{align-items:center;background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.8rem;height:40px;justify-content:center;padding:5px;transition:all .3s ease;width:40px}.close-btn:hover{background:#ffffff1a;transform:scale(1.1)}.about-content{padding:25px}.about-intro{margin-bottom:25px}.about-intro h3{color:#fff;font-family:Arial,sans-serif;font-size:1.4rem;font-weight:600;margin:0 0 15px}.about-intro p{color:#ffffffe6;font-size:1rem;line-height:1.6;margin:0}.about-features{margin-bottom:25px}.about-features h3{color:#fff;font-family:Arial,sans-serif;font-size:1.3rem;font-weight:600;margin:0 0 15px}.about-features ul{list-style:none;margin:0;padding:0}.about-features li{color:#ffffffe6;font-size:.95rem;line-height:1.6;margin-bottom:8px;padding-left:25px;position:relative}.about-features li:before{content:"🎄";left:0;position:absolute;top:0}.about-usage{margin-bottom:25px}.about-usage h3{color:#fff;font-family:Arial,sans-serif;font-size:1.3rem;font-weight:600;margin:0 0 15px}.about-usage ol{color:#ffffffe6;line-height:1.6;margin:0;padding-left:20px}.about-usage li{font-size:.95rem;margin-bottom:8px}.about-footer{border-top:1px solid #fff3;padding-top:20px}.about-footer p{color:#ffffffe6;font-size:.95rem;line-height:1.6;margin:0 0 15px}.about-version{margin-top:15px;text-align:center}.about-version p{color:#ffffffb3;font-size:.85rem;margin:0}@media (max-width:768px){.about-panel{max-height:85vh;max-width:450px}.about-header{padding:15px 20px}.about-header h2{font-size:1.5rem}.about-content{padding:20px}.about-features h3,.about-intro h3,.about-usage h3{font-size:1.2rem}.about-features li,.about-footer p,.about-intro p,.about-usage li{font-size:.9rem}}@media (max-width:480px){.about-panel{max-height:90vh;max-width:95%}.about-header h2{font-size:1.3rem}.about-content{padding:15px}.about-features h3,.about-intro h3,.about-usage h3{font-size:1.1rem}.about-features li,.about-footer p,.about-intro p,.about-usage li{font-size:.85rem}}.about-button{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0006;border:1px solid #ffffff26;border-radius:50%;bottom:20px;box-shadow:0 4px 15px #0000004d,0 0 0 1px #ffffff1a;cursor:pointer;display:flex;height:55px;justify-content:center;position:fixed;right:20px;transition:all .3s cubic-bezier(.25,.46,.45,.94);width:55px;z-index:1000}.about-button:hover{background:#00000080;border-color:#ffffff40;box-shadow:0 8px 25px #0006,0 0 0 1px #fff3;transform:scale(1.15)}.about-icon{align-items:center;color:#fff;display:flex;font-family:Arial,sans-serif;font-size:1.4rem;font-weight:900;height:100%;justify-content:center;line-height:1;text-shadow:0 1px 2px #0000004d;width:100%}@media (max-width:768px){.about-button{bottom:15px;height:50px;right:15px;width:50px}.about-icon{font-size:1.3rem}}@media (max-width:480px){.about-button{bottom:10px;height:45px;right:10px;width:45px}.about-icon{font-size:1.2rem}}
/*# sourceMappingURL=main.e41a1d1b.css.map*/