@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap";*{margin:0;padding:0;box-sizing:border-box}*::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}@media(hover:hover)and (pointer:fine){body{--is-web: 1}}body{--is-web: 0}:root{--background: #ffffff;--foreground: #232220;--primary: #D9AE8E;--primary-foreground: #FFFFFF;--secondary: #ffddba;--secondary-foreground: #232220;--muted: #F0F4F3;--muted-foreground: #7A8C87;--accent: #E1EBE8;--accent-foreground: #2C3633;--destructive: #D97E7E;--card: #FFFFFF;--card-foreground: #232220;--popover: #FFFFFF;--popover-foreground: #2C3633;--border: #9f8d8d;--input: #FFFFFF;--ring: #D9AE8E;--sidebar: #F0F4F3;--sidebar-foreground: #2C3633;--sidebar-primary: #D9AE8E;--sidebar-primary-foreground: #FFFFFF;--sidebar-accent: #E1EBE8;--sidebar-accent-foreground: #2C3633;--sidebar-border: #DEE6E3;--sidebar-ring: #D9AE8E;--chart-1: #D9AE8E;--chart-2: #8FB3A9;--chart-3: #D6A485;--chart-4: #9f8d8d;--chart-5: #D18E92;--font-sans: "DM Sans", sans-serif;--font-heading: "DM Sans", sans-serif;--font-serif: "Playfair Display", serif;--font-mono: "JetBrains Mono", monospace;--radius: 1rem}[data-theme=dark]{--background: #1a1918;--foreground: #f5f5f4;--card: #232220;--card-foreground: #f5f5f4;--popover: #232220;--muted: #2a2825;--accent: #3a3633;--border: #4a4643;--input: #2a2825}[data-theme=calm]{--background: #FAF8F6;--foreground: #2C3633;--card: #FFFFFF;--muted: #F0F4F3;--accent: #E1EBE8}html{height:100%;overflow:hidden}body{margin:0;font-family:var(--font-sans);background-color:var(--background);color:var(--foreground);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden;height:100%;position:fixed;width:100%}#root{min-height:100vh;max-height:100vh;width:100%;overflow:hidden}button{font-family:var(--font-sans);cursor:pointer;border:none;outline:none}input,textarea{font-family:var(--font-sans)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2;font-weight:600}.container{max-width:480px;margin:0 auto}.fade-in{animation:fadeIn .6s ease-in}.slide-up{animation:slideUp .4s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes breatheIn{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.breathe-animation{animation:breatheIn 4s ease-in-out infinite}.splash-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;background-color:var(--background);padding:1.5rem;transition:opacity .4s ease-out;max-width:100%}.splash-screen.fade-out{opacity:0}.splash-logo{text-align:center}.app-name{font-size:4rem;color:var(--primary);font-family:var(--font-serif);font-weight:500;margin-bottom:.5rem;margin-top:0}.app-tagline{font-size:1rem;color:var(--muted-foreground);font-weight:400}.onboarding{max-width:400px;width:100%}.onboarding-content h2{font-size:2rem;color:var(--foreground);margin-bottom:1.5rem;text-align:center}.onboarding-description{font-size:1rem;line-height:1.6;color:var(--foreground);text-align:center;margin-bottom:2rem}.reset-loop-box{background-color:var(--muted);border-radius:var(--radius);padding:1.5rem;margin-bottom:2rem;border:1px solid var(--border)}.reset-loop-title{font-weight:600;color:var(--foreground);margin-bottom:.75rem;text-align:center}.reset-loop-steps{color:var(--primary);font-weight:500;text-align:center;line-height:1.6}.privacy-note{display:flex;align-items:center;gap:.75rem;background-color:var(--secondary);padding:1rem;border-radius:calc(var(--radius) * .75);margin-bottom:2rem}.privacy-icon{font-size:1.5rem;flex-shrink:0}.privacy-note p{font-size:.9rem;color:var(--secondary-foreground);margin:0}.get-started-btn{width:100%;padding:1rem;background-color:var(--primary);color:var(--primary-foreground);border-radius:calc(var(--radius) * .75);font-size:1.1rem;font-weight:600;transition:transform .2s ease,opacity .2s ease}.get-started-btn:hover{transform:translateY(-2px);opacity:.9}.get-started-btn:active{transform:translateY(0)}.home-screen{display:flex;flex-direction:column;height:100vh;height:100dvh;background-color:var(--background);font-family:var(--font-sans);color:var(--foreground);padding:0 1rem;max-width:100%;overflow-y:auto}.home-header{padding:1rem 0;flex-shrink:0;position:sticky;top:0;background-color:var(--background);z-index:10}.header-content{display:flex;align-items:center;justify-content:space-between}.greeting-text{font-size:.875rem;color:var(--muted-foreground);margin-bottom:.125rem;font-weight:500}.app-title{font-size:1.5rem;font-weight:700;font-family:var(--font-heading);letter-spacing:-.025em;color:var(--primary)}.header-actions{display:flex;align-items:center;gap:.75rem}.icon-button{position:relative;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:9999px;background-color:var(--secondary);color:var(--primary);transition:background-color .2s}.icon-button:hover{background-color:var(--accent)}.icon-button-pro{background-color:var(--secondary)}.icon-size{width:1.25rem;height:1.25rem}.pro-indicator{position:absolute;top:-.125rem;right:-.125rem;width:.625rem;height:.625rem;background-color:var(--primary);border-radius:9999px;border:2px solid var(--background)}.home-main{flex:1;padding:0 0 2rem;display:flex;flex-direction:column;gap:1rem}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:.5rem}@media(min-height:700px){.stats-grid{gap:1rem;margin-bottom:1rem}.stat-card{padding:1rem}.start-session-wrapper{max-width:220px;margin-bottom:1.5rem}.home-main{padding:0 0 3rem}}.stat-card{background-color:var(--card);padding:.75rem;border-radius:1.2rem;box-shadow:0 1px 2px #0000000d;border:1px solid rgba(159,141,141,.4);display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;aspect-ratio:1.1 / 1}.stat-icon-container{padding:.4rem;background-color:#ffddba80;border-radius:.75rem;color:var(--primary);margin-bottom:.5rem}.stat-icon-emoji{background-color:#ffddba80;font-size:1.25rem;display:flex;align-items:center;justify-content:center}.stat-icon{width:1.25rem;height:1.25rem}.stat-number{display:block;font-size:1.5rem;font-weight:700;color:var(--foreground);margin-bottom:.125rem}.stat-label{display:block;font-size:.65rem;font-weight:500;color:var(--muted-foreground);line-height:1.2}.start-session-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:.5rem;position:relative;width:100%;max-width:180px;aspect-ratio:1;margin-left:auto;margin-right:auto}.pulse-bg{position:absolute;inset:0;background-color:#d9ae8e0d;border-radius:9999px;transform:scale(1.1);animation:pulse 2s ease-in-out infinite}.pulse-bg-inner{position:absolute;inset:1rem;background-color:#d9ae8e1a;border-radius:9999px}.start-session-button{position:relative;width:100%;height:100%;background-color:var(--primary);color:var(--primary-foreground);border-radius:9999px;box-shadow:0 25px 50px -12px #d9ae8e33;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:transform .2s;z-index:10}.start-session-button:active{transform:scale(.95)}.play-icon{width:2rem;height:2rem;margin-bottom:.25rem}.session-title{font-size:.9rem;font-weight:700;letter-spacing:.025em}.session-subtitle{font-size:.65rem;opacity:.8;margin-top:.125rem;font-weight:500}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.express-thoughts{padding:1rem;display:flex;flex-direction:column;height:100vh;height:100dvh;max-width:100%;overflow-y:auto}.express-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;flex-shrink:0;position:relative}.express-header h2{font-size:1.1rem;color:var(--foreground);position:absolute;left:50%;transform:translate(-50%);white-space:nowrap}.back-btn{width:36px;height:36px;border-radius:50%;background-color:var(--muted);color:var(--foreground);font-size:1.3rem;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.back-btn:active{transform:scale(.95)}.express-subtitle{font-size:.85rem;color:var(--muted-foreground);line-height:1.4;margin-bottom:1rem;text-align:center;flex-shrink:0}.express-options{display:flex;flex-direction:column;gap:.75rem;flex:1;overflow-y:auto;min-height:0;padding-bottom:.5rem}.option-card{background-color:var(--card);border:1px solid var(--border);border-radius:calc(var(--radius) * .75);padding:1rem}.option-header{display:flex;align-items:center;gap:.6rem;margin-bottom:.75rem}.option-icon{font-size:1.5rem;background-color:var(--muted);width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%}.option-header h3{font-size:1rem;color:var(--foreground);margin:0}.thought-textarea{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:calc(var(--radius) * .75);background-color:var(--input);color:var(--foreground);font-size:.95rem;line-height:1.4;resize:none;margin-bottom:.75rem;min-height:80px}.thought-textarea:focus{outline:2px solid var(--primary);outline-offset:2px}.thought-textarea::placeholder{color:var(--muted-foreground)}.audio-recorder{display:flex;flex-direction:column;align-items:center;padding:1.25rem 1rem;margin-bottom:.75rem}.record-btn,.playback-btn{width:90px;height:90px;border-radius:50%;background-color:var(--muted);display:flex;align-items:center;justify-content:center;transition:all .3s ease;margin-bottom:.75rem}.record-btn.recording{background-color:var(--destructive);animation:pulse 1.5s ease-in-out infinite}.playback-btn{background-color:var(--primary)}.playback-btn.playing{opacity:.7}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}.record-icon,.playback-icon{font-size:2.25rem}.record-label{font-size:.85rem;color:var(--muted-foreground);margin-bottom:.5rem}.re-record-btn{padding:.4rem 1.25rem;background-color:transparent;color:var(--primary);border:1px solid var(--primary);border-radius:calc(var(--radius) * .5);font-size:.85rem;font-weight:500;margin-top:.5rem;transition:all .2s ease}.re-record-btn:hover{background-color:var(--primary);color:var(--primary-foreground)}.continue-btn{width:100%;padding:.85rem;background-color:var(--primary);color:var(--primary-foreground);border-radius:calc(var(--radius) * .75);font-size:.95rem;font-weight:600;transition:opacity .2s ease,transform .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.continue-btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.divider{display:flex;align-items:center;text-align:center;margin:.75rem 0}.divider:before,.divider:after{content:"";flex:1;border-bottom:1px solid var(--border)}.divider span{padding:0 .75rem;color:var(--muted-foreground);font-size:.8rem;font-weight:500}.reflection-screen{padding:1rem;display:flex;flex-direction:column;height:100vh;height:100dvh;max-width:100%;overflow:hidden}.reflection-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;flex-shrink:0;position:relative}.reflection-header h2{font-size:1.1rem;color:var(--foreground);position:absolute;left:50%;transform:translate(-50%)}.reflection-subtitle{font-size:.85rem;color:var(--muted-foreground);text-align:center;margin-bottom:1rem;flex-shrink:0}.prompt-card{background:linear-gradient(135deg,var(--muted) 0%,var(--accent) 100%);border-radius:calc(var(--radius) * .75);padding:1rem;display:flex;gap:.75rem;margin-bottom:1rem;border:1px solid var(--border);flex-shrink:0}.prompt-icon{font-size:2rem;background-color:var(--muted);width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.prompt-content{flex:1}.prompt-label{font-size:.75rem;color:var(--muted-foreground);font-weight:600;margin-bottom:.35rem}.prompt-text{font-size:.95rem;color:var(--foreground);font-weight:500;line-height:1.4}.answer-section{margin-bottom:.75rem;flex:1;display:flex;flex-direction:column;min-height:0;overflow-y:auto}.reflection-textarea{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:calc(var(--radius) * .75);background-color:var(--input);color:var(--foreground);font-size:.95rem;line-height:1.4;resize:none;margin-bottom:.75rem;min-height:100px}.reflection-textarea:focus{outline:2px solid var(--primary);outline-offset:2px}.reflection-textarea::placeholder{color:var(--muted-foreground)}.voice-note-btn{display:flex;align-items:center;gap:.4rem;padding:.6rem 1rem;background-color:var(--secondary);color:var(--secondary-foreground);border-radius:calc(var(--radius) * .75);font-size:.85rem;font-weight:600;transition:all .2s ease}.voice-note-btn:hover{transform:translateY(-2px)}.mic-icon{font-size:1.2rem}.audio-answer-section{display:flex;flex-direction:column;align-items:center;padding:1.25rem 1rem;background-color:var(--muted);border-radius:calc(var(--radius) * .75)}.record-circle{width:80px;height:80px;border-radius:50%;background-color:var(--card);border:3px solid var(--primary);display:flex;align-items:center;justify-content:center;transition:all .3s ease;margin-bottom:.75rem}.record-circle.recording{background-color:var(--destructive);border-color:var(--destructive);animation:pulse 1.5s ease-in-out infinite}.record-circle .mic-icon{font-size:2rem}.recording-label{font-size:.85rem;color:var(--muted-foreground);margin-bottom:.75rem}.audio-recorded{display:flex;flex-direction:column;align-items:center;margin-bottom:.75rem}.check-icon{width:56px;height:56px;border-radius:50%;background-color:var(--primary);color:var(--primary-foreground);display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700;margin-bottom:.4rem}.audio-recorded p{font-size:.9rem;color:var(--foreground);font-weight:500}.re-record-link{color:var(--primary);background:transparent;font-size:.85rem;text-decoration:underline;margin-bottom:.75rem}.switch-text-btn{color:var(--muted-foreground);background:transparent;font-size:.8rem;text-decoration:underline}.note-box{background-color:var(--secondary);padding:.75rem;border-radius:calc(var(--radius) * .75);display:flex;gap:.6rem;margin-bottom:1rem;align-items:flex-start;flex-shrink:0}.info-icon{font-size:1.1rem;flex-shrink:0;margin-top:.1rem}.note-box p{font-size:.8rem;color:var(--secondary-foreground);line-height:1.4;margin:0}.continue-btn{width:100%;padding:.85rem;background-color:var(--primary);color:var(--primary-foreground);border-radius:calc(var(--radius) * .75);font-size:.95rem;font-weight:600;transition:opacity .2s ease,transform .2s ease;flex-shrink:0}.breathing-screen{padding:1rem;display:flex;flex-direction:column;height:100vh;height:100dvh;max-width:100%;overflow:hidden}.breathing-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-shrink:0;position:relative}.breathing-header h2{font-size:1.1rem;color:var(--foreground);position:absolute;left:50%;transform:translate(-50%)}.skip-btn{padding:.5rem 1rem;background-color:transparent;color:var(--muted-foreground);font-size:.9rem;font-weight:500;border:1px solid var(--border);border-radius:calc(var(--radius) * .5);transition:all .2s ease}.skip-btn:hover{background-color:var(--muted);color:var(--foreground)}.skip-btn:active{transform:scale(.95)}.breathing-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.breathing-instruction{font-size:1.3rem;color:var(--foreground);font-weight:600;margin-bottom:.4rem;text-align:center}.breathing-subtext{font-size:.9rem;color:var(--muted-foreground);margin-bottom:2rem;text-align:center}.breathing-circle-container{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.breathing-circle{width:180px;height:180px;border-radius:50%;background:linear-gradient(135deg,var(--primary) 0%,var(--chart-3) 100%);box-shadow:0 6px 28px #d9ae8e66}.breathing-timer{position:absolute;font-size:3.5rem;font-weight:700;color:var(--primary-foreground)}.seconds-label{font-size:.85rem;color:var(--muted-foreground)}.release-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.release-question{font-size:1.5rem;color:var(--foreground);font-weight:600;margin-bottom:.4rem;text-align:center}.release-instruction{font-size:.9rem;color:var(--muted-foreground);margin-bottom:2rem;text-align:center}.release-button-container{width:100%;max-width:220px;margin-bottom:1.5rem}.release-button{position:relative;width:100%;aspect-ratio:1;border-radius:50%;background-color:var(--primary);border:4px solid var(--primary);display:flex;align-items:center;justify-content:center;overflow:hidden;transition:all .3s ease;user-select:none;-webkit-user-select:none;touch-action:none}.release-button.releasing{transform:scale(.95);box-shadow:0 4px 16px #d9ae8e99}.release-progress{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,var(--chart-2) 0%,var(--primary) 100%);transition:height .05s linear;border-radius:50%}.release-text{position:relative;z-index:1;font-size:1.1rem;font-weight:600;color:var(--primary-foreground);text-align:center}.release-hint{text-align:center}.release-hint p{font-size:.8rem;color:var(--muted-foreground);font-style:italic}.mood-check-screen{display:flex;align-items:center;justify-content:center;height:100vh;height:100dvh;padding:1rem;max-width:100%;overflow-y:auto}.mood-content{width:100%;max-width:400px}.mood-title{font-size:1.6rem;color:var(--foreground);text-align:center;margin-bottom:.4rem}.mood-subtitle{font-size:.9rem;color:var(--muted-foreground);text-align:center;margin-bottom:2rem}.mood-options{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.mood-card{display:flex;align-items:center;gap:1.25rem;padding:1.25rem;background-color:var(--card);border:2px solid var(--border);border-radius:calc(var(--radius) * .75);transition:all .3s ease;cursor:pointer}.mood-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.mood-card.selected{border-color:var(--primary);background-color:var(--secondary);transform:scale(1.02)}.mood-emoji{font-size:2.5rem;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background-color:var(--muted);border-radius:50%;flex-shrink:0}.mood-card.selected .mood-emoji{background-color:var(--primary)}.mood-label{font-size:1.1rem;font-weight:600;color:var(--foreground)}.continue-btn{width:100%;padding:.85rem;background-color:var(--primary);color:var(--primary-foreground);border-radius:calc(var(--radius) * .75);font-size:.95rem;font-weight:600;transition:opacity .2s ease,transform .2s ease}.continue-btn:disabled{opacity:.5;cursor:not-allowed}.continue-btn:not(:disabled):hover{transform:translateY(-2px)}.continue-btn:not(:disabled):active{transform:translateY(0)}.settings-screen{padding:1rem;display:flex;flex-direction:column;height:100vh;height:100dvh;max-width:100%;overflow-y:auto}.settings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-shrink:0;position:relative}.settings-header h2{font-size:1.1rem;color:var(--foreground);position:absolute;left:50%;transform:translate(-50%)}.settings-content{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:1rem}.app-info{display:flex;justify-content:space-between;align-items:center;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.app-name-section{display:flex;flex-direction:column}.app-name-large{font-size:2rem;color:var(--primary);font-family:var(--font-serif);margin:0;font-weight:500}.version-text{font-size:.85rem;color:var(--muted-foreground);margin-top:.25rem}.pro-badge-btn{height:40px;padding:0 .75rem;border-radius:calc(var(--radius) * .5);background-color:var(--primary);display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.pro-badge-btn .pro-text{font-size:.75rem;font-weight:700;color:var(--primary-foreground);letter-spacing:.5px}.pro-badge-btn:active{transform:scale(.95)}.settings-section{display:flex;flex-direction:column;gap:.5rem}.section-title{font-size:.75rem;font-weight:700;color:var(--muted-foreground);letter-spacing:.5px;margin-bottom:.5rem}.settings-link{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:var(--card);border:1px solid var(--border);border-radius:calc(var(--radius) * .75);color:var(--foreground);text-decoration:none;transition:all .2s ease;font-size:1rem}.settings-link:hover{transform:translate(4px)}.settings-link .arrow{font-size:1.5rem;color:var(--muted-foreground)}.theme-option{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:var(--card);border:2px solid var(--border);border-radius:calc(var(--radius) * .75);color:var(--foreground);text-align:left;transition:all .2s ease;font-size:1rem;gap:.5rem}.theme-option:hover{border-color:var(--primary)}.theme-option.selected{border-color:var(--primary);background-color:var(--secondary)}.pro-tag{padding:.25rem .5rem;background-color:var(--primary);color:var(--primary-foreground);font-size:.7rem;font-weight:700;border-radius:.25rem;margin-left:auto}.check{font-size:1.25rem;color:var(--primary);font-weight:700}.reset-app-btn{color:#dc2626;border-color:#dc2626}.reset-app-btn:hover{background-color:#fef2f2;transform:translate(4px)}.reset-app-btn .arrow{color:#dc2626}.reminders-screen{padding:1rem;display:flex;flex-direction:column;height:100vh;height:100dvh;max-width:100%;overflow-y:auto}.reminders-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-shrink:0;position:relative}.reminders-header h2{font-size:1.1rem;color:var(--foreground);position:absolute;left:50%;transform:translate(-50%)}.reminders-content{display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto;flex:1;padding-bottom:1rem}.notifications-toggle{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius)}.toggle-info h3{font-size:1.1rem;color:var(--foreground);margin:0 0 .25rem;font-weight:600}.toggle-info p{font-size:.9rem;color:var(--muted-foreground);margin:0}.toggle-switch{width:56px;height:32px;border-radius:16px;background-color:var(--muted);position:relative;transition:background-color .3s ease;padding:2px}.toggle-switch.enabled{background-color:var(--primary)}.toggle-slider{width:28px;height:28px;border-radius:50%;background-color:#fff;position:absolute;top:2px;left:2px;transition:transform .3s ease;box-shadow:0 2px 4px #0003}.toggle-switch.enabled .toggle-slider{transform:translate(24px)}.free-tier-info{background-color:var(--secondary);padding:1rem;border-radius:calc(var(--radius) * .75);text-align:center}.free-tier-info p{font-size:.9rem;color:var(--secondary-foreground);margin:0;font-weight:500}.reminder-times{display:flex;flex-direction:column;gap:.75rem}.section-label{font-size:.75rem;font-weight:700;color:var(--muted-foreground);letter-spacing:.5px;margin-bottom:.5rem}.reminder-option{display:flex;align-items:center;gap:1rem;padding:1.25rem;background-color:var(--card);border:2px solid var(--border);border-radius:var(--radius);transition:all .2s ease}.reminder-option:hover{border-color:var(--primary)}.reminder-option.selected{border-color:var(--primary);background-color:var(--secondary)}.time-icon{font-size:2rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:var(--muted);border-radius:50%;flex-shrink:0}.reminder-option.selected .time-icon{background-color:var(--primary)}.time-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.time-label{font-size:1.1rem;font-weight:600;color:var(--foreground)}.time-value{font-size:.9rem;color:var(--muted-foreground)}.check{font-size:1.5rem;color:var(--primary);font-weight:700}.pro-modal-overlay{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .3s ease}.pro-modal{background-color:var(--card);border-radius:var(--radius);max-width:440px;width:100%;max-height:90vh;overflow-y:auto;padding:1.5rem;animation:slideUp .3s ease;box-shadow:0 20px 60px #0000004d}.pro-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.pro-title-section{display:flex;align-items:center;gap:.75rem}.pro-icon-large{font-size:1.5rem;background-color:var(--primary);width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0}.pro-title-section h2{font-size:1.5rem;color:var(--foreground);line-height:1.2;margin:0;white-space:nowrap}.close-btn{width:36px;height:36px;border-radius:50%;background-color:var(--muted);color:var(--foreground);font-size:1.25rem;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.close-btn:active{transform:scale(.95)}.pro-features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.feature-item{display:flex;gap:1rem;align-items:flex-start}.feature-icon{font-size:1.75rem;background-color:var(--muted);width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0}.feature-text h3{font-size:1rem;color:var(--foreground);margin:0 0 .25rem;font-weight:600}.feature-text p{font-size:.9rem;color:var(--muted-foreground);margin:0;line-height:1.4}.pro-pricing{text-align:center;padding:1.5rem;background-color:var(--muted);border-radius:calc(var(--radius) * .75);margin-bottom:1.5rem}.pricing-label{font-size:.9rem;color:var(--muted-foreground);margin-bottom:.5rem}.pricing-amount{font-size:2.5rem;font-weight:700;color:var(--foreground);margin:0}.coming-soon-badge{background-color:var(--secondary);padding:1rem;border-radius:calc(var(--radius) * .75);text-align:center;margin-bottom:1.5rem}.coming-soon-badge p{font-size:1rem;font-weight:600;color:var(--secondary-foreground);margin:0}.subscribe-btn{width:100%;padding:1rem;background-color:var(--primary);color:var(--primary-foreground);border-radius:calc(var(--radius) * .75);font-size:1rem;font-weight:600;transition:transform .2s ease,opacity .2s ease}.subscribe-btn:hover{transform:translateY(-2px);opacity:.9}.subscribe-btn:active{transform:translateY(0)}.desktop-warning{display:flex;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;background-color:var(--background);padding:2rem}.warning-content{text-align:center;max-width:500px}.warning-icon{font-size:4rem;margin-bottom:1.5rem}.warning-title{font-size:1.75rem;font-weight:700;color:var(--foreground);margin-bottom:1rem;font-family:var(--font-heading)}.warning-message{font-size:1.1rem;color:var(--foreground);margin-bottom:.75rem;line-height:1.6}.warning-submessage{font-size:.95rem;color:var(--muted-foreground);margin-bottom:2rem;line-height:1.5}.continue-btn{padding:.875rem 2rem;background-color:var(--primary);color:var(--primary-foreground);border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,opacity .2s}.continue-btn:hover{opacity:.9}.continue-btn:active{transform:scale(.98)}
