@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: #7F6A93;--primary-foreground: #FFFFFF;--secondary: #D9CFBB;--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: #7F6A93;--sidebar: #F0F4F3;--sidebar-foreground: #2C3633;--sidebar-primary: #7F6A93;--sidebar-primary-foreground: #FFFFFF;--sidebar-accent: #E1EBE8;--sidebar-accent-foreground: #2C3633;--sidebar-border: #DEE6E3;--sidebar-ring: #7F6A93;--chart-1: #7F6A93;--chart-2: #8FB3A9;--chart-3: #9B86AD;--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: #001b2e;--foreground: #eef3f9;--primary: #b3cde4;--primary-foreground: #001b2e;--secondary: #537692;--secondary-foreground: #eef3f9;--card: #1d3f58;--card-foreground: #eef3f9;--popover: #1d3f58;--popover-foreground: #eef3f9;--muted: #1d3f58;--muted-foreground: #b3cde4;--accent: #537692;--accent-foreground: #eef3f9;--destructive: #ef4444;--border: #537692;--input: #1d3f58;--ring: #b3cde4}[data-theme=calm]{--background: #ebebeb;--foreground: #787775;--primary: #c4b3a9;--primary-foreground: #787775;--secondary: #97978f;--secondary-foreground: #ebebeb;--card: #e1e2e6;--card-foreground: #787775;--popover: #e1e2e6;--popover-foreground: #787775;--muted: #e1e2e6;--muted-foreground: #3a3938;--accent: #c4b3a9;--accent-foreground: #787775;--destructive: #d97e7e;--border: #97978f;--input: #e1e2e6;--ring: #c4b3a9}[data-theme=forest]{--background: #161d23;--foreground: #d2e1cc;--primary: #5e8d83;--primary-foreground: #d2e1cc;--secondary: #114538;--secondary-foreground: #d2e1cc;--card: #0f444c;--card-foreground: #d2e1cc;--popover: #0f444c;--popover-foreground: #d2e1cc;--muted: #0f444c;--muted-foreground: #5e8d83;--accent: #114538;--accent-foreground: #d2e1cc;--destructive: #d97e7e;--border: #114538;--input: #0f444c;--ring: #5e8d83}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 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}.landing-page{width:100%;overflow-y:auto;overflow-x:hidden;height:100vh;height:100dvh;--background: #ffffff;--foreground: #232220;--primary: #7F6A93;--primary-foreground: #FFFFFF;--secondary: #D9CFBB;--secondary-foreground: #232220;--muted: #F0F4F3;--muted-foreground: #7A8C87;--accent: #E1EBE8;--accent-foreground: #2C3633;--border: #9f8d8d;--card: #FFFFFF;--card-foreground: #232220;background-color:var(--background);color:var(--foreground)}.container{max-width:420px;margin:0 auto;padding:0 1.5rem}.hero{text-align:center;padding:4rem 0 3rem}.logo{font-family:var(--font-serif);font-size:2rem;color:var(--primary);margin-bottom:1rem;font-weight:600;line-height:1.2}.tagline{font-size:1rem;color:var(--foreground);line-height:1.6;margin-bottom:2rem;max-width:360px;margin-left:auto;margin-right:auto}.cta-button{display:inline-block;padding:.9rem 2rem;background-color:var(--primary);color:#fff;text-decoration:none;border-radius:2rem;font-weight:600;font-size:1rem;transition:transform .2s,opacity .2s;border:none;cursor:pointer}.cta-button:hover{transform:translateY(-2px);opacity:.9}.how-it-works{background-color:#fafafa;padding:3rem 0;margin:2rem 0}.section-title{font-size:1.75rem;font-weight:600;text-align:center;margin-bottom:2rem;color:var(--foreground)}.step{background-color:#fff;border-radius:1.25rem;padding:1.5rem;margin-bottom:1.5rem;display:flex;gap:1.25rem;box-shadow:0 1px 3px #0000000d}.step-icon{width:56px;height:56px;border-radius:50%;background-color:var(--secondary);display:flex;align-items:center;justify-content:center;font-size:1.75rem;flex-shrink:0}.step-icon img{width:32px;height:32px;object-fit:contain}.step-content h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:var(--foreground)}.step-content p{font-size:.95rem;color:var(--muted-foreground);line-height:1.5}.privacy-section{padding:3rem 0;text-align:center}.privacy-icon{width:72px;height:72px;background-color:var(--secondary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin:0 auto 2rem}.privacy-icon img{width:40px;height:40px;object-fit:contain}.privacy-section h2{font-size:1.75rem;font-weight:600;margin-bottom:1rem}.privacy-description{font-size:1rem;color:var(--muted-foreground);margin-bottom:2rem;line-height:1.6}.privacy-features{display:flex;flex-direction:column;gap:1rem;max-width:320px;margin:0 auto}.privacy-feature{display:flex;align-items:center;gap:.75rem;text-align:left}.privacy-feature-icon{width:24px;height:24px;background-color:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;flex-shrink:0}.pricing-section{background-color:#fafafa;padding:3rem 0;margin:2rem 0}.pricing-cards{display:flex;flex-direction:column;gap:1.5rem}.pricing-card{background-color:#fff;border-radius:1.25rem;padding:2rem 1.5rem;box-shadow:0 2px 8px #0000000f}.pricing-card.pro{border:2px solid var(--primary);position:relative}.best-badge{position:absolute;top:-12px;right:1.5rem;background-color:var(--primary);color:#fff;padding:.35rem 1rem;border-radius:1rem;font-size:.75rem;font-weight:700;letter-spacing:.5px}.pricing-header{margin-bottom:1.5rem}.plan-name{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.plan-price{font-size:2.5rem;font-weight:700;color:var(--foreground);margin-bottom:.25rem}.plan-description{font-size:.9rem;color:var(--muted-foreground)}.plan-features{list-style:none;margin-bottom:1.5rem}.plan-features li{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.95rem}.plan-features li:before{content:"✓";width:20px;height:20px;background-color:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;flex-shrink:0}.plan-button{width:100%;padding:.9rem;background-color:var(--secondary);color:var(--foreground);text-decoration:none;border-radius:2rem;font-weight:600;font-size:1rem;display:block;text-align:center;transition:transform .2s;border:none;cursor:pointer}.plan-button.primary{background-color:var(--primary);color:#fff}.plan-button.coffee-button{background-color:#fd0;color:#000;margin-top:.75rem}.plan-button:hover{transform:translateY(-2px)}.final-cta{padding:3rem 0;text-align:center}.final-cta h2{font-size:1.75rem;font-weight:600;margin-bottom:1rem;line-height:1.3}.final-cta p{font-size:1rem;color:var(--muted-foreground);margin-bottom:2rem;line-height:1.6}.footer{background-color:#fafafa;padding:2rem 0;text-align:center;border-top:1px solid var(--border)}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem;flex-wrap:wrap}.footer-links a{color:var(--foreground);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}.footer-links a:hover{color:var(--primary)}.footer-copyright{font-size:.85rem;color:var(--muted-foreground)}@media(min-width:768px){.container{max-width:500px}}.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;display:flex;align-items:center;justify-content:center}.privacy-icon img{width:24px;height:24px;object-fit:contain}.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)}.stats-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}.stats-modal{background-color:var(--card);border-radius:var(--radius);max-width:400px;width:100%;max-height:90vh;overflow-y:auto;padding:1.5rem;animation:slideUp .3s ease;box-shadow:0 20px 60px #0000004d}.stats-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.stats-modal-header h2{font-size:1.25rem;color:var(--foreground);margin:0}.time-filter-buttons{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:1.5rem}.time-filter-btn{padding:.6rem .75rem;background-color:var(--muted);color:var(--muted-foreground);border-radius:calc(var(--radius) * .75);font-size:.85rem;font-weight:600;transition:all .2s ease;border:2px solid transparent}.time-filter-btn:hover{background-color:var(--accent)}.time-filter-btn.active{background-color:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.chart-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem 0;min-height:250px;gap:1rem}.line-chart,.bar-chart{width:100%;height:auto}.mood-legend{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:.5rem}.legend-item{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--foreground)}.legend-color{width:12px;height:12px;border-radius:2px;display:inline-block}.chart-axis-label{font-size:.7rem;fill:var(--muted-foreground);font-weight:500}.chart-loading,.chart-empty{display:flex;align-items:center;justify-content:center;min-height:200px;color:var(--muted-foreground);font-size:.9rem}.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;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}.affirmation-box{background-color:var(--secondary);padding:.75rem;border-radius:calc(var(--radius) * .75);display:flex;gap:.6rem;align-items:flex-start;flex-shrink:0}.affirmation-box .info-icon{font-size:1.1rem;flex-shrink:0;margin-top:.1rem;display:flex;align-items:center;justify-content:center}.affirmation-box .info-icon img{width:18px;height:18px;object-fit:contain}.affirmation-box p{font-size:.8rem;color:var(--secondary-foreground);line-height:1.4;margin:0}.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 var(--border);display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;aspect-ratio:1.1 / 1;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:var(--primary)}.stat-card:active{transform:translateY(0)}.stat-icon-container{padding:.4rem;background-color:var(--muted);border-radius:.75rem;color:var(--primary);margin-bottom:.5rem}.stat-icon-emoji{background-color:var(--muted);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:var(--accent);opacity:.3;border-radius:9999px;transform:scale(1.1);animation:pulse 2s ease-in-out infinite}.pulse-bg-inner{position:absolute;inset:1rem;background-color:var(--accent);opacity:.5;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 #00000040;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:hidden}.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);text-align:center;margin-bottom:1rem;flex-shrink: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:100px}.thought-textarea:focus{outline:2px solid var(--primary);outline-offset:2px}.thought-textarea::placeholder{color:var(--muted-foreground)}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}.playback-btn{width:80px;height:80px;border-radius:50%;background-color:var(--primary);display:flex;align-items:center;justify-content:center;transition:all .3s ease;margin-bottom:.75rem}.playback-btn.playing{opacity:.7}.playback-icon{font-size:2rem}.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(--card);width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid var(--border)}.prompt-icon img{width:28px;height:28px;object-fit:contain}.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;display:flex;align-items:center;justify-content:center}.mic-icon img{width:20px;height:20px;object-fit:contain}.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}.record-circle .mic-icon img{width:36px;height:36px;object-fit:contain}.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;display:flex;align-items:center;justify-content:center}.info-icon img{width:18px;height:18px;object-fit:contain}.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 #7f6a9366;transition:transform 4s ease-in-out,opacity 4s ease-in-out}.breathing-timer{position:absolute;font-size:3.5rem;font-weight:700;color:var(--primary-foreground)}.seconds-label{font-size:.85rem;color:var(--muted-foreground)}.breathing-settings-hint{margin-top:2rem;font-size:.75rem;color:var(--muted-foreground);text-align:center;font-style:italic;opacity:.7}.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 #7f6a9399}.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}.box-inhale-animation,.box-hold-in-animation{transform:scale(1.3);opacity:1}.box-exhale-animation,.box-hold-out-animation{transform:scale(.9);opacity:.8}.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:.75rem;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:.95rem}.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}.ios-warning{background-color:#ff98001a;border:1px solid rgba(255,152,0,.3);border-radius:calc(var(--radius) * .75);padding:1rem}.ios-warning p{font-size:.9rem;color:var(--foreground);margin:0;line-height:1.5}.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}.time-icon img{width:28px;height:28px;object-fit:contain}.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}.theme-selection-screen{padding:1rem;display:flex;flex-direction:column;height:100vh;height:100dvh;max-width:100%;overflow:hidden}.screen-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-shrink:0;position:relative}.screen-header h2{font-size:1.1rem;color:var(--foreground);position:absolute;left:50%;transform:translate(-50%)}.screen-content{flex:1;overflow-y:auto}.theme-options-section{display:flex;flex-direction:column;gap:.75rem}.theme-option{display:flex;justify-content:space-between;align-items:center;padding:.875rem 1rem;background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);font-size:.95rem;font-weight:500;color:var(--foreground);transition:all .2s ease;text-align:left}.theme-option:hover{background-color:var(--muted)}.theme-option.selected{border-color:var(--primary);background-color:var(--accent)}.theme-option .check{color:var(--primary);font-size:1.1rem;font-weight:600}.pro-tag{padding:.25rem .5rem;background-color:var(--primary);color:var(--primary-foreground);font-size:.7rem;font-weight:700;border-radius:.25rem}.breathing-technique-screen{padding:1rem;display:flex;flex-direction:column;height:100vh;height:100dvh;max-width:100%;overflow:hidden}.technique-options-section{display:flex;flex-direction:column;gap:.75rem}.technique-option{display:flex;justify-content:space-between;align-items:center;padding:.875rem 1rem;background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);transition:all .2s ease;text-align:left}.technique-option:hover{background-color:var(--muted)}.technique-option.selected{border-color:var(--primary);background-color:var(--accent)}.technique-info{display:flex;flex-direction:column;gap:.25rem}.technique-name{font-size:.95rem;font-weight:500;color:var(--foreground)}.technique-description{font-size:.8rem;color:var(--muted-foreground)}.technique-option .check{color:var(--primary);font-size:1.1rem;font-weight:600;flex-shrink:0}.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);color:var(--primary-foreground);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(--card);width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0;border:1px solid var(--border)}.feature-icon img{width:28px;height:28px;object-fit:contain}.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}.tip-jar-btn{width:100%;padding:1rem;background-color:#fd0;color:#000;border-radius:calc(var(--radius) * .75);font-size:1rem;font-weight:600;transition:transform .2s ease,opacity .2s ease;margin-bottom:1rem}.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}.congrats-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}.congrats-modal{background-color:var(--card);border-radius:var(--radius);max-width:400px;width:100%;max-height:90vh;overflow-y:auto;padding:2rem 1.5rem;animation:slideUp .3s ease;box-shadow:0 20px 60px #0000004d;text-align:center}.congrats-header{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1.5rem}.congrats-icon{font-size:3rem;background-color:var(--primary);color:var(--primary-foreground);width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:50%;animation:scaleIn .4s ease}@keyframes scaleIn{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.congrats-header h2{font-size:1.75rem;color:var(--foreground);margin:0}.affirmation-section{background-color:var(--muted);padding:1.5rem;border-radius:calc(var(--radius) * .75);margin-bottom:1.5rem}.affirmation-text{font-size:1rem;color:var(--foreground);line-height:1.6;margin:0;font-weight:500}.support-section{margin-bottom:1.5rem}.support-text{font-size:.95rem;color:var(--muted-foreground);line-height:1.5;margin:0}.coming-soon-badge{background-color:var(--secondary);padding:1rem;border-radius:calc(var(--radius) * .75);text-align:center;margin-bottom:1rem}.coming-soon-badge p{font-size:1rem;font-weight:600;color:var(--secondary-foreground);margin:0}.tip-jar-btn{width:100%;padding:1rem;background-color:#fd0;color:#000;border-radius:calc(var(--radius) * .75);font-size:1rem;font-weight:600;transition:transform .2s ease,opacity .2s ease;margin-bottom:.75rem}.tip-jar-btn:hover{transform:translateY(-2px);opacity:.9}.tip-jar-btn:active{transform:translateY(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;margin-bottom:.75rem}.subscribe-btn:hover{transform:translateY(-2px);opacity:.9}.subscribe-btn:active{transform:translateY(0)}.close-link{background:none;color:var(--muted-foreground);font-size:.9rem;padding:.5rem;transition:color .2s ease}.close-link:hover{color:var(--foreground)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.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)}
