*{box-sizing:border-box;margin:0;padding:0}body{color:#1a2332;background:#f0f4f8;font-family:Platypi,serif;line-height:1.5}.app{flex-direction:column;max-width:480px;min-height:100vh;margin:0 auto;display:flex}header{color:#fff;text-align:center;letter-spacing:.5px;background:#2c6e6f;padding:16px 20px;font-size:18px;font-weight:600}.app main{flex:1;padding:16px 20px 80px}.app nav{background:#fff;border-top:1px solid #dce4ec;justify-content:space-around;max-width:480px;margin:0 auto;padding:8px 0;display:flex;position:fixed;bottom:0;left:0;right:0}.app nav button{color:#6b7a8f;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px 16px;font-size:14px;transition:all .15s}.app nav button.active{color:#2c6e6f;background:#e8f0f0;font-weight:600}h2{color:#1a2332;margin-bottom:12px;font-size:20px}h3{color:#2c3e4e;margin-bottom:8px;font-size:16px}.greeting{color:#1a2332;margin-bottom:4px;font-size:22px;font-weight:600}.stats{color:#6b7a8f;margin-bottom:16px;font-size:14px}.card{background:#fff;border-radius:12px;margin-bottom:10px;padding:14px 16px;box-shadow:0 1px 3px #0000000f}.mood-form{margin-bottom:20px}.mood-form p{color:#2c3e4e;margin-bottom:8px;font-weight:500}.rating-row{flex-wrap:wrap;gap:8px;margin-bottom:10px;display:flex}.rating-btn{cursor:pointer;background:#fff;border:2px solid #dce4ec;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:22px;transition:all .15s;display:flex}.rating-btn.selected{background:#e8f0f0;border-color:#2c6e6f;transform:scale(1.1)}.rating-btn:hover{border-color:#2c6e6f}.rating-label{color:#6b7a8f;margin-bottom:10px;font-size:13px}.mood-note{border:1px solid #dce4ec;border-radius:8px;width:100%;margin-bottom:10px;padding:10px 12px;font-family:inherit;font-size:14px}.btn{color:#fff;cursor:pointer;background:#2c6e6f;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .15s}.btn:hover{background:#235a5b}.btn:disabled{opacity:.4;cursor:default}.btn-secondary{color:#1a2332;background:#dce4ec}.btn-secondary:hover{background:#c8d2dd}.btn-danger{color:#fff;background:#e74c3c}.btn-danger:hover{background:#c0392b}.mood-meta{color:#6b7a8f;margin:4px 0;font-size:13px}.mood-note-text{color:#1a2332;margin-top:4px}hr{border:none;border-top:1px solid #dce4ec;margin:16px 0}.form-group{margin-bottom:12px}.form-group label{color:#2c3e4e;margin-bottom:4px;font-weight:500;display:block}.form-group input,.form-group textarea{border:1px solid #dce4ec;border-radius:8px;width:100%;padding:10px 12px;font-family:inherit;font-size:14px}.journal-entry{margin-bottom:4px}.journal-entry h3{margin-bottom:4px;font-size:15px}.journal-entry p{color:#2c3e4e;font-size:14px}.journal-entry .mood-meta{margin-top:4px}.empty-state{text-align:center;color:#6b7a8f;padding:40px 0;font-size:14px}.date-header{color:#2c6e6f;margin:12px 0 6px;font-size:13px;font-weight:600}.insight{color:#2c3e4e;margin-bottom:4px;font-size:14px}.crisis-card{background:#e8f4f8;border:1px solid #b8dce8;border-radius:12px;margin-bottom:16px;padding:14px 16px}.crisis-title{color:#2c6e6f;margin-bottom:6px;font-weight:600}.crisis-card p{color:#2c3e4e;margin-bottom:2px;font-size:13px}.tag-row{flex-wrap:wrap;gap:6px;margin-bottom:10px;display:flex}.tag-btn{color:#6b7a8f;cursor:pointer;background:#fff;border:1px solid #dce4ec;border-radius:16px;padding:4px 10px;font-size:12px;transition:all .15s}.tag-btn.selected{color:#fff;background:#2c6e6f;border-color:#2c6e6f}.tag-btn:hover{border-color:#2c6e6f}.tag-pill{color:#2c6e6f;background:#e8f0f0;border-radius:12px;padding:2px 8px;font-size:11px;font-weight:500;display:inline-block}.mood-gratitude{color:#6b7a8f;margin-top:4px;font-size:13px;font-style:italic}.export-reminder{background:#fff8e1;border:1px solid #f0d060;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;padding:12px 16px;display:flex}.export-reminder span{color:#6b5900;font-size:13px}.export-reminder-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.export-dismiss{color:#6b5900;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:18px;line-height:1}.lp{min-height:100vh}.lp-nav{z-index:10;background:#fff;border-bottom:1px solid #dce4ec;justify-content:space-between;align-items:center;padding:12px 24px;display:flex;position:sticky;top:0}.lp-logo{color:#2c6e6f;font-size:18px;font-weight:700}.lp-hero{text-align:center;background:linear-gradient(#e8f0f0 0%,#f0f4f8 100%);padding:80px 24px 60px}.lp-hero h1{color:#1a2332;margin-bottom:16px;font-size:36px;font-weight:700;line-height:1.2}.lp-hero p{color:#6b7a8f;max-width:480px;margin:0 auto 32px;font-size:18px}.lp-hero-btn{border-radius:12px;padding:14px 40px;font-size:18px}.lp-features{text-align:center;padding:60px 24px}.lp-features h2{color:#1a2332;margin-bottom:32px;font-size:24px}.lp-features-grid{grid-template-columns:repeat(3,1fr);gap:20px;max-width:720px;margin:0 auto;display:grid}.lp-feature-card{text-align:left;background:#fff;border-radius:12px;padding:24px 20px;box-shadow:0 1px 3px #0000000f}.lp-feature-icon{margin-bottom:12px;font-size:32px;display:block}.lp-feature-card h3{color:#1a2332;margin-bottom:8px;font-size:16px}.lp-feature-card p{color:#6b7a8f;font-size:14px;line-height:1.5}.lp-cta{text-align:center;color:#fff;background:#2c6e6f;padding:60px 24px}.lp-cta h2{color:#fff;margin-bottom:8px;font-size:24px}.lp-cta p{color:#c8e0e0;margin-bottom:24px;font-size:16px}.lp-cta .btn{color:#2c6e6f;background:#fff}.lp-cta .btn:hover{background:#e8f0f0}.lp-footer{text-align:center;color:#6b7a8f;padding:24px;font-size:14px}@media (width<=600px){.lp-features-grid{grid-template-columns:1fr}.lp-hero h1{font-size:28px}}
