*{margin:0;padding:0;box-sizing:border-box}:root{--background: rgb(250, 250, 250);--text: rgb(60, 60, 60);--text-muted: rgb(150, 150, 150);--text-secondary: rgb(100, 100, 100);--selection: rgba(168, 209, 255, .5);--accent: rgb(42, 186, 255);--accent-hover: rgb(32, 166, 235)}::selection{background:var(--selection)}html,body,#root{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--background);color:var(--text);transition:color .15s ease-out,background-color .25s ease-out}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#00000026;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#00000040}*{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent}.home-container{min-height:100vh;display:flex;flex-direction:column}.home-header{padding:40px 24px 0;text-align:center}.logo{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:24px;font-weight:400;color:var(--text);display:flex;align-items:center;justify-content:center;gap:8px}.logo-icon{width:28px;height:28px}.home-main{flex:1;max-width:800px;margin:0 auto;padding:60px 24px;text-align:center}.hero{margin-bottom:80px}.headline{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:48px;font-weight:400;color:var(--text);line-height:1.2;margin-bottom:24px}.subhead{font-size:20px;color:var(--text-secondary);line-height:1.6;max-width:500px;margin:0 auto 40px}.cta-button{display:inline-block;background-color:var(--accent);color:#fff;padding:16px 32px;border-radius:4px;font-size:18px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border:none;cursor:pointer;transition:background-color .2s ease}.cta-button:hover{background-color:var(--accent-hover)}.about{margin-bottom:60px}.section-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:24px;font-weight:500;color:var(--text);margin-bottom:20px}.section-text{font-size:18px;color:var(--text-secondary);line-height:1.7;max-width:600px;margin:0 auto 16px}.features{margin-bottom:60px}.feature-list{list-style:none;font-size:18px;color:var(--text-secondary);line-height:2.2;margin:24px 0}.feature-list li:before{content:""}.privacy-note{margin-top:24px;font-style:italic}.bottom-cta{margin-bottom:80px}.home-footer{padding:24px;text-align:center;color:var(--text-muted);font-size:14px}.footer-credit{margin-top:0}.footer-credit a{color:var(--text-muted);text-decoration:underline;cursor:pointer;transition:color .15s ease-out}.footer-credit a:hover{color:var(--text)}@media(max-width:600px){.headline{font-size:32px}.subhead{font-size:18px}.home-main{padding:40px 24px}.hero,.features{margin-bottom:60px}}.write-container{min-height:100vh;display:flex;flex-direction:column;position:relative}.menu-button{position:fixed;top:16px;left:16px;background:none;border:none;cursor:pointer;padding:8px;color:var(--text-muted);transition:color .15s ease-out;z-index:10}.menu-button:hover{color:var(--text)}.menu-icon{width:28px;height:28px}.sidebar{position:fixed;top:0;left:0;width:280px;height:100vh;background-color:#f5f5f5;transform:translate(-100%);transition:transform .25s ease-out;z-index:100;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.sidebar-open{transform:translate(0)}.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0003;z-index:99}.sidebar-header{display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid rgba(0,0,0,.08)}.sidebar-close{background:none;border:none;font-size:18px;color:var(--text-muted);cursor:pointer;padding:4px 8px;transition:color .15s ease-out}.sidebar-close:hover{color:var(--text)}.sidebar-title{font-size:14px;font-weight:500;letter-spacing:.5px;color:var(--text);flex:1}.sidebar-fullscreen{background:none;border:none;cursor:pointer;padding:4px;color:var(--text-muted);transition:color .15s ease-out;display:flex;align-items:center;justify-content:center}.sidebar-fullscreen:hover{color:var(--text)}.fullscreen-icon{width:18px;height:18px}.sidebar-nav{flex:1;padding:20px}.sidebar-section{margin-bottom:24px}.sidebar-date-display{padding:16px 0}.sidebar-weekday{font-size:14px;color:var(--text-muted);margin-bottom:4px}.sidebar-full-date{font-size:20px;color:var(--text);font-weight:500}.sidebar-button{display:block;width:100%;text-align:left;background:none;border:none;padding:12px 0;font-size:15px;color:var(--text);cursor:pointer;transition:color .15s ease-out;font-family:inherit}.sidebar-button:hover:not(:disabled){color:var(--accent)}.sidebar-button:disabled{color:var(--text-muted);opacity:.5;cursor:default}.sidebar-stats{padding:20px;border-top:1px solid rgba(0,0,0,.08);color:var(--text-muted);font-size:13px}.stat-item{padding:4px 0}.sidebar-feedback{display:block;padding:12px 0 4px;color:var(--text-muted);text-decoration:underline;cursor:pointer;transition:color .15s ease-out}.sidebar-feedback:hover{color:var(--text)}.write-main{flex:1;display:flex;justify-content:center}.editor{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:18px;line-height:150%;max-width:750px;width:100%;padding:60px 25px 40vh;white-space:pre-wrap;border:none;outline:none;resize:none;min-height:100vh;background:transparent;color:var(--text);overflow:hidden}.editor::placeholder{color:var(--text-muted)}.write-footer{position:fixed;bottom:16px;right:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;color:var(--text-muted)}.word-count{opacity:.8}
