@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--font-serif:"Playfair Display", serif;--font-sans:"Montserrat", sans-serif;--gold:#d4af37;--gold-glow:#d4af3766;--champagne:#f7e7ce;--work-bg:linear-gradient(135deg, #200505 0%, #500a0a 30%, #8a1a14 100%);--break-bg:linear-gradient(135deg, #041208 0%, #082a12 30%, #104e1d 100%);--long-break-bg:linear-gradient(135deg, #040812 0%, #08122a 30%, #10324e 100%);--ui-white:#fffffff2;--ui-white-trans:#d4af371a;--glass-bg:#00000040;--text-primary:var(--champagne)}body{scrollbar-gutter:stable;min-height:100vh;font-family:Inter,sans-serif;overflow-x:hidden}.app-container{width:100%;min-height:100vh;color:var(--gold);background-size:400% 400%;flex-direction:column;align-items:center;transition:background 1.5s ease-in-out;animation:15s infinite bg-gradient-move;display:flex;position:relative;overflow-x:hidden}@keyframes bg-gradient-move{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.app-container.home,.app-container.page{min-height:100vh;padding-bottom:40px;overflow-y:auto}.app-header{z-index:50;flex-direction:column;align-items:center;gap:0;width:100%;height:0;padding-top:10px;display:flex}.site-title{letter-spacing:.12em;text-transform:uppercase;color:var(--gold);text-align:left;opacity:.7;width:100%;margin-bottom:24px;font-size:1.1rem;font-weight:800}.main-content{flex-direction:column;flex:1;align-items:center;width:100%;display:flex}.main-content.centered,.main-content.top-aligned{justify-content:flex-start}.app-container.work{background:var(--work-bg)}.app-container.break{background:var(--break-bg)}.app-container.long-break{background:var(--long-break-bg)}.top-bar{z-index:100;justify-content:space-between;align-items:center;width:100%;padding:0 40px;display:flex;position:absolute;top:40px}.right-controls{align-items:center;gap:24px;display:flex}.policy-page-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2500;background:#000000a6;justify-content:center;align-items:center;padding:40px 20px;display:flex;position:fixed;inset:0}.policy-page-modal{width:100%;max-width:700px;max-height:85vh;color:var(--champagne);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#0f0f0fe6;border:1px solid #d4af374d;border-radius:28px;padding:48px;animation:.5s cubic-bezier(.165,.84,.44,1) slide-up;position:relative;overflow-y:auto;box-shadow:0 40px 100px #000c,0 0 30px #d4af3726}.policy-page-modal::-webkit-scrollbar{width:6px}.policy-page-modal::-webkit-scrollbar-thumb{background:#d4af3733;border-radius:10px}.icon-btn{color:var(--champagne);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:background .2s,transform .2s;display:flex}.icon-btn:hover{background:var(--ui-white-trans);transform:scale(1.05)}.menu-btn{background:#ffffff0d;gap:12px;border-radius:50px!important;padding:8px 18px!important}.free-badge{font-family:var(--font-sans);letter-spacing:.1em;background:linear-gradient(135deg, #fff5e1 0%, var(--gold) 50%, #b8860b 100%);color:#0000;filter:drop-shadow(0 0 5px #d4af3799);-webkit-background-clip:text;background-clip:text;border-left:1px solid #d4af374d;padding-left:12px;font-size:1.1rem;font-weight:900}.btn-nav{background:var(--glass-bg);color:var(--champagne);cursor:pointer;font-family:var(--font-serif);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:.05em;border:1px solid #d4af374d;border-radius:50px;padding:10px 24px;font-size:.95rem;font-weight:500;transition:all .4s cubic-bezier(.165,.84,.44,1)}.btn-nav:hover{background:var(--gold);color:#000;border-color:var(--gold);box-shadow:0 0 15px var(--gold-glow);transform:translateY(-2px)}.timer-section{flex-direction:column;justify-content:flex-start;align-items:center;width:100%;margin-top:5px;display:flex}.ring-container{width:280px;height:280px;position:relative}.progress-ring{width:280px;height:280px;transform:rotate(-90deg)}.ring-bg{fill:none;stroke:var(--ui-white-trans);stroke-width:6px}.ring-progress{fill:none;stroke:var(--gold);stroke-width:6px;stroke-linecap:round;filter:drop-shadow(0 0 8px var(--gold-glow));transition:stroke-dashoffset 1s linear}.timer-display{flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex;position:absolute;inset:0}.timer-time{font-family:var(--font-sans);letter-spacing:-.05em;color:var(--gold);text-shadow:0 0 15px var(--gold-glow);font-size:5.5rem;font-weight:200;line-height:1}.timer-label{font-family:var(--font-serif);letter-spacing:.2em;text-transform:uppercase;color:var(--champagne);opacity:.9;font-size:1.1rem;font-style:italic;font-weight:400}.controls-container{flex-direction:column;align-items:center;gap:3px;margin-bottom:0%;display:flex}.btn-play{background:var(--gold);cursor:pointer;width:80px;height:80px;box-shadow:0 10px 30px #0006, 0 0 15px var(--gold-glow);color:#000;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .5s cubic-bezier(.175,.885,.32,1.275);display:flex}.btn-play:hover{box-shadow:0 15px 40px #00000080, 0 0 25px var(--gold-glow);transform:scale(1.1)rotate(5deg)}.btn-secondary{background:var(--glass-bg);cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);width:50px;height:50px;color:var(--champagne);border:1px solid #d4af3766;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.btn-secondary:hover{border-color:var(--gold);background:#d4af3733;transform:rotate(-10deg)}.btn-text-reset{color:var(--champagne);opacity:.8;cursor:pointer;background:0 0;border:none;border-radius:20px;align-items:center;gap:6px;padding:8px 16px;font-size:.9rem;font-weight:600;transition:background .2s,opacity .2s;display:flex}.btn-text-reset:hover{background:var(--ui-white-trans);opacity:1}.sessions-status{opacity:.9;letter-spacing:.05em;background:var(--ui-white-trans);-webkit-backdrop-filter:blur(4px);border-radius:20px;margin-top:0;padding:6px 16px;font-size:.9rem;font-weight:700}.settings-modal{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000;background:#0009;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.settings-modal-content{width:100%;max-width:380px;color:var(--champagne);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f0f0fd9;border:1px solid #d4af374d;border-radius:20px;padding:20px;animation:.4s cubic-bezier(.165,.84,.44,1) slide-up;box-shadow:0 30px 60px #0009,0 0 20px #d4af371a}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.settings-panel{flex-direction:column;gap:12px;display:flex}.settings-section-label{font-family:var(--font-serif);color:var(--gold);text-transform:uppercase;letter-spacing:.15em;border-bottom:1px solid #d4af3740;margin-bottom:12px;padding-bottom:4px;font-size:1rem;font-weight:500;display:block}.custom-form{flex-direction:column;gap:8px;display:flex}.input-group{justify-content:space-between;align-items:center;display:flex}.input-group label{font-family:var(--font-serif);color:var(--champagne);opacity:.9;font-size:1rem;font-weight:500}.time-input{width:80px;color:var(--gold);font-size:1rem;font-family:var(--font-sans);text-align:center;appearance:textfield;background:#0006;border:1px solid #d4af374d;border-radius:10px;outline:none;padding:6px 10px;font-weight:400;transition:all .3s}.time-input::-webkit-inner-spin-button{-webkit-appearance:none}.time-input::-webkit-outer-spin-button{-webkit-appearance:none}.time-input:focus{border-color:var(--gold);box-shadow:0 0 10px var(--gold-glow);background:#0009}.apply-btn{background:var(--gold);color:#000;width:100%;font-family:var(--font-serif);cursor:pointer;letter-spacing:.05em;border:none;border-radius:40px;margin-top:10px;padding:12px;font-size:1rem;font-weight:700;transition:all .3s;box-shadow:0 8px 24px #0006}.apply-btn:hover:not(:disabled){box-shadow:0 15px 40px var(--gold-glow);transform:translateY(-2px)}.apply-btn:active:not(:disabled){transform:translateY(0)}.error-msg{color:#ef4444;text-align:center;margin-top:8px;font-size:.85rem;font-weight:600}.schedule-container{z-index:40;flex-direction:column;align-items:center;gap:8px;width:100%;max-width:380px;margin:0 auto 1px;display:flex;position:static}@media (width<=850px){.schedule-container{align-items:center;margin-top:24px;margin-bottom:24px;position:static;transform:none}}.schedule-header{justify-content:space-between;align-items:center;width:100%;margin-bottom:12px;display:flex}.schedule-title{opacity:.8;letter-spacing:.05em;margin:0;font-size:1rem;font-weight:600}.schedule-list{flex-direction:column;gap:6px;width:100%;list-style:none;display:flex}.schedule-item{opacity:.6;border-radius:12px;justify-content:space-between;padding:12px 24px;font-size:1.2rem;font-weight:500;transition:opacity .3s,background .3s;display:flex}.schedule-status-badge{opacity:.9;background:var(--ui-white-trans);white-space:nowrap;border-radius:14px;padding:6px 14px;font-size:1.15rem;font-weight:700}.session-progress-bar{gap:6px;width:100%;margin-bottom:8px;display:flex}.session-block{background:#d4af3733;border-radius:3px;flex:1;height:6px;position:relative;overflow:hidden}.session-block.completed{background:#fffc}.session-block.active:after{content:"";background:#fff;animation:2s infinite pulse-active;position:absolute;inset:0;box-shadow:0 0 10px #fff}@keyframes pulse-active{0%{opacity:.4}50%{opacity:1}to{opacity:.4}}.schedule-item.current{opacity:1;background:var(--ui-white-trans)}.schedule-notice{opacity:.8;background:#0003;border-radius:4px;margin-left:6px;padding:2px 6px;font-size:.85rem}.schedule-est{opacity:.8;margin-left:6px;font-size:.85rem}.scheduled-indicator{background:0 0;border-radius:20px;align-items:center;gap:8px;margin-top:1%;padding:4px 8px;animation:.3s fade-in;display:flex}@keyframes fade-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.scheduled-icon{font-size:1.5rem}.scheduled-text{letter-spacing:.05em;opacity:.8;font-size:1.1rem;font-weight:500}.scheduled-cancel{color:var(--gold);cursor:pointer;opacity:.7;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;margin-left:4px;padding:4px;transition:opacity .2s,background .2s;display:flex}.scheduled-cancel:hover{opacity:1;background:#d4af3733}.inline-schedule-container{height:60px;margin-top:px;flex-direction:column;justify-content:flex-start;align-items:center;gap:12px;margin-bottom:1px;padding-top:2px;display:flex}.schedule-form{background:var(--ui-white-trans);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:24px;align-items:center;gap:12px;padding:8px 16px;animation:.3s fade-in;display:flex}.inline-time-input{width:100px;color:var(--gold);font-size:1.1rem;font-family:var(--font-sans);background:#0006;border:1px solid #d4af374d;border-radius:12px;outline:none;padding:8px 12px;font-weight:600;transition:all .3s}.inline-time-input::-webkit-calendar-picker-indicator{display:none}.inline-time-input:focus{border-color:var(--gold);box-shadow:0 0 10px var(--gold-glow);background:#0009}.apply-inline-btn{background:var(--gold);color:#000;font-family:var(--font-serif);box-shadow:0 4px 15px #0000004d, 0 0 10px var(--gold-glow);cursor:pointer;letter-spacing:.05em;border:none;border-radius:50px;margin:0;padding:8px 24px;font-size:1rem;font-weight:700;transition:all .4s cubic-bezier(.165,.84,.44,1)}.apply-inline-btn:hover:not(:disabled){background:var(--champagne);box-shadow:0 6px 20px var(--gold-glow);transform:translateY(-2px)}.apply-inline-btn:active:not(:disabled){transform:translateY(0)}.apply-inline-btn:disabled{box-shadow:none;opacity:.6;cursor:not-allowed;background:#0003}.inline-schedule-container .scheduled-indicator{margin-top:0}.schedule-trigger-btn{background:var(--ui-white-trans);padding:12px;box-shadow:0 4px 12px #0000001a}.fade-in{animation:.3s fade-in}.footer{-webkit-backdrop-filter:blur(8px);z-index:10;background:#0000001a;border-top:1px solid #d4af371a;flex-direction:column;align-items:center;gap:12px;width:100%;padding:3.5rem 0;display:flex}.footer-links{gap:24px;margin-bottom:8px;display:flex}.footer-links a{color:var(--gold);opacity:.85;font-size:.9rem;text-decoration:underline;transition:opacity .2s}.footer-links a:hover{opacity:1}.footer-copyright{opacity:.7;text-align:center;width:100%;font-size:.85rem;font-weight:500}.side-menu-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000;background:#0009;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.side-menu-content{width:100%;max-width:400px;color:var(--champagne);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f0f0fd9;border:1px solid #d4af374d;border-radius:24px;flex-direction:column;gap:24px;padding:32px;animation:.4s cubic-bezier(.165,.84,.44,1) slide-up;display:flex;box-shadow:0 30px 60px #0009,0 0 20px #d4af371a}.side-menu-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding-bottom:12px;display:flex}.side-menu-header h3{letter-spacing:.1em;margin:0;font-size:1.2rem}.side-menu-header .icon-btn{color:var(--text-dark)}.side-menu-links{flex-direction:column;gap:20px;display:flex}.side-menu-links a{color:var(--text-dark);border-bottom:1px solid #f5f5f5;padding:8px 0;font-size:1rem;font-weight:600;text-decoration:none;transition:color .2s}.side-menu-links a:hover{color:#3b82f6}.bottom-ad-space{justify-content:center;width:100%;min-height:80px;margin-top:auto;padding:24px;display:flex}.info-panel{-webkit-backdrop-filter:blur(20px);width:300px;color:var(--gold);background:#00000038;border:1px solid #ffffff40;border-radius:24px;flex-direction:column;gap:8px;padding:20px 24px;display:flex;position:absolute;top:150px;left:40px;box-shadow:0 20px 60px #00000040,inset 0 1px #ffffff26}.info-panel-badge{letter-spacing:.2em;text-transform:uppercase;color:#ffffffb3;background:#d4af371a;border:1px solid #ffffff26;border-radius:8px;width:fit-content;padding:4px 12px;font-size:.75rem;font-weight:800;display:inline-block}.info-panel-header{align-items:center;gap:8px;display:flex}.info-panel-title{letter-spacing:-.01em;margin:0;font-size:1.4rem;font-weight:800;line-height:1.2}.info-panel-divider{background:#ffffff26;border:none;height:1px;margin:0}.info-panel-desc{opacity:.85;letter-spacing:.01em;margin:0;font-size:.85rem;font-style:italic;line-height:1.6}.info-panel-section{flex-direction:column;gap:8px;display:flex}.info-panel-subtitle{letter-spacing:.12em;text-transform:uppercase;opacity:.7;margin:0;font-size:.72rem;font-weight:700}.info-panel-list{flex-direction:column;gap:7px;margin:0;padding:0;list-style:none;display:flex}.info-panel-list li{opacity:.95;align-items:center;gap:10px;font-size:.9rem;line-height:1.5;display:flex}.cycle-dot{flex-shrink:0;margin-top:3px;font-size:.65rem}.work-dot{color:#ff9f7f}.break-dot{color:#7fffb2}.long-break-dot{color:#7fdfff}.info-panel-effects{gap:10px}.effect-tag{color:var(--gold);background:#ffffff26;border-radius:4px;padding:2px 6px;font-size:.65rem;font-weight:800}.info-panel-shortcut{opacity:.8;text-align:center;background:#d4af371a;border:1px solid #ffffff26;border-radius:12px;margin-top:4px;padding:8px 12px;font-size:.85rem}.info-panel-shortcut span{opacity:1;font-weight:700}@media (width<=900px){.info-panel{display:none}}.policy-page-container{-webkit-backdrop-filter:blur(16px);background:#ffffff1f;border:1px solid #ffffff26;border-radius:28px;width:90%;max-width:800px;margin:100px auto 40px;padding:32px 40px;animation:.6s ease-out fade-in;box-shadow:0 20px 60px #00000026}.policy-page{color:var(--gold);font-size:1.1rem;line-height:1.7}.policy-page h1{text-align:center;letter-spacing:-.01em;margin-bottom:2rem;font-size:2.4rem;font-weight:800}.policy-page h2{border-bottom:1px solid #d4af3733;margin:2.5rem 0 1.25rem;padding-bottom:.6rem;font-size:1.7rem;font-weight:700}.policy-page p{opacity:.9;margin-bottom:1rem}.policy-page ul{margin-bottom:1rem;padding-left:1.5rem}.policy-page li{opacity:.9;margin-bottom:.4rem}.policy-page a{color:var(--gold);font-weight:600;text-decoration:underline;transition:opacity .2s}.policy-page a:hover{opacity:.8}.btn-back{color:#333;cursor:pointer;background:#fff;border:none;border-radius:14px;margin-top:1rem;padding:14px 40px;font-size:1.15rem;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #0000001a}.btn-back:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.btn-back:active{transform:translateY(0)}@media (width<=1050px){.site-title,.info-panel,.app-header,.schedule-container{text-align:center;align-items:center;width:90%;max-width:380px;margin:20px auto;position:static;left:auto}.app-header{gap:15px;margin-top:0}.main-content{justify-content:flex-start;padding-top:20px}}@media (width<=600px){.app-header{gap:10px;padding-top:30px}.ring-container,.progress-ring{width:260px;height:260px}.timer-time{font-size:4rem}.timer-label{font-size:1rem}.controls-container{gap:16px;margin-bottom:80px}.btn-play{width:70px;height:70px}.site-title{letter-spacing:.1em;margin-top:10px;font-size:1.1rem;font-weight:900}.top-bar{gap:10px;margin-top:20px}.policy-page-container{border-radius:20px;margin-top:60px;padding:24px 20px}.policy-page h1{font-size:1.5rem}.policy-page h2{font-size:1.1rem}}.contact-form{background:#ffffff0d;border:1px solid #d4af371a;border-radius:20px;flex-direction:column;gap:20px;padding:24px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{opacity:.95;font-size:1.05rem;font-weight:600}.form-group .required{color:#ff6b6b;font-size:.85rem}.form-group input,.form-group textarea{color:#333;background:#fffffff2;border:1px solid #d4af3733;border-radius:12px;outline:none;width:100%;padding:14px 18px;font-family:inherit;font-size:1.1rem;transition:box-shadow .2s}.form-group input:focus,.form-group textarea:focus{box-shadow:0 0 0 3px #ffffff4d}.btn-submit{color:#333;cursor:pointer;background:#fff;border:none;border-radius:14px;margin-top:10px;padding:16px;font-size:1.15rem;font-weight:800;transition:transform .2s,background .2s}.btn-submit:hover:not(:disabled){background:#f0f0f0;transform:translateY(-2px)}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.sent-message{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:40px 20px;display:flex}.sent-icon{margin-bottom:10px;font-size:3rem}@media (width<=430px){.top-bar{gap:10px;padding:0 16px;top:16px}.right-controls{gap:16px}.menu-btn{border-radius:18px;gap:10px;padding:10px 16px}.free-badge{padding-left:10px;font-size:1.05rem}.timer-section{margin-top:-8px}.ring-container,.progress-ring{width:228px;height:228px}.timer-time{font-size:4.2rem}.timer-label{letter-spacing:.14em;font-size:.95rem}.controls-container{gap:8px;margin-top:6px;margin-bottom:0}.btn-play{width:68px;height:68px}.btn-text-reset{margin-top:0;padding:2px}.scheduled-indicator{gap:6px;margin-top:0;padding:0}.scheduled-icon{font-size:1.15rem}.scheduled-text{font-size:.96rem;line-height:1.1}.inline-schedule-container{gap:4px;height:auto;margin-top:2px;margin-bottom:0;padding-top:0}.schedule-form{border-radius:18px;gap:8px;padding:6px 10px}.inline-time-input{width:88px;padding:6px 8px;font-size:.95rem}.schedule-container{gap:4px;max-width:320px;margin-top:6px!important;margin-bottom:0!important}.schedule-header{margin-bottom:6px}.schedule-title{font-size:.9rem}.schedule-status-badge{border-radius:12px;padding:4px 10px;font-size:.82rem}.session-progress-bar{gap:4px;margin-bottom:6px}.session-block{height:5px}.schedule-list{gap:4px}.schedule-item{border-radius:10px;padding:9px 14px;font-size:.98rem}.schedule-label,.schedule-time{font-size:.98rem}.schedule-notice,.schedule-est{margin-left:4px;padding:1px 4px;font-size:.72rem}.schedule-list li:nth-child(n+3){display:none}}@media (width<=390px){.top-bar{padding:0 14px;top:14px}.right-controls{gap:14px}.menu-btn{padding:9px 14px}.ring-container,.progress-ring{width:218px;height:218px}.timer-time{font-size:4rem}.timer-section{margin-top:-12px}.controls-container{gap:7px;margin-top:4px}.btn-play{width:66px;height:66px}.btn-text-reset svg{width:18px;height:18px}.scheduled-text{font-size:.92rem}.schedule-container{max-width:304px;margin-top:4px!important}.schedule-header{margin-bottom:4px}.schedule-title{font-size:.85rem}.schedule-status-badge{padding:4px 8px;font-size:.78rem}.session-progress-bar{margin-bottom:4px}.schedule-item{padding:8px 12px;font-size:.92rem}.schedule-label,.schedule-time{font-size:.92rem}}@media (width<=430px){.top-bar{padding:0 14px!important;top:14px!important}.top-bar .menu-btn{border-radius:16px!important;gap:7px!important;padding:6px 11px!important}.top-bar .menu-btn svg{width:24px!important;height:24px!important}.top-bar .free-badge{padding-left:8px!important;font-size:.9rem!important}.top-bar .right-controls{gap:10px!important}.top-bar .right-controls>.icon-btn{padding:4px!important}.top-bar .right-controls>.icon-btn:first-child{font-size:1.55rem!important}.top-bar .right-controls>.icon-btn:last-child svg{width:24px!important;height:24px!important}}@media (width<=390px){.top-bar{padding:0 12px!important;top:12px!important}.top-bar .menu-btn{gap:6px!important;padding:6px 10px!important}.top-bar .menu-btn svg{width:22px!important;height:22px!important}.top-bar .free-badge{padding-left:7px!important;font-size:.84rem!important}.top-bar .right-controls{gap:8px!important}.top-bar .right-controls>.icon-btn:first-child{font-size:1.42rem!important}.top-bar .right-controls>.icon-btn:last-child svg{width:22px!important;height:22px!important}}@media (width<=430px){.modal-page-wrapper,.policy-page-modal,.settings-modal-overlay{align-items:flex-start!important;padding:10px!important}.settings-modal,.policy-page-modal{border-radius:18px!important;width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important;max-height:calc(100dvh - 110px)!important;margin:0 auto!important;overflow-y:auto!important}.settings-panel{gap:10px!important;padding:16px 16px 18px!important}.settings-title{margin-bottom:8px!important;font-size:1.1rem!important}.settings-section-title,.settings-subsection-label{margin-bottom:6px!important;font-size:.95rem!important}.settings-divider{margin:6px 0 10px!important}.settings-row,.input-group{gap:8px!important;min-height:auto!important;margin-bottom:6px!important}.settings-row label,.input-group label,.toggle-label{font-size:.9rem!important;line-height:1.3!important}.settings-panel input[type=number],.settings-panel input[type=text],.settings-panel input[type=time],.settings-panel textarea,.settings-number-input{border-radius:14px!important;min-height:42px!important;padding:8px 10px!important;font-size:.92rem!important}.toggle-group{gap:8px!important;padding:4px 0!important}.toggle-input{transform:scale(.92)!important}.settings-footer,.settings-actions{margin-top:10px!important;padding-top:6px!important}.apply-btn,.apply-btn-secondary{border-radius:16px!important;min-height:46px!important;padding:10px 18px!important;font-size:.95rem!important}.policy-page{width:100%!important;max-width:100%!important;padding:18px 18px 20px!important}.policy-page h1{margin-bottom:14px!important;padding-right:34px!important;font-size:1.8rem!important;line-height:1.15!important}.policy-page h2{margin:16px 0 8px!important;font-size:1.05rem!important;line-height:1.3!important}.policy-page p,.policy-page li,.policy-page label{font-size:.92rem!important;line-height:1.7!important}.policy-page section{margin-bottom:12px!important;padding-bottom:8px!important}.policy-close-btn{font-size:1.9rem!important;line-height:1!important;top:12px!important;right:12px!important}.contact-form-card,.contact-card,.contact-form{border-radius:18px!important;padding:14px!important}.contact-form label,.contact-field-label{font-size:.9rem!important;line-height:1.35!important}.contact-form input,.contact-form textarea,.contact-card input,.contact-card textarea{border-radius:14px!important;padding:10px 12px!important;font-size:.9rem!important}.contact-form textarea,.contact-card textarea{min-height:120px!important}.contact-submit-btn,.contact-form button[type=submit]{border-radius:16px!important;min-height:46px!important;padding:10px 16px!important;font-size:.95rem!important}}@media (width<=390px){.settings-modal,.policy-page-modal{width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important;max-height:calc(100dvh - 104px)!important}.settings-panel{padding:14px 14px 16px!important}.settings-title{font-size:1.02rem!important}.settings-section-title,.settings-subsection-label{font-size:.9rem!important}.settings-row label,.input-group label,.toggle-label{font-size:.86rem!important}.settings-panel input[type=number],.settings-panel input[type=text],.settings-panel input[type=time],.settings-panel textarea,.settings-number-input{min-height:40px!important;padding:7px 10px!important;font-size:.88rem!important}.toggle-input{transform:scale(.88)!important}.policy-page{padding:16px 16px 18px!important}.policy-page h1{font-size:1.65rem!important}.policy-page h2{font-size:1rem!important}.policy-page p,.policy-page li,.policy-page label{font-size:.88rem!important}.contact-form label,.contact-field-label{font-size:.86rem!important}.contact-form input,.contact-form textarea,.contact-card input,.contact-card textarea{padding:9px 11px!important;font-size:.88rem!important}.contact-form textarea,.contact-card textarea{min-height:110px!important}}@media (width<=430px){.settings-modal-overlay{justify-content:center!important;align-items:center!important;padding:8px!important;overflow:hidden!important}.settings-modal{border-radius:18px!important;width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important;height:auto!important;max-height:calc(100dvh - 96px)!important;margin:0 auto!important;overflow:hidden!important}.settings-panel{-webkit-overflow-scrolling:touch!important;gap:8px!important;height:100%!important;max-height:calc(100dvh - 96px)!important;padding:14px 14px 16px!important;overflow-y:auto!important}.settings-title{margin-bottom:6px!important;font-size:1rem!important}.settings-subsection-label,.settings-section-title{margin-bottom:4px!important;font-size:.9rem!important}.settings-divider{margin:4px 0 8px!important}.input-group,.settings-row{gap:8px!important;min-height:auto!important;margin-bottom:4px!important}.input-group label,.settings-row label,.toggle-label{font-size:.84rem!important;line-height:1.28!important}.settings-number-input,.settings-panel input[type=number]{border-radius:14px!important;min-height:38px!important;padding:6px 10px!important;font-size:.88rem!important}.toggle-group{gap:6px!important;padding:2px 0!important}.toggle-input{transform-origin:50%!important;transform:scale(.84)!important}.settings-footer,.settings-actions{margin-top:8px!important;padding-top:4px!important}.apply-btn,.apply-btn-secondary{border-radius:15px!important;min-height:42px!important;padding:9px 14px!important;font-size:.9rem!important}}@media (width<=390px){.settings-modal-overlay{padding:6px!important}.settings-modal{border-radius:16px!important;width:calc(100vw - 12px)!important;max-width:calc(100vw - 12px)!important;max-height:calc(100dvh - 88px)!important}.settings-panel{max-height:calc(100dvh - 88px)!important;padding:12px 12px 14px!important}.settings-title{font-size:.95rem!important}.settings-subsection-label,.settings-section-title{font-size:.86rem!important}.input-group label,.settings-row label,.toggle-label{font-size:.8rem!important}.settings-number-input,.settings-panel input[type=number]{min-height:36px!important;padding:5px 9px!important;font-size:.84rem!important}.toggle-input{transform:scale(.8)!important}.apply-btn,.apply-btn-secondary{min-height:40px!important;font-size:.86rem!important}}@media (width<=430px){.settings-modal-overlay{align-items:flex-start!important;padding:6px!important}.settings-modal{border-radius:16px!important;width:calc(100vw - 12px)!important;max-width:calc(100vw - 12px)!important;max-height:calc(100dvh - 84px)!important}.settings-panel{gap:6px!important;max-height:calc(100dvh - 84px)!important;padding:10px 12px 12px!important}.settings-title{letter-spacing:.06em!important;margin-bottom:4px!important;font-size:.92rem!important}.settings-subsection-label,.settings-section-title{margin-bottom:3px!important;font-size:.82rem!important}.settings-divider{margin:3px 0 6px!important}.input-group,.settings-row{align-items:center!important;gap:6px!important;min-height:auto!important;margin-bottom:2px!important}.input-group label,.settings-row label,.toggle-label{font-size:.76rem!important;line-height:1.2!important}.settings-number-input,.settings-panel input[type=number]{border-radius:12px!important;min-height:34px!important;padding:4px 8px!important;font-size:.8rem!important}.toggle-group{gap:4px!important;padding:0!important}.toggle-input{transform:scale(.74)!important}.settings-footer,.settings-actions{margin-top:6px!important;padding-top:2px!important}.apply-btn,.apply-btn-secondary{border-radius:14px!important;min-height:38px!important;padding:8px 12px!important;font-size:.82rem!important}}@media (width<=390px){.settings-modal-overlay{padding:4px!important}.settings-modal{border-radius:15px!important;width:calc(100vw - 8px)!important;max-width:calc(100vw - 8px)!important;max-height:calc(100dvh - 80px)!important}.settings-panel{max-height:calc(100dvh - 80px)!important;padding:9px 10px 10px!important}.settings-title{font-size:.88rem!important}.settings-subsection-label,.settings-section-title{font-size:.78rem!important}.input-group label,.settings-row label,.toggle-label{font-size:.72rem!important}.settings-number-input,.settings-panel input[type=number]{min-height:32px!important;padding:4px 7px!important;font-size:.76rem!important}.toggle-input{transform:scale(.7)!important}.apply-btn,.apply-btn-secondary{min-height:36px!important;font-size:.8rem!important}}@media (width<=430px){.settings-modal-overlay{justify-content:center!important;align-items:flex-start!important;padding:8px 8px 10px!important;overflow:hidden!important}.settings-modal{border-radius:18px!important;justify-content:center!important;align-items:flex-start!important;width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important;max-height:calc(100dvh - 92px)!important;margin:0 auto!important;display:flex!important;overflow:hidden!important}.settings-panel{transform-origin:top!important;gap:5px!important;width:118%!important;max-height:none!important;margin:0 auto -165px!important;padding:10px 12px 12px!important;overflow:hidden!important;transform:scale(.82)!important}.settings-title{letter-spacing:.05em!important;margin-bottom:2px!important;font-size:.88rem!important}.settings-subsection-label,.settings-section-title{margin-bottom:2px!important;font-size:.78rem!important}.settings-divider{margin:2px 0 5px!important}.input-group,.settings-row{align-items:center!important;gap:5px!important;min-height:auto!important;margin-bottom:1px!important}.input-group label,.settings-row label,.toggle-label{font-size:.72rem!important;line-height:1.16!important}.settings-number-input,.settings-panel input[type=number]{border-radius:11px!important;min-width:60px!important;height:30px!important;min-height:30px!important;padding:3px 7px!important;font-size:.74rem!important}.toggle-group{gap:2px!important;padding:0!important}.toggle-input{transform-origin:50%!important;transform:scale(.66)!important}.settings-footer,.settings-actions{margin-top:4px!important;padding-top:0!important}.apply-btn,.apply-btn-secondary{border-radius:13px!important;min-height:34px!important;padding:6px 10px!important;font-size:.76rem!important}}@media (width<=390px){.settings-modal-overlay{padding:6px 6px 8px!important}.settings-modal{border-radius:16px!important;width:calc(100vw - 12px)!important;max-width:calc(100vw - 12px)!important;max-height:calc(100dvh - 88px)!important}.settings-panel{width:120%!important;margin-bottom:-178px!important;padding:9px 10px 10px!important;transform:scale(.79)!important}.settings-title{font-size:.84rem!important}.settings-subsection-label,.settings-section-title{font-size:.74rem!important}.input-group label,.settings-row label,.toggle-label{font-size:.69rem!important}.settings-number-input,.settings-panel input[type=number]{height:28px!important;min-height:28px!important;padding:2px 6px!important;font-size:.71rem!important}.toggle-input{transform:scale(.62)!important}.apply-btn,.apply-btn-secondary{min-height:32px!important;font-size:.74rem!important}}@media (width<=430px){.settings-modal-overlay{padding:6px 6px 8px!important}.settings-modal{border-radius:16px!important;width:calc(100vw - 12px)!important;max-width:calc(100vw - 12px)!important;max-height:calc(100dvh - 86px)!important}.settings-panel{transform-origin:top!important;gap:4px!important;width:120%!important;margin:0 auto -215px!important;padding:8px 10px 10px!important;transform:scale(.78)!important}.settings-title{letter-spacing:.04em!important;margin-bottom:1px!important;font-size:.82rem!important}.settings-subsection-label,.settings-section-title{margin-bottom:1px!important;font-size:.72rem!important}.settings-divider{margin:1px 0 4px!important}.input-group,.settings-row{gap:4px!important;min-height:auto!important;margin-bottom:0!important}.input-group label,.settings-row label,.toggle-label{font-size:.67rem!important;line-height:1.1!important}.settings-number-input,.settings-panel input[type=number]{border-radius:10px!important;min-width:56px!important;height:26px!important;min-height:26px!important;padding:2px 6px!important;font-size:.68rem!important}.toggle-group{gap:0!important;padding:0!important}.toggle-input{transform:scale(.58)!important}.settings-footer,.settings-actions{margin-top:2px!important;padding-top:0!important}.apply-btn,.apply-btn-secondary{border-radius:12px!important;min-height:30px!important;padding:5px 9px!important;font-size:.7rem!important}}@media (width<=390px){.settings-modal-overlay{padding:4px 4px 6px!important}.settings-modal{border-radius:15px!important;width:calc(100vw - 8px)!important;max-width:calc(100vw - 8px)!important;max-height:calc(100dvh - 82px)!important}.settings-panel{width:122%!important;margin-bottom:-235px!important;padding:7px 9px 9px!important;transform:scale(.75)!important}.settings-title{font-size:.78rem!important}.settings-subsection-label,.settings-section-title{font-size:.69rem!important}.input-group label,.settings-row label,.toggle-label{font-size:.64rem!important}.settings-number-input,.settings-panel input[type=number]{height:24px!important;min-height:24px!important;padding:2px 5px!important;font-size:.65rem!important}.toggle-input{transform:scale(.54)!important}.apply-btn,.apply-btn-secondary{min-height:28px!important;font-size:.68rem!important}}@media (width<=430px){.settings-modal{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;z-index:2500!important;background:#000000a6!important;border-radius:0!important;justify-content:center!important;align-items:center!important;width:auto!important;max-width:none!important;padding:40px 20px!important;display:flex!important;position:fixed!important;inset:0!important;overflow:hidden!important}.settings-modal-content{width:calc(100vw - 48px)!important;max-width:calc(100vw - 48px)!important;max-height:84dvh!important;color:var(--champagne)!important;-webkit-backdrop-filter:blur(25px)!important;backdrop-filter:blur(25px)!important;background:#0f0f0fe6!important;border:1px solid #d4af374d!important;border-radius:28px!important;margin:0 auto!important;padding:26px 26px 22px!important;animation:.5s cubic-bezier(.165,.84,.44,1) slide-up!important;position:relative!important;overflow:hidden!important;box-shadow:0 40px 100px #000c,0 0 30px #d4af3726!important}.settings-panel{width:100%!important;transform-origin:unset!important;flex-direction:column!important;gap:8px!important;max-height:none!important;margin:0!important;padding:0!important;display:flex!important;overflow:hidden!important;transform:none!important}.settings-title,.settings-section-label{letter-spacing:.08em!important;margin-bottom:6px!important;padding-bottom:4px!important;font-size:.92rem!important}.settings-subsection-label,.settings-section-title{letter-spacing:.04em!important;margin-bottom:4px!important;font-size:.82rem!important}.settings-divider{margin:3px 0 6px!important}.custom-form,.settings-group{gap:6px!important}.input-group,.settings-row{justify-content:space-between!important;align-items:center!important;gap:8px!important;min-height:auto!important;margin-bottom:1px!important;display:flex!important}.input-group label,.settings-row label,.toggle-label{font-size:.76rem!important;line-height:1.18!important}.time-input,.settings-number-input,.settings-panel input[type=number]{border-radius:12px!important;width:78px!important;min-width:78px!important;height:34px!important;min-height:34px!important;padding:4px 8px!important;font-size:.88rem!important}.toggle-group{justify-content:space-between!important;align-items:center!important;gap:8px!important;padding:1px 0!important;display:flex!important}.toggle-input{transform-origin:50%!important;transform:scale(.82)!important}.settings-actions,.settings-footer{margin-top:6px!important;padding-top:0!important}.apply-btn,.apply-btn-secondary{border-radius:14px!important;min-height:40px!important;padding:8px 12px!important;font-size:.84rem!important}}@media (width<=390px){.settings-modal{padding:36px 18px!important}.settings-modal-content{border-radius:26px!important;width:calc(100vw - 40px)!important;max-width:calc(100vw - 40px)!important;max-height:84dvh!important;padding:22px 22px 18px!important}.settings-title,.settings-section-label{font-size:.88rem!important}.settings-subsection-label,.settings-section-title{font-size:.78rem!important}.input-group label,.settings-row label,.toggle-label{font-size:.72rem!important}.time-input,.settings-number-input,.settings-panel input[type=number]{width:74px!important;min-width:74px!important;height:32px!important;min-height:32px!important;font-size:.84rem!important}.toggle-input{transform:scale(.78)!important}.apply-btn,.apply-btn-secondary{min-height:38px!important;font-size:.8rem!important}}@media (width<=430px){.settings-modal{padding:34px 18px!important}.settings-modal-content{border-radius:24px!important;width:calc(100vw - 38px)!important;max-width:calc(100vw - 38px)!important;max-height:82dvh!important;padding:20px 18px 16px!important}.settings-panel{gap:6px!important}.settings-title,.settings-section-label{letter-spacing:.06em!important;margin-bottom:4px!important;padding-bottom:3px!important;font-size:.84rem!important}.settings-subsection-label,.settings-section-title{margin-bottom:3px!important;font-size:.76rem!important}.settings-divider{margin:2px 0 5px!important}.custom-form,.settings-group{gap:4px!important}.input-group,.settings-row{gap:6px!important;margin-bottom:0!important}.input-group label,.settings-row label,.toggle-label{font-size:.7rem!important;line-height:1.14!important}.time-input,.settings-number-input,.settings-panel input[type=number]{border-radius:11px!important;width:72px!important;min-width:72px!important;height:30px!important;min-height:30px!important;padding:3px 7px!important;font-size:.8rem!important}.toggle-group{gap:6px!important;padding:0!important}.toggle-input{transform:scale(.74)!important}.settings-actions,.settings-footer{margin-top:4px!important}.apply-btn,.apply-btn-secondary{border-radius:13px!important;min-height:36px!important;padding:7px 12px!important;font-size:.78rem!important}}@media (width<=390px){.settings-modal{padding:30px 16px!important}.settings-modal-content{border-radius:22px!important;width:calc(100vw - 32px)!important;max-width:calc(100vw - 32px)!important;max-height:81dvh!important;padding:18px 16px 14px!important}.settings-title,.settings-section-label{font-size:.8rem!important}.settings-subsection-label,.settings-section-title{font-size:.72rem!important}.input-group label,.settings-row label,.toggle-label{font-size:.67rem!important}.time-input,.settings-number-input,.settings-panel input[type=number]{width:68px!important;min-width:68px!important;height:28px!important;min-height:28px!important;font-size:.76rem!important}.toggle-input{transform:scale(.7)!important}.apply-btn,.apply-btn-secondary{min-height:34px!important;font-size:.75rem!important}}@media (width<=430px){.settings-modal{align-items:flex-start!important;padding:18px 10px 24px!important}.settings-modal-content{border-radius:26px!important;width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important;min-height:calc(100dvh - 34px)!important;max-height:calc(100dvh - 34px)!important}}@media (width<=390px){.settings-modal{padding:14px 8px 20px!important}.settings-modal-content{border-radius:24px!important;width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important;min-height:calc(100dvh - 28px)!important;max-height:calc(100dvh - 28px)!important}}@media (width<=430px){.settings-modal{-webkit-backdrop-filter:blur(10px)!important;z-index:9999!important;width:100vw!important;max-width:none!important;height:100dvh!important;min-height:100dvh!important;max-height:none!important;box-shadow:none!important;background:#00000085!important;border-radius:0!important;justify-content:center!important;align-items:center!important;margin:0!important;padding:0!important;display:flex!important;position:fixed!important;inset:0!important;overflow:hidden!important}.settings-modal-content{border-radius:26px!important;width:calc(100vw - 24px)!important;max-width:360px!important;min-height:auto!important;max-height:calc(100dvh - 28px)!important;margin:0 auto!important;overflow:hidden!important}}@media (width<=390px){.settings-modal-content{border-radius:24px!important;width:calc(100vw - 20px)!important;max-width:352px!important;max-height:calc(100dvh - 24px)!important}}@media (width<=430px){.scheduled-icon,.inline-schedule-container .scheduled-icon,.schedule-clock-icon{width:1em!important;height:1em!important;font-size:1.7rem!important;line-height:1!important}.scheduled-text,.scheduled-indicator,.inline-schedule-container .scheduled-text{font-size:1rem!important;font-weight:400!important;line-height:1.15!important}.current-time,.schedule-title,.schedule-status-badge,.schedule-label,.schedule-time,.scheduled-text,.scheduled-indicator,.schedule-notice,.schedule-est{opacity:.9!important}}@media (width<=390px){.scheduled-icon,.inline-schedule-container .scheduled-icon,.schedule-clock-icon{font-size:1.6rem!important}.scheduled-text,.scheduled-indicator,.inline-schedule-container .scheduled-text{font-size:.96rem!important}.current-time,.schedule-title,.schedule-status-badge,.schedule-label,.schedule-time,.scheduled-text,.scheduled-indicator,.schedule-notice,.schedule-est{opacity:.9!important}}.btn-play,.btn-play:hover,.btn-play:active,.btn-play:focus,.btn-play svg,.btn-play:hover svg,.btn-play:active svg,.btn-play:focus svg,.btn-play .pause-icon,.btn-play .stop-icon,.btn-play.is-running,.btn-play.is-running svg,.btn-play[aria-pressed=true],.btn-play[aria-pressed=true] svg{transition:box-shadow .2s,background-color .2s,opacity .2s!important;animation:none!important;transform:rotate(0)!important}.btn-play svg *,.btn-play .pause-icon *,.btn-play .stop-icon *{animation:none!important;transform:rotate(0)!important}@media (width<=430px){.policy-page h1{letter-spacing:.01em!important;white-space:nowrap!important;text-overflow:ellipsis!important;padding-right:34px!important;font-size:1.18rem!important;line-height:1.12!important;overflow:hidden!important}.policy-page h2{letter-spacing:0!important;white-space:nowrap!important;text-overflow:ellipsis!important;font-size:.94rem!important;line-height:1.18!important;overflow:hidden!important}}@media (width<=390px){.policy-page h1{padding-right:32px!important;font-size:1.08rem!important}.policy-page h2{font-size:.88rem!important}}@media (width<=430px){.policy-page h1{white-space:normal!important;text-overflow:clip!important;letter-spacing:0!important;padding-right:34px!important;font-size:1.7rem!important;line-height:1.14!important;overflow:visible!important}.policy-page h2{white-space:nowrap!important;text-overflow:ellipsis!important;letter-spacing:0!important;font-size:.95rem!important;line-height:1.18!important;overflow:hidden!important}}@media (width<=390px){.policy-page h1{padding-right:32px!important;font-size:1.58rem!important}.policy-page h2{font-size:.88rem!important}}.policy-page-footer,.contact-page-footer,.contact-footer{justify-content:center!important;align-items:center!important;width:100%!important;display:flex!important}.policy-page-footer .back-btn,.policy-page-footer .return-btn,.policy-page-footer button,.contact-page-footer .back-btn,.contact-page-footer .return-btn,.contact-page-footer button,.contact-footer .back-btn,.contact-footer .return-btn,.contact-footer button{justify-content:center!important;margin-left:auto!important;margin-right:auto!important;display:inline-flex!important}@media (width<=430px){.scheduled-icon,.inline-schedule-container .scheduled-icon,.schedule-clock-icon{opacity:.9!important;width:1em!important;height:1em!important;font-size:1.35rem!important;line-height:1!important}.scheduled-text,.scheduled-indicator,.inline-schedule-container .scheduled-text{opacity:.9!important;font-size:1rem!important;font-weight:400!important;line-height:1.15!important}}@media (width<=390px){.scheduled-icon,.inline-schedule-container .scheduled-icon,.schedule-clock-icon{font-size:1.28rem!important}.scheduled-text,.scheduled-indicator,.inline-schedule-container .scheduled-text{font-size:.98rem!important}}@media (width<=430px){.schedule-title,.schedule-status-badge,.schedule-label,.schedule-time,.schedule-current-badge,.schedule-item,.schedule-item-top,.schedule-item-bottom{opacity:.9!important;font-size:1rem!important;line-height:1.15!important}.schedule-notice,.schedule-est{opacity:.9!important;font-size:.9rem!important;line-height:1.1!important}}@media (width<=390px){.schedule-title,.schedule-status-badge,.schedule-label,.schedule-time,.schedule-current-badge,.schedule-item,.schedule-item-top,.schedule-item-bottom{font-size:.98rem!important}.schedule-notice,.schedule-est{font-size:.88rem!important}}@media (width<=430px){.current-time,.schedule-title,.schedule-status-badge,.schedule-label,.schedule-time,.schedule-current-badge,.schedule-item,.schedule-item-top,.schedule-item-bottom,.scheduled-text,.scheduled-indicator{opacity:.9!important;font-size:1rem!important;font-weight:400!important;line-height:1.15!important}.schedule-title,.schedule-status-badge,.schedule-label,.schedule-time,.schedule-current-badge,.scheduled-text,.scheduled-indicator{align-items:center!important;min-height:1.15em!important;display:inline-flex!important}.schedule-header,.schedule-item-top,.schedule-item-bottom{align-items:center!important;min-height:1.15em!important}.schedule-item{padding-top:10px!important;padding-bottom:10px!important}.schedule-notice,.schedule-est{opacity:.9!important;align-items:center!important;min-height:1.15em!important;padding-top:0!important;padding-bottom:0!important;font-size:1rem!important;font-weight:400!important;line-height:1.15!important;display:inline-flex!important}}@media (width<=390px){.current-time,.schedule-title,.schedule-status-badge,.schedule-label,.schedule-time,.schedule-current-badge,.schedule-item,.schedule-item-top,.schedule-item-bottom,.scheduled-text,.scheduled-indicator,.schedule-notice,.schedule-est{font-size:.98rem!important;line-height:1.15!important}.schedule-title,.schedule-status-badge,.schedule-label,.schedule-time,.schedule-current-badge,.scheduled-text,.scheduled-indicator,.schedule-notice,.schedule-est{min-height:1.15em!important}}@media (width<=430px){.schedule-title{display:none!important}.schedule-header{justify-content:center!important;align-items:center!important;width:100%!important;display:flex!important}.schedule-status-badge,.schedule-current-badge{text-align:center!important;justify-content:center!important;align-items:center!important;margin-left:auto!important;margin-right:auto!important;display:inline-flex!important}}@media (width<=390px){.schedule-title{display:none!important}.schedule-header{justify-content:center!important}.schedule-status-badge,.schedule-current-badge{margin-left:auto!important;margin-right:auto!important}}@media (width<=430px){.scheduled-icon,.inline-schedule-container .scheduled-icon,.schedule-clock-icon{width:1em!important;height:1em!important;box-shadow:none!important;filter:none!important;text-shadow:none!important;background:0 0!important;font-size:1.18rem!important;line-height:1!important}.scheduled-indicator .icon-wrap,.inline-schedule-container .icon-wrap,.scheduled-indicator:before,.inline-schedule-container:before{box-shadow:none!important;filter:none!important;content:none!important;background:0 0!important}}@media (width<=390px){.scheduled-icon,.inline-schedule-container .scheduled-icon,.schedule-clock-icon{font-size:1.12rem!important}}@media (width<=430px){.inline-schedule-container,.scheduled-indicator{box-shadow:none!important;filter:none!important;-webkit-backdrop-filter:none!important;background:0 0!important}.inline-schedule-container .icon-btn,.scheduled-indicator .icon-btn,.inline-schedule-container button,.scheduled-indicator button,.inline-schedule-container .schedule-clock-icon,.scheduled-indicator .schedule-clock-icon{box-shadow:none!important;filter:none!important;text-shadow:none!important;background:0 0!important;border:none!important}.inline-schedule-container .icon-btn,.scheduled-indicator .icon-btn,.inline-schedule-container button,.scheduled-indicator button{border-radius:0!important;width:auto!important;min-width:0!important;height:auto!important;min-height:0!important;padding:0!important}.scheduled-icon,.inline-schedule-container .scheduled-icon,.schedule-clock-icon{width:1em!important;height:1em!important;box-shadow:none!important;filter:none!important;text-shadow:none!important;background:0 0!important;font-size:1.08rem!important;line-height:1!important}.inline-schedule-container:before,.inline-schedule-container:after,.scheduled-indicator:before,.scheduled-indicator:after{content:none!important;box-shadow:none!important;background:0 0!important;display:none!important}}@media (width<=390px){.scheduled-icon,.inline-schedule-container .scheduled-icon,.schedule-clock-icon{font-size:1.02rem!important}}@media (width<=430px){.scheduled-icon,.inline-schedule-container .scheduled-icon,.schedule-clock-icon,.inline-schedule-container .icon-btn,.scheduled-indicator .icon-btn,.inline-schedule-container button,.scheduled-indicator button{opacity:.75!important}}@media (width<=390px){.scheduled-icon,.inline-schedule-container .scheduled-icon,.schedule-clock-icon,.inline-schedule-container .icon-btn,.scheduled-indicator .icon-btn,.inline-schedule-container button,.scheduled-indicator button{opacity:.75!important}}.schedule-title{display:none!important}.schedule-header{justify-content:center!important;align-items:center!important;width:100%!important;display:flex!important}.schedule-status-badge,.schedule-current-badge{text-align:center!important;justify-content:center!important;align-items:center!important;margin-left:auto!important;margin-right:auto!important;display:inline-flex!important}.current-time,.schedule-title,.schedule-status-badge,.schedule-label,.schedule-time,.schedule-current-badge,.schedule-item,.schedule-item-top,.schedule-item-bottom,.scheduled-text,.scheduled-indicator,.schedule-notice,.schedule-est{opacity:.9!important;font-size:1rem!important;font-weight:400!important;line-height:1.15!important}.inline-schedule-container,.scheduled-indicator{box-shadow:none!important;filter:none!important;-webkit-backdrop-filter:none!important;background:0 0!important}.inline-schedule-container .icon-btn,.scheduled-indicator .icon-btn,.inline-schedule-container button,.scheduled-indicator button,.inline-schedule-container .schedule-clock-icon,.scheduled-indicator .schedule-clock-icon{box-shadow:none!important;filter:none!important;text-shadow:none!important;background:0 0!important;border:none!important}.inline-schedule-container .icon-btn,.scheduled-indicator .icon-btn,.inline-schedule-container button,.scheduled-indicator button{opacity:.75!important;border-radius:0!important;width:auto!important;min-width:0!important;height:auto!important;min-height:0!important;padding:0!important}@media (width<=390px){.current-time,.schedule-title,.schedule-status-badge,.schedule-label,.schedule-time,.schedule-current-badge,.schedule-item,.schedule-item-top,.schedule-item-bottom,.scheduled-text,.scheduled-indicator,.schedule-notice,.schedule-est{font-size:.98rem!important;line-height:1.15!important}.scheduled-icon,.inline-schedule-container .scheduled-icon,.schedule-clock-icon{font-size:1.02rem!important}}.schedule-form,.inline-schedule-form,.schedule-setting-panel{box-shadow:none!important;filter:none!important;-webkit-backdrop-filter:none!important;background:0 0!important;border:none!important}.schedule-form label,.schedule-form span,.schedule-form button,.schedule-form input,.inline-schedule-form label,.inline-schedule-form span,.inline-schedule-form button,.inline-schedule-form input,.schedule-setting-panel label,.schedule-setting-panel span,.schedule-setting-panel button,.schedule-setting-panel input{opacity:.9!important;font-size:1rem!important;font-weight:400!important;line-height:1.15!important}.schedule-form .icon-btn,.schedule-form button,.inline-schedule-form .icon-btn,.inline-schedule-form button,.schedule-setting-panel .icon-btn,.schedule-setting-panel button{box-shadow:none!important;-webkit-backdrop-filter:none!important;background:0 0!important}@media (width<=390px){.schedule-form label,.schedule-form span,.schedule-form button,.schedule-form input,.inline-schedule-form label,.inline-schedule-form span,.inline-schedule-form button,.inline-schedule-form input,.schedule-setting-panel label,.schedule-setting-panel span,.schedule-setting-panel button,.schedule-setting-panel input,.inline-time-input,.schedule-form input[type=time],.schedule-form input[type=text],.schedule-form input[type=number]{font-size:.98rem!important;line-height:1.15!important}}.settings-topbar{justify-content:flex-end;align-items:center;margin-bottom:6px;display:flex}.settings-reset-btn{appearance:none;color:var(--champagne);cursor:pointer;background:#ffffff0a;border:1px solid #d4af3747;border-radius:999px;padding:6px 10px;font-size:.78rem;line-height:1}.settings-row{cursor:pointer}.settings-check{cursor:pointer;width:20px;height:20px}.settings-footer{text-align:center}.settings-close-btn{background:var(--text-dark,#000000bf);color:#fff}.time-input,.settings-panel input[type=number]{font-size:16px}@media (width<=430px){.settings-reset-btn{padding:5px 9px;font-size:.72rem}.settings-check{width:18px;height:18px}.time-input,.settings-panel input[type=number]{font-size:16px!important}}.schedule-container .schedule-header{justify-content:center!important;align-items:center!important;gap:0!important;width:100%!important;display:flex!important}.schedule-container .schedule-header .schedule-title{width:0!important;height:0!important;margin:0!important;padding:0!important;display:none!important;overflow:hidden!important}.schedule-container .schedule-header .schedule-status-badge,.schedule-container .schedule-current-badge{text-align:center!important;justify-content:center!important;align-items:center!important;margin-left:auto!important;margin-right:auto!important;display:inline-flex!important}.schedule-form,.inline-schedule-form,.schedule-setting-panel,.inline-schedule-container,.scheduled-indicator{box-shadow:none!important;filter:none!important;-webkit-backdrop-filter:none!important;background:0 0!important;border:none!important}.schedule-form label,.schedule-form span,.schedule-form button,.schedule-form input,.inline-schedule-form label,.inline-schedule-form span,.inline-schedule-form button,.inline-schedule-form input,.schedule-setting-panel label,.schedule-setting-panel span,.schedule-setting-panel button,.schedule-setting-panel input,.scheduled-text,.scheduled-indicator,.current-time,.schedule-title,.schedule-status-badge,.schedule-label,.schedule-time,.schedule-current-badge,.schedule-item,.schedule-item-top,.schedule-item-bottom,.schedule-notice,.schedule-est{opacity:.9!important;font-size:1rem!important;font-weight:400!important;line-height:1.15!important}.schedule-title,.schedule-status-badge,.schedule-label,.schedule-time,.schedule-current-badge,.scheduled-text,.scheduled-indicator,.schedule-notice,.schedule-est{align-items:center!important;min-height:1.15em!important;display:inline-flex!important}.schedule-header,.schedule-item-top,.schedule-item-bottom{align-items:center!important;min-height:1.15em!important}.schedule-item{padding-top:10px!important;padding-bottom:10px!important}.inline-time-input,.schedule-form input[type=time],.schedule-form input[type=text],.schedule-form input[type=number]{min-height:1.15em!important;box-shadow:none!important;background:0 0!important;border-width:1px!important;font-size:1rem!important;line-height:1.15!important}.inline-schedule-container .icon-btn,.scheduled-indicator .icon-btn,.inline-schedule-container button,.scheduled-indicator button,.inline-schedule-container .schedule-clock-icon,.scheduled-indicator .schedule-clock-icon{box-shadow:none!important;filter:none!important;text-shadow:none!important;opacity:.75!important;background:0 0!important;border:none!important}.inline-schedule-container .icon-btn,.scheduled-indicator .icon-btn,.inline-schedule-container button,.scheduled-indicator button{border-radius:0!important;width:auto!important;min-width:0!important;height:auto!important;min-height:0!important;padding:0!important}.scheduled-icon,.inline-schedule-container .scheduled-icon,.schedule-clock-icon{width:1em!important;height:1em!important;box-shadow:none!important;filter:none!important;text-shadow:none!important;opacity:.75!important;background:0 0!important;font-size:1.08rem!important;line-height:1!important}.inline-schedule-container:before,.inline-schedule-container:after,.scheduled-indicator:before,.scheduled-indicator:after{content:none!important;box-shadow:none!important;background:0 0!important;display:none!important}@media (width<=390px){.scheduled-icon,.inline-schedule-container .scheduled-icon,.schedule-clock-icon{font-size:1.02rem!important}.schedule-form label,.schedule-form span,.schedule-form button,.schedule-form input,.inline-schedule-form label,.inline-schedule-form span,.inline-schedule-form button,.inline-schedule-form input,.schedule-setting-panel label,.schedule-setting-panel span,.schedule-setting-panel button,.schedule-setting-panel input,.scheduled-text,.scheduled-indicator,.current-time,.schedule-title,.schedule-status-badge,.schedule-label,.schedule-time,.schedule-current-badge,.schedule-item,.schedule-item-top,.schedule-item-bottom,.schedule-notice,.schedule-est{font-size:.98rem!important;line-height:1.15!important}}.settings-panel{padding-top:8px!important}.settings-section,.settings-section-label{margin-top:0!important}.input-group{margin-bottom:0!important}.settings-close-btn,.apply-btn.settings-close-btn{min-height:36px!important;margin-top:0!important;padding:6px 12px!important}@media (width<=430px){.settings-modal-content{padding-top:14px!important;padding-bottom:14px!important}.settings-topbar{margin-bottom:0!important}.settings-panel{padding-top:4px!important}.settings-section-label{margin-bottom:6px!important}.settings-subhead{margin-top:10px!important;margin-bottom:4px!important}.settings-close-btn,.apply-btn.settings-close-btn{min-height:34px!important;padding:5px 10px!important}}@media (width<=390px){.settings-modal-content{padding-top:12px!important;padding-bottom:12px!important}.settings-panel{padding-top:2px!important}.settings-close-btn,.apply-btn.settings-close-btn{min-height:32px!important;padding:4px 10px!important}}.settings-modal,.settings-modal-content{overflow:hidden!important}.settings-modal-content{max-height:calc(100dvh - 110px)!important;padding-top:12px!important;padding-bottom:12px!important}.settings-panel{flex-direction:column!important;justify-content:flex-start!important;max-height:calc(100dvh - 120px)!important;padding-top:2px!important;padding-bottom:2px!important;display:flex!important;overflow:hidden!important}.settings-topbar{margin-bottom:0!important}.settings-section{margin-top:0!important}.custom-form{gap:2px!important}.input-group{min-height:auto!important;margin-bottom:0!important}.settings-section-label{margin-top:0!important;margin-bottom:4px!important}.settings-subhead{margin-top:8px!important;margin-bottom:4px!important}.settings-footer{margin-top:2px!important;padding-top:0!important}.settings-close-btn,.apply-btn.settings-close-btn{justify-content:center!important;align-items:center!important;min-height:32px!important;margin-top:0!important;padding:4px 12px!important;display:inline-flex!important}@media (width<=430px){.settings-modal-content{max-height:calc(100dvh - 96px)!important;padding-top:8px!important;padding-bottom:8px!important}.settings-panel{max-height:calc(100dvh - 104px)!important;padding-top:0!important;padding-bottom:0!important}.settings-topbar{margin-bottom:-2px!important}.settings-section-label{margin-bottom:3px!important}.settings-subhead{margin-top:6px!important;margin-bottom:3px!important}.custom-form{gap:1px!important}.settings-close-btn,.apply-btn.settings-close-btn{min-height:30px!important;padding:3px 10px!important}}@media (width<=390px){.settings-modal-content{max-height:calc(100dvh - 88px)!important;padding-top:6px!important;padding-bottom:6px!important}.settings-panel{max-height:calc(100dvh - 94px)!important}.settings-topbar{margin-bottom:-4px!important}.settings-section-label{margin-bottom:2px!important}.settings-subhead{margin-top:5px!important;margin-bottom:2px!important}.settings-close-btn,.apply-btn.settings-close-btn{min-height:28px!important;padding:2px 10px!important}}.schedule-form button,.inline-schedule-form button,.schedule-setting-panel button,.schedule-submit-btn,.schedule-start-btn{background:var(--gold)!important;color:#000!important;border-color:#d4af37cc!important;box-shadow:0 0 12px #d4af372e!important}.schedule-form button:hover,.inline-schedule-form button:hover,.schedule-setting-panel button:hover,.schedule-submit-btn:hover,.schedule-start-btn:hover{color:#000!important;background:#e0bb49!important}
