@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600&family=Bricolage+Grotesque:wght@200..800&family=Mozilla+Text:wght@200..700&family=Open+Sans:wght@300;400;500;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary:#0E1117;--bg-secondary:#252832;--bg-tertiary:#2D3039;--bg-elevated:#353842;--gold-400:#fbb424;--gold-500:#F7A501;--gold-600:#d88c06;--text-primary:#f8fafc;--text-secondary:#cbd5e1;--text-muted:#94a3b8;--success:#22c55e;--success-light:#16a34a;--success-bg:rgba(34,197,94,0.1);--error:#ef4444;--error-bg:rgba(239,68,68,0.1);--warning:#f59e0b;--warning-bg:rgba(245,158,11,0.1);--border-primary:rgba(241,245,249,0.08);--border-secondary:rgba(241,245,249,0.04);--shadow:0 1px 3px rgba(0,0,0,0.2);--shadow-md:0 2px 6px rgba(0,0,0,0.25);--shadow-lg:0 4px 12px rgba(0,0,0,0.3)}html{scroll-behavior:smooth}body{background:var(--bg-primary);color:var(--text-primary);font-family:JetBrains Mono,Fira Code,SF Mono,Monaco,Inconsolata,Roboto Mono,Source Code Pro,Menlo,Consolas,Courier New,monospace;line-height:1.6;font-weight:400;font-feature-settings:"liga","calt";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--gold-600);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gold-500)}.page{min-height:100vh;background:var(--bg-primary)}.loading-page{display:flex;align-items:center;justify-content:center}.dashboard-page{display:flex;flex-direction:column}.welcome-page{display:flex;align-items:center;justify-content:center}.header{background:rgba(30,41,59,.5);backdrop-filter:blur(8px);border-bottom:1px solid var(--border-primary);padding:12px 0}.header-content{max-width:460px;margin:0 auto;padding:0 1rem;justify-content:space-between}.header-content,.header-left{display:flex;align-items:center}.header-left{margin-right:24px}.logo{gap:.6rem}.logo,.logo-icon{display:flex;align-items:center}.logo-icon{width:3.2rem;height:3.2rem;border-radius:50%;background:linear-gradient(135deg,#F7A501,#d88c06);justify-content:center;background-color:var(--bg-secondary);border:1px solid var(--border-primary);box-shadow:var(--shadow)}.logo-text h1{font-size:1.8rem;line-height:2rem;font-weight:700;background:linear-gradient(135deg,#F7A501,#d88c06);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-right{gap:1.5rem;padding-right:24px}.header-right,.user-info{display:flex;align-items:center}.user-info{gap:.75rem}.avatar-wrapper{width:2.5rem;height:2.5rem;background:var(--bg-primary);border:1px solid var(--border-secondary);border-radius:50%;padding:1px}.avatar{width:100%;height:100%;border-radius:50%}.user-details{text-align:left}.user-name{font-size:.8rem;line-height:1.25rem;font-weight:600;color:var(--text-primary)}.user-login{font-size:.75rem;line-height:1rem;color:var(--text-muted);font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.main-content{width:460px;margin:0 auto;padding:1rem;flex:1}.page-title{margin-bottom:1rem;text-align:left;display:flex}.page-title h2{font-size:1.125rem;line-height:1.75rem;font-weight:700;background:linear-gradient(135deg,#F7A501,#d88c06);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.25rem}.loading-text{font-size:1.125rem;font-weight:600;color:var(--gold-500)}.card{background:var(--bg-secondary);border-radius:8px;box-shadow:var(--shadow);border:1px solid var(--border-primary);padding:2rem;transition:all .2s ease}.card:hover{box-shadow:var(--shadow-md)}.settings-list{display:flex;flex-direction:column}.setting-item{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:6px;padding:12px 16px;transition:all .15s ease;font-size:14px;margin-bottom:12px;animation:fadeIn .3s ease-out}.setting-item:hover{border-color:var(--gold-500)}.centered-item{text-align:center}.setting-header{justify-content:space-between}.setting-header,.setting-info{display:flex;align-items:center}.setting-info{gap:.75rem}.setting-icon{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.orange-icon,.yellow-icon{background:linear-gradient(135deg,#F7A501,#d88c06)}.yellow-icon{color:#000000}.success-icon{background:linear-gradient(135deg,var(--success),var(--success-light))}.tertiary-icon{background:var(--bg-tertiary)}.setting-details{flex:1}.setting-title{font-size:.8rem;line-height:1.25rem;margin-bottom:.125rem}.setting-description{color:var(--text-muted);font-size:.6rem;line-height:1rem;font-family:monospace,sans-serif}.repo-link{color:var(--gold-500);text-decoration:underline;transition:color .15s ease;font-family:JetBrains Mono,Fira Code,SF Mono,Monaco,Inconsolata,Roboto Mono,Source Code Pro,Menlo,Consolas,Courier New,monospace}.repo-link:hover{color:var(--gold-400)}.button{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:8px 14px;border-radius:4px;font-weight:600;font-size:13px;line-height:1.2;transition:all .15s ease;cursor:pointer;border:none;outline:none;text-decoration:none;font-family:inherit}.button:focus-visible{outline:2px solid var(--gold-500);outline-offset:2px}.button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.primary-button{background:var(--gold-500);color:var(--bg-primary);box-shadow:var(--shadow)}.primary-button:hover:not(:disabled){background:var(--gold-400);box-shadow:var(--shadow-md)}.success-button{background:var(--success);color:black;box-shadow:var(--shadow)}.success-button:hover:not(:disabled){background:var(--success-light)}.logout-button{font-family:Mozilla Text,Courier,monospace;background:transparent;color:var(--text-secondary);border:1px solid var(--border-secondary);padding:.5rem .4rem;font-size:.72rem;border-radius:4px;width:100px}.logout-button .icon{color:white}.logout-button:hover:not(:disabled){background:var(--bg-secondary);color:var(--text-primary)}.large-button{margin-top:12px;padding:10px 18px;font-size:14px;border-radius:4px}.full-width-button{width:100%;margin-bottom:6px}.recommended-settings{border:2px solid #7c3aed;border-radius:8px;background:linear-gradient(135deg,rgba(124,58,237,.1),rgba(124,58,237,.05));position:relative;overflow:hidden}.recommended-settings:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#7c3aed,transparent)}.recommended-button{margin:1rem 0;background:linear-gradient(135deg,#7c3aed,#8b5cf6);color:white;border:none;font-weight:600;gap:.5rem;transition:all .2s ease}.recommended-button .icon{color:white}.recommended-button:hover:not(:disabled){background:linear-gradient(135deg,#8b5cf6,#a78bfa);transform:translateY(-1px);box-shadow:0 4px 12px rgba(124,58,237,.3)}.recommended-preview{padding:.75rem;background:rgba(124,58,237,.08);border-radius:6px;border:1px solid rgba(124,58,237,.2)}.preview-title{font-weight:600;color:#a78bfa;margin-bottom:.5rem;font-size:.875rem}.preview-list{margin:0;padding:0;list-style:none}.preview-list li{color:var(--text-secondary);font-size:.8rem;margin-bottom:.25rem;line-height:1.4}.purple-icon{background:linear-gradient(135deg,#7c3aed,#8b5cf6)}.purple-icon .icon{color:white}.random-spikes-toggle{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;margin:.75rem 0;border-top:1px solid var(--border-secondary);border-bottom:1px solid var(--border-secondary)}.random-spikes-toggle .toggle-info{flex:1}.random-spikes-toggle .toggle-text{margin:0}.random-spikes-toggle .toggle-title{font-size:.875rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.random-spikes-toggle .toggle-description{font-size:.75rem;color:var(--text-muted);margin:0;line-height:1.3}.toggle{position:relative;display:inline-flex;height:24px;width:44px;align-items:center;border-radius:12px;transition:background-color .2s ease;cursor:pointer;border:1px solid var(--border-primary);background:black}.toggle-handle{display:inline-block;height:20px;width:20px;border-radius:10px;background:var(--bg-elevated);box-shadow:var(--shadow);transition:all .2s ease;transform:translateX(1px);border:1px solid var(--border-primary)}.toggle-active .toggle-handle{transform:translateX(21px);background:var(--gold-500);border-color:var(--gold-400)}.toggle-active{background:var(--bg-tertiary)}.status-indicator{width:8px;height:8px;border-radius:50%}.online{background:var(--success)}.offline{background:var(--error)}.warning{background:var(--warning)}.warning-box{margin-top:1rem;padding:.75rem;border-radius:6px;background:var(--bg-primary);border:1px solid var(--border-secondary)}.warning-content{display:flex;align-items:center;gap:.5rem}.warning-icon{width:1rem;height:1rem;color:var(--warning)}.warning-text{font-size:.68rem;color:var(--warning);font-weight:500}.frequency-options{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;margin-bottom:1rem}.frequency-option{display:flex;align-items:center;padding:10px 12px;background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:4px;cursor:pointer;transition:all .15s ease;position:relative;font-size:13px}.frequency-option:hover{border-color:var(--gold-400);background:var(--bg-tertiary)}.frequency-option.selected{border-color:var(--gold-500);background:rgba(247,165,1,.03)}.frequency-option input[type=radio]{width:16px;height:16px;margin-right:10px;accent-color:var(--gold-500)}.option-content{flex:1}.option-title{font-weight:600;color:var(--text-primary);margin-bottom:.125rem;font-size:13px;line-height:1.3}.option-description{color:var(--text-muted);font-size:11px;line-height:1.3;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.commit-count-selector{margin-bottom:1rem;animation:fadeIn .3s ease-out}.selector-row{display:flex;justify-content:space-between;align-items:center;gap:1rem}.selector-label{font-size:1rem;line-height:1rem;font-weight:600;margin-bottom:0;color:var(--text-primary);display:block;flex:1}.select-wrapper{position:relative;display:inline-block;min-width:180px}.select-input{width:100%;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding:8px 36px 8px 12px;border:1px solid var(--border-primary);border-radius:6px;background:var(--bg-primary);color:var(--text-primary);font-size:.875rem;font-weight:500;font-family:JetBrains Mono,Monaco,Menlo,Ubuntu Mono,monospace;cursor:pointer;transition:all .2s ease}.select-input.enhanced{background:var(--bg-tertiary);border-color:var(--border-secondary)}.select-input:hover{border-color:var(--gold-400);background:var(--bg-elevated)}.select-input:focus{box-shadow:0 0 0 2px rgba(247,165,1,.1)}.select-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--text-muted);transition:color .2s ease}.select-wrapper:hover .select-icon{color:var(--gold-400)}.select-icon .icon{width:16px;height:16px;color:var(--text-primary);font-size:13px;transition:all .15s ease;font-family:inherit}.select-input:focus{outline:none;border-color:var(--gold-500);box-shadow:0 0 0 1px var(--gold-500)}.select-input::placeholder{color:var(--text-muted)}.active-days-settings{display:flex;flex-direction:column;gap:1.4rem;margin-top:12px}.weekend-toggle{display:flex;align-items:center;justify-content:space-between}.toggle-info{flex:1}.toggle-title{font-weight:500;color:var(--text-primary);font-size:.8rem;line-height:1.25rem}.toggle-description{color:var(--text-muted);font-size:.75rem;line-height:1rem}.day-selection{display:flex;flex-direction:column}.day-selection-label{font-size:.75rem;line-height:1rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary);display:block}.days-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem}.day-button{padding:6px 4px;border-radius:4px;font-size:10px;font-weight:600;text-align:center;border:1px solid transparent;transition:all .15s ease;cursor:pointer;background:var(--bg-tertiary);color:var(--text-muted);line-height:1.2}.day-button.active{background:var(--success);color:black;border-color:var(--success-light)}.day-button:hover{background:var(--bg-elevated)}.skip-chance{display:flex;flex-direction:column;gap:6px}.skip-chance-label{font-size:.75rem;line-height:1rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary);display:block}.chance-value{color:var(--gold-500);font-weight:700}.range-input{width:100%;height:6px;border-radius:3px;appearance:none;background:gray;outline:none;cursor:pointer}.range-input.range-disabled{opacity:.5;cursor:not-allowed;background:var(--border-secondary)}.range-input::-webkit-slider-thumb{appearance:none;width:16px;height:16px;border-radius:50%;background:var(--gold-500);cursor:pointer;border:2px solid white;box-shadow:var(--shadow)}.range-input.range-disabled::-webkit-slider-thumb{background:var(--text-muted);cursor:not-allowed}.range-input::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:var(--gold-500);cursor:pointer;border:2px solid white;box-shadow:var(--shadow)}.range-input.range-disabled::-moz-range-thumb{background:var(--text-muted);cursor:not-allowed}.range-labels{display:flex;justify-content:space-between;margin-top:.25rem}.range-labels,.skip-description{font-size:.75rem;line-height:1rem;color:var(--text-muted)}.skip-description{font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.statistics-card{background:var(--bg-secondary);border-radius:8px;box-shadow:var(--shadow);border:1px solid var(--border-primary);padding:1rem;animation:fadeIn .3s ease-out}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}.stat-item{background:var(--bg-primary);border:1px solid var(--border-secondary);border-radius:6px;padding:.75rem;text-align:center}.stat-label{font-size:.75rem;line-height:1rem;color:var(--text-muted);margin-bottom:.25rem}.stat-value{font-size:1.25rem;line-height:1.75rem;font-weight:700;color:var(--gold-500)}.commits-section{background:var(--bg-secondary);border-radius:8px;box-shadow:var(--shadow);border:1px solid var(--border-primary);padding:1rem;margin-top:1.5rem;animation:fadeIn .3s ease-out}.commits-header{gap:.75rem;margin-bottom:1rem;justify-content:space-between}.commits-header,.commits-icon{display:flex;align-items:center}.commits-icon{width:2.5rem;height:2.5rem;border-radius:6px;background:var(--bg-tertiary);justify-content:center}.commits-icon .icon{width:1rem;height:1rem;color:var(--gold-500)}.commits-info{flex:1}.commits-title{font-family:monospace;font-weight:600;color:var(--text-primary)}.commits-count{font-size:.75rem;line-height:1rem;color:var(--text-muted);font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.commits-list{max-height:12rem;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.commit-item{background:var(--bg-primary);border:1px solid var(--border-secondary);border-radius:6px;padding:.75rem;gap:.6rem}.commit-item,.commit-status{display:flex;align-items:center}.status-dot{width:.75rem;height:.75rem;border-radius:50%}.status-dot.success{background:var(--success)}.status-dot.error{background:var(--error)}.commit-content{flex:1;min-width:0}.monospace{font-family:JetBrains Mono,Fira Code,SF Mono,Monaco,Inconsolata,Roboto Mono,Source Code Pro,Menlo,Consolas,Courier New,monospace}.sans-serif{font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.commit-message{font-family:JetBrains Mono,Fira Code,SF Mono,Monaco,Inconsolata,Roboto Mono,Source Code Pro,Menlo,Consolas,Courier New,monospace;font-size:.64rem;line-height:1.25rem;font-weight:500;color:var(--text-primary)}.commit-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:.05em}.success-badge{background:var(--success-bg);color:var(--success);border:1px solid rgba(34,197,94,.2)}.error-badge{background:var(--error-bg);color:var(--error);border:1px solid rgba(239,68,68,.2)}.result-message{margin-top:1rem;background:var(--bg-secondary);border-radius:8px;box-shadow:var(--shadow);border:1px solid var(--border-primary);padding:1rem;animation:fadeIn .3s ease-out}.success-message{background:var(--success-bg)}.error-message{background:var(--error-bg)}.result-content{gap:1rem}.result-content,.result-icon{display:flex;align-items:center}.result-icon{width:2rem;height:2rem;border-radius:50%;justify-content:center;background:var(--bg-secondary);border:1px solid var(--border-primary);box-shadow:var(--shadow)}.result-icon.success-icon{background:var(--success)}.result-icon.error-icon{background:var(--error)}.result-icon .icon{width:1rem;height:1rem;color:white}.result-text{flex:1}.result-title{font-weight:700;font-size:.8rem;line-height:1.25rem;color:var(--text-primary)}.result-description{font-size:.75rem;line-height:1rem;color:var(--text-muted);font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.welcome-container{max-width:37.5rem;margin:0 auto;padding:2rem}.welcome-header{text-align:center;margin-bottom:3rem}.welcome-logo{display:flex;flex-direction:column;align-items:center}.welcome-logo-icon{width:6rem;height:6rem;margin:0 auto 2rem;border-radius:1rem;background:linear-gradient(135deg,#F7A501,#d88c06);display:flex;align-items:center;justify-content:center;background-color:var(--bg-secondary);border:1px solid var(--border-primary);box-shadow:var(--shadow)}.welcome-logo-icon .icon{width:2rem;height:2rem;color:white}.welcome-title{font-size:2.25rem;line-height:2.5rem;font-weight:700;background:linear-gradient(135deg,#F7A501,#d88c06);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.welcome-subtitle{font-size:1.25rem;line-height:1.75rem;color:var(--text-secondary);font-weight:500;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.login-card{background:var(--bg-secondary);border-radius:8px;box-shadow:var(--shadow);border:1px solid var(--border-primary);padding:2rem;animation:fadeIn .3s ease-out}.login-header{text-align:center;margin-bottom:2rem}.login-title{font-size:1.5rem;line-height:2rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.login-description{font-size:1rem;line-height:1.5rem;color:var(--text-secondary);font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.features-list{margin-bottom:2rem}.feature-item{border-radius:6px;padding:1rem;gap:1rem}.feature-icon{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--bg-secondary);border:1px solid var(--border-primary);box-shadow:var(--shadow)}.timing-icon{background:linear-gradient(135deg,var(--gold-500),var(--gold-600))}.calendar-icon{background:linear-gradient(135deg,var(--success),var(--success-light))}.random-icon{background:linear-gradient(135deg,var(--warning),#f97316)}.feature-icon .icon{width:1rem;height:1rem;color:white}.subscription-icon .icon{width:2rem;height:2rem}.feature-content{flex:1}.feature-title{font-size:.8rem;line-height:1.25rem;font-weight:700;color:var(--text-primary)}.feature-description{font-size:.75rem;line-height:1rem}.feature-description,.login-footer{color:var(--text-muted);font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.login-footer{text-align:center;font-size:.8rem;line-height:1.25rem;margin-top:1.5rem}.icon{color:black;width:1.25rem;height:1.25rem;flex-shrink:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spinning{animation:spin 1s linear infinite}.new-landing-page{background:var(--bg-primary);color:var(--text-primary);min-height:100vh;display:flex;flex-direction:column}.landing-container{display:flex;flex-direction:column;max-width:100vw;padding:2rem;margin:2rem auto 0}@media (min-width:1024px){.landing-container{flex-direction:row;max-width:1200px}}.hero-section{flex:1;display:flex;flex-direction:column;justify-content:center;padding-right:0}.hero-content{text-align:center}@media (min-width:1024px){.hero-content{text-align:left}}.hero-title{font-size:3rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;font-family:Bricolage Grotesque,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}@media (min-width:768px){.hero-title{font-size:4.5rem;line-height:1.28}}.hero-text{color:var(--text-primary)}.hero-highlight{background:linear-gradient(135deg,var(--gold-400),var(--gold-600));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-bg-highlight{background:#388e4a;color:white;padding:.25rem;border-radius:0;font-weight:700}.hero-subtitle{font-size:1.5rem;line-height:2rem;color:var(--text-secondary);margin:2rem 0;font-family:JetBrains Mono,Fira Code,SF Mono,Monaco,Inconsolata,Roboto Mono,Source Code Pro,Menlo,Consolas,Courier New,monospace}.social-proof{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.75rem;margin-bottom:3.2rem}@media (min-width:640px){.social-proof{flex-direction:row}}@media (min-width:1024px){.social-proof{justify-content:flex-start}}.avatars-row{display:flex;align-items:center;margin:.25rem}.avatar-image,.avatar-placeholder{width:2rem;height:2rem;border-radius:50%;background:var(--bg-tertiary);border:2px solid var(--text-primary);margin-left:-.8rem;overflow:hidden}.avatar-image{object-fit:cover}.avatar-image:first-child,.avatar-placeholder:first-child{margin-left:0}.rating-stars{display:flex;gap:.25rem;margin-left:.75rem}.star{width:1.5rem;height:1.5rem;color:var(--gold-500)}.social-proof-text{font-size:.75rem;color:var(--text-muted);font-style:normal;text-align:center;margin:6px auto 0;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.social-proof-text.top{font-style:italic;margin:0}.terms-link{color:var(--text-muted);text-decoration:underline;text-decoration-color:var(--text-muted);transition:color .2s ease}.terms-link:hover{color:var(--gold-500);text-decoration-color:var(--gold-500)}.cta-button-wrapper{outline-width:0;background-color:rgb(153,102,14);color:rgb(247,165,1);font-weight:600;box-sizing:border-box;font-variant-ligatures:none;text-align:center;border-radius:8px;width:100%;display:block;top:2px;position:relative;text-decoration:none;border:1.5px solid rgb(177,120,22);cursor:pointer;margin:2rem auto 0;transition:all .2s ease}@media (min-width:1024px){.cta-button-wrapper{margin:0 auto}}.pricing-text{text-align:center;font-size:1rem;color:var(--text-muted);margin-bottom:.6rem;font-weight:400;line-height:1;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}@media (min-width:1024px){.pricing-text{text-align:left}}.cta-button-wrapper:hover{transform:translateY(-1px)}.cta-button-inner{color:rgb(21,21,21);background-color:rgb(235,157,42);box-sizing:border-box;font-variant-ligatures:none;font-weight:700;font-size:16px;text-align:center;padding:16px 18px;border-radius:8px;user-select:none;transform:translateY(-4px);width:100%;display:flex;align-items:center;gap:8px;justify-content:center;margin-left:-1.5px;margin-right:-1.5px;position:relative;border:1.5px solid rgb(131,92,25);font-family:JetBrains Mono,Fira Code,SF Mono,Monaco,Inconsolata,Roboto Mono,Source Code Pro,Menlo,Consolas,Courier New,monospace}.cta-icon{width:1.25rem;height:1.25rem;fill:rgb(21,21,21)}.features-section{flex:1;margin-top:2.5rem}@media (min-width:1024px){.features-section{margin-top:2rem;margin-left:5rem}}.demo-section{display:flex;gap:.72rem;flex-direction:column;align-items:center;justify-content:center}.demo-badge{color:var(--text-secondary);font-weight:400;border-radius:8px;text-align:center;width:fit-content;margin-top:2rem;font-size:.8rem;line-height:1.2;background:transparent;font-family:Mozilla Text,serif}.demo-container{width:100%;height:300px;border:2px solid var(--border-primary);border-radius:8px;background:var(--bg-secondary);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}@media (min-width:1024px){.demo-container{width:500px}}@media (min-width:1280px){.demo-container{width:600px}}@media (min-width:1536px){.demo-container{width:700px}}.benefits-section{margin-top:1rem}.benefits-title{background:linear-gradient(135deg,var(--gold-400),var(--gold-600));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.25rem;font-weight:700;display:block;margin-bottom:.5rem}.benefits-grid{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.benefit-item{display:flex;align-items:center;width:100%;gap:.25rem}.benefit-icon{width:1.5rem;height:1.5rem;color:var(--gold-500)}.benefit-text{margin-left:.25rem;font-size:1.2rem;color:var(--text-secondary)}@media (max-width:768px){.header-content{padding:0 1rem}.main-content{padding:1rem}.welcome-container{padding:0 1rem}.days-grid{gap:.25rem}.day-button{padding:.5rem .25rem;font-size:.65rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.selector-row{flex-direction:column;align-items:flex-start;gap:.5rem}.select-wrapper{width:100%;min-width:unset}.header-right{padding-right:0}.hero-title{font-size:2.5rem}.cta-button-inner{padding:1rem 2rem}.landing-container{padding:1rem}.benefit-item{flex-basis:100%}}.graph-container-bottom,.graph-container-top{width:100%;height:24px;display:flex;align-items:center;justify-content:space-between}.graph-text{font-size:.8rem;color:var(--text-muted);font-weight:400}.graph-text-container{height:100%;display:flex;align-items:center;gap:6px}.graph-icon{height:100%;padding-bottom:2px;aspect-ratio:1;fill:var(--success)}.terms-page{background:var(--bg-primary);color:var(--text-primary);min-height:100vh}.terms-container{max-width:800px;margin:0 auto;padding:0 1rem}.terms-header{padding:12px 0;margin-bottom:2rem}.terms-header-content{display:flex;align-items:center;justify-content:space-between;max-width:800px;margin:0 auto;padding:0 1rem}.back-link{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);text-decoration:none;font-size:.9rem;transition:color .2s ease}.back-link:hover{color:var(--gold-500)}.back-link .icon{width:1.2rem;height:1.2rem}.terms-content{padding:1rem 0}.terms-title{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:2rem;text-align:center;font-family:Bricolage Grotesque,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.terms-body{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:12px;padding:2rem;box-shadow:var(--shadow)}.terms-intro{font-size:1.1rem;color:var(--text-secondary);margin-bottom:2rem;text-align:center}.terms-placeholder h2{color:var(--gold-500);font-size:1.5rem;margin-bottom:1rem;font-family:Bricolage Grotesque,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.terms-placeholder p{color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.terms-placeholder ul{color:var(--text-secondary);padding-left:1.5rem;margin-bottom:2rem}.terms-placeholder li{margin-bottom:.5rem;line-height:1.5}.contact-link{color:var(--gold-500);text-decoration:underline;text-decoration-color:var(--gold-500)}.contact-link:hover{color:var(--gold-400);text-decoration-color:var(--gold-400)}.terms-section{margin-top:24px}.terms-page .terms-body,.terms-page .terms-body li,.terms-page .terms-body p,.terms-page .terms-intro{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.terms-section h2,.terms-section h3,.terms-section h4{font-family:Bricolage Grotesque,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:var(--gold-500);margin-bottom:1rem}.terms-section h2{font-size:1.5rem;margin-top:2rem}.terms-section h3{font-size:1.25rem;margin-top:1.5rem}.terms-section h4{font-size:1.1rem;margin-top:1rem}.terms-section p{color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.terms-section ol,.terms-section ul{color:var(--text-secondary);padding-left:1.5rem;margin-bottom:1.5rem}.terms-section li{margin-bottom:.5rem;line-height:1.5}.terms-section code{background:var(--bg-tertiary);color:var(--text-primary);padding:.2rem .4rem;border-radius:4px;font-family:JetBrains Mono,Fira Code,SF Mono,Monaco,Inconsolata,Roboto Mono,Source Code Pro,Menlo,Consolas,Courier New,monospace;font-size:.9em}.terms-acknowledgment{margin-top:2rem;padding:1.5rem;background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:8px;text-align:center}.footer{margin-top:auto;padding:1rem 0;border-top:1px solid var(--border-secondary)}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.footer-link{color:var(--text-muted);text-decoration:none;font-size:.9rem;transition:color .2s ease;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.footer-link:hover{color:var(--text-primary)}.footer-link-underlined{text-decoration:underline}.footer-link-underlined:hover{color:var(--gold-500);text-decoration-color:var(--gold-500)}@media (max-width:768px){.footer-links{gap:1.5rem;flex-direction:column;align-items:center}.footer-content{padding:0 1rem}}.subscription-status{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:12px;padding:1rem;margin-bottom:1rem}.subscription-status.active{margin-top:1rem;border-color:var(--success);background:var(--success-bg)}.subscription-status.expired{border-color:var(--error);background:var(--error-bg)}.subscription-info{justify-content:space-between;flex-wrap:wrap}.subscription-header,.subscription-info{display:flex;align-items:center;gap:1rem}.subscription-icon{width:48px;height:48px;background:var(--gold-500);border-radius:8px;display:flex;align-items:center;justify-content:center;color:white}.subscription-title{font-size:1.1rem;font-weight:600;color:var(--text-primary)}.subscription-description{color:var(--text-secondary);font-size:.76rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:16px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-lg)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 0}.modal-header h3{font-size:1.5rem;font-weight:600;color:var(--text-primary)}.modal-close{background:none;border:none;font-size:1.5rem;color:var(--text-muted);cursor:pointer;padding:.25rem;line-height:1;transition:color .2s ease}.modal-close:hover{color:var(--text-primary)}.modal-body{padding:1.5rem}.pricing-info{text-align:center;margin-bottom:2rem}.price-display{display:flex;align-items:baseline;justify-content:center;gap:.25rem;margin-bottom:2rem}.currency{font-size:1.5rem;color:var(--text-secondary);font-weight:500}.amount{font-size:3rem;color:var(--gold-500);font-weight:700}.period{font-size:1.2rem;color:var(--text-secondary);font-weight:500}.features-list{display:flex;flex-direction:column;gap:1rem;text-align:left}.feature-item{display:flex;align-items:center;gap:.5rem;padding:.25rem 0}.feature-icon{width:16px;height:16px;color:var(--success);flex-shrink:0}.feature-item span{color:var(--text-secondary);font-size:.8rem;line-height:1.2}.payment-actions{display:flex;gap:1rem;justify-content:flex-end;align-items:center}.payment-provider-selection{margin:1.5rem 0;padding:.75rem 0;border-top:1px solid var(--border-primary);border-bottom:1px solid var(--border-primary)}.provider-options{display:flex;flex-direction:column;gap:.75rem}.provider-option{display:flex;align-items:center;gap:.75rem;padding:.875rem;border:2px solid var(--border-primary);border-radius:.5rem;cursor:pointer;transition:all .2s ease;background:var(--bg-secondary)}.provider-option:hover{border-color:var(--gold-400);background:var(--bg-tertiary)}.provider-option.selected{border-color:var(--gold-500);background:var(--bg-tertiary);box-shadow:0 0 0 1px var(--gold-500)}.provider-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.375rem;background:white;color:var(--text-secondary)}.provider-icon img{max-width:100%;max-height:100%;object-fit:contain}.provider-option.selected .provider-icon{color:var(--gold-500)}.provider-info{flex:1}.provider-name{font-weight:600;font-size:.875rem;color:var(--text-primary);margin-bottom:.125rem}.provider-description{font-size:.75rem;color:var(--text-muted)}.provider-radio,.radio-button{display:flex;align-items:center;justify-content:center}.radio-button{width:1.25rem;height:1.25rem;border:2px solid var(--border-primary);border-radius:50%;transition:all .2s ease}.radio-button.checked{border-color:var(--gold-500)}.radio-inner{width:.5rem;height:.5rem;background:var(--gold-500);border-radius:50%}@media (max-width:640px){.provider-option{padding:.75rem}.provider-icon{width:2rem;height:2rem}.provider-name{font-size:.8125rem}.provider-description{font-size:.6875rem}.radio-button{width:1.125rem;height:1.125rem}}.dashboard-button-container{align-items:center;gap:.75rem}.cancel-anytime-text{margin-left:0;font-size:.72rem;color:var(--text-muted);white-space:nowrap}.cancel-anytime-text.og{margin-left:12px}.cancelled-text{font-size:.72rem;color:var(--text-muted)}.collapsible-section{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:12px;margin-bottom:1rem;overflow:hidden}.frequency-settings{padding:0 1rem}.section-toggle{width:100%;background:none;border:none;padding:1rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:background-color .2s ease}.section-toggle:hover{background:var(--bg-tertiary)}.toggle-header{display:flex;align-items:center;gap:1rem}.toggle-icon{width:1.25rem;height:1.25rem;color:var(--text-muted);transition:transform .2s ease;flex-shrink:0}.toggle-icon.rotated{transform:rotate(180deg)}.setting-details{display:flex;flex-direction:column;align-items:flex-start}.setting-title{font-family:monospace;font-weight:600;color:var(--text-primary);margin:0}.commits-count,.setting-description{font-family:monospace,sans-serif;font-size:.72rem;color:var(--text-muted);margin:0}.collapsible-section .active-days-settings,.collapsible-section .commits-section,.collapsible-section .statistics-card{margin:0;padding:1rem;border:none;background:transparent}.collapsible-section .statistics-card{border-radius:0}.small-button{font-size:.8rem;padding:.5rem 1rem}.secondary-button{background:var(--bg-tertiary);border:1px solid var(--border-primary);color:var(--text-secondary)}.secondary-button:hover{background:var(--bg-elevated);color:var(--text-primary);border-color:var(--border-secondary)}@media (max-width:768px){.subscription-info{align-items:stretch;text-align:center}.payment-actions,.subscription-info{flex-direction:column}.dashboard-button-container{flex-direction:column;gap:.5rem;align-items:center}.modal-content{margin:1rem;max-width:none}}.toast-container{position:fixed;top:1rem;right:1rem;z-index:1000;display:flex;flex-direction:column;gap:.75rem;max-width:400px}.toast-container .icon{color:white}.toast{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:8px;padding:1rem;box-shadow:var(--shadow-lg);display:flex;align-items:flex-start;gap:.75rem;animation:toast-slide-in .3s ease-out;transition:opacity .3s ease,transform .3s ease}.toast-success{border-left:4px solid var(--success);background:linear-gradient(135deg,var(--bg-secondary) 0,rgba(34,197,94,.05) 100%)}.toast-error{border-left:4px solid var(--error);background:linear-gradient(135deg,var(--bg-secondary) 0,rgba(239,68,68,.05) 100%)}.toast-warning{border-left:4px solid var(--warning);background:linear-gradient(135deg,var(--bg-secondary) 0,rgba(245,158,11,.05) 100%)}.toast-info{border-left:4px solid #3b82f6;background:linear-gradient(135deg,var(--bg-secondary) 0,rgba(59,130,246,.05) 100%)}.toast-content{display:flex;align-items:flex-start;gap:.75rem;flex:1}.toast-icon{width:1.25rem;height:1.25rem;flex-shrink:0;margin-top:.125rem}.toast-success .toast-icon{color:var(--success)}.toast-error .toast-icon{color:var(--error)}.toast-warning .toast-icon{color:var(--warning)}.toast-info .toast-icon{color:#3b82f6}.toast-text{flex:1}.toast-title{font-weight:600;color:var(--text-primary);font-size:.875rem;line-height:1.25;margin-bottom:.25rem}.toast-message{font-family:IBM Plex Sans,Courier,monospace;color:var(--text-secondary);font-size:.8125rem;line-height:1.4}.toast-close{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:0;width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;flex-shrink:0;margin-top:.125rem}.toast-close:hover{color:var(--text-secondary);background:rgba(255,255,255,.1)}.toast-close .icon{width:.875rem;height:.875rem}@keyframes toast-slide-in{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@media (max-width:640px){.toast-container{left:1rem;right:1rem;top:1rem;max-width:none}.toast{padding:.875rem}.toast-title{font-size:.8125rem}.toast-message{font-size:.75rem}}.support-email{text-align:center}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8d697b304b401681-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/4cf2300e9c8272f7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_188709{font-family:Geist,Geist Fallback;font-style:normal}.__variable_188709{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9610d9e46709d722-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/747892c23ea88013-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/93f479601ee12b01-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_9a8899{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_9a8899{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}