*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f5f0;color:#1a1a1a;min-height:100vh;-webkit-font-smoothing:antialiased}.app{max-width:680px;margin:0 auto;padding:0 16px 64px}.app-header{padding:24px 0 20px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.app-header h1{font-size:1.5rem;font-weight:600;letter-spacing:-.02em}.header-actions{display:flex;gap:6px;flex-wrap:wrap}.text-btn{background:none;border:1px solid #e8e8e4;border-radius:8px;padding:5px 10px;font-size:.75rem;font-family:inherit;color:#666;cursor:pointer;transition:background .15s,color .15s}.text-btn:hover:not(:disabled){background:#f5f5f0;color:#111}.text-btn:disabled{opacity:.5;cursor:default}.view-tabs{display:flex;gap:4px;background:#ebebe5;border-radius:12px;padding:4px;margin-bottom:24px}.view-tabs .tab{flex:1;padding:8px;font-size:.88rem;font-family:inherit;font-weight:500;color:#888;background:none;border:none;border-radius:9px;cursor:pointer;transition:background .15s,color .15s}.view-tabs .tab.active{background:#fff;color:#111;font-weight:600;box-shadow:0 1px 3px #00000014}.recorder{display:flex;flex-direction:column;align-items:center;gap:16px;padding:40px 24px;background:#fff;border-radius:16px;box-shadow:0 1px 3px #00000014;margin-bottom:32px}.record-btn{width:80px;height:80px;border-radius:50%;border:none;background:#e11d48;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:2rem;transition:transform .1s ease,box-shadow .2s ease;box-shadow:0 4px 12px #e11d4859}.record-btn:hover:not(:disabled){transform:scale(1.06)}.record-btn:active:not(:disabled){transform:scale(.96)}.record-btn:disabled{opacity:.6;cursor:default}.record-btn.recording{background:#111;box-shadow:0 4px 12px #00000040;animation:pulse 1.4s ease-in-out infinite}@keyframes pulse{0%,to{box-shadow:0 4px 12px #00000040}50%{box-shadow:0 4px 28px #00000073}}.stop-icon{display:block;width:24px;height:24px;background:#fff;border-radius:4px}.spinner{display:block;width:28px;height:28px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.recorder-status p{font-size:.9rem;color:#888}.recording-time{font-size:1.25rem!important;font-weight:600;color:#111!important;font-variant-numeric:tabular-nums}.recorder-error{font-size:.85rem;color:#e11d48;text-align:center;max-width:320px}.entries-section h2{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.09em;color:#aaa}.entries-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-bottom:12px}.toolbar-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.selected-count{font-size:.78rem;color:#888}.journal-groups{display:flex;flex-direction:column;gap:24px}.month-header{font-size:.78rem;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.07em;margin-bottom:10px;padding-bottom:6px;border-bottom:1px solid #e8e8e4}.list-status{text-align:center;color:#aaa;padding:48px 0;font-size:.9rem}.journal-list{display:flex;flex-direction:column;gap:12px}.entry-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #00000012}.entry-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.entry-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.entry-date{font-size:.78rem;color:#aaa}.entry-duration{font-size:.72rem;color:#bbb;background:#f5f5f0;padding:2px 8px;border-radius:999px}.entry-mood{font-size:.9rem;line-height:1}.entry-card.selectable{cursor:pointer;transition:box-shadow .15s,outline-color .15s;outline:2px solid transparent}.entry-card.selectable:hover{box-shadow:0 2px 8px #0000001f}.entry-card.selected{outline-color:#e11d48}.select-box{pointer-events:none;accent-color:#e11d48;width:16px;height:16px}.entry-actions{display:flex;gap:4px;flex-shrink:0}.icon-btn{background:none;border:none;color:#ccc;cursor:pointer;font-size:.85rem;padding:0 4px;line-height:1;transition:color .15s}.icon-btn:hover{color:#111}.delete-btn:hover{color:#e11d48}.entry-card.editing{display:flex;flex-direction:column;gap:10px}.edit-title,.edit-tags,.edit-transcript{width:100%;box-sizing:border-box;font-family:inherit;font-size:.9rem;color:#333;border:1px solid #e8e8e4;border-radius:8px;padding:8px 10px;outline:none}.edit-transcript{resize:vertical;line-height:1.6}.edit-title:focus,.edit-tags:focus,.edit-transcript:focus{border-color:#e11d48}.edit-actions{display:flex;gap:8px}.edit-actions button{font-family:inherit;font-size:.85rem;padding:7px 16px;border-radius:8px;border:none;background:#e11d48;color:#fff;cursor:pointer}.edit-actions button.secondary{background:#f5f5f0;color:#666}.edit-actions button:disabled{opacity:.6;cursor:default}.entry-transcript{font-size:.95rem;line-height:1.65;color:#333;margin-bottom:16px;white-space:pre-wrap;word-break:break-word}.audio-player{width:100%;height:36px;accent-color:#e11d48}.search-bar{width:100%;padding:10px 14px;font-size:.9rem;font-family:inherit;border:1px solid #e8e8e4;border-radius:10px;background:#fff;outline:none;box-shadow:0 1px 3px #0000000f;margin-bottom:16px;box-sizing:border-box;color:#333}.search-bar::placeholder{color:#bbb}.search-bar:focus{border-color:#e11d48;box-shadow:0 0 0 3px #e11d481a}.entry-title{font-size:1rem;font-weight:600;color:#111;margin-bottom:6px;line-height:1.3}.entry-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.tag-pill{font-size:.72rem;font-family:inherit;color:#666;background:#f5f5f0;border:1px solid #e8e8e4;padding:3px 10px;border-radius:999px;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.tag-pill:hover{background:#fce7ec;color:#e11d48;border-color:#fca5a5}.tag-pill.active{background:#e11d48;color:#fff;border-color:#e11d48}.topics-section h2{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.09em;color:#aaa;margin-bottom:6px}.topics-hint{font-size:.85rem;color:#999;margin-bottom:16px}.topic-list{display:flex;flex-direction:column;gap:8px}.topic-row{display:grid;grid-template-columns:1fr auto auto auto;align-items:center;gap:14px;width:100%;padding:14px 16px;background:#fff;border:none;border-radius:12px;box-shadow:0 1px 3px #00000012;cursor:pointer;font-family:inherit;text-align:left;transition:box-shadow .15s}.topic-row:hover{box-shadow:0 2px 8px #0000001f}.topic-name{font-size:.95rem;font-weight:600;color:#111;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topic-count{font-size:.72rem;color:#bbb;background:#f5f5f0;padding:2px 8px;border-radius:999px;white-space:nowrap}.topic-avg{font-size:1.1rem}.sparkline polyline{fill:none;stroke:#e11d48;stroke-width:2;stroke-linejoin:round;stroke-linecap:round}.sparkline-empty{display:inline-block;width:96px;text-align:center;color:#ddd}.back-btn{margin-bottom:14px}.topic-title{font-size:1.3rem!important;font-weight:600;color:#111!important;text-transform:none!important;letter-spacing:-.01em!important}.topic-stats{font-size:.85rem;color:#999;margin:4px 0 16px}.mood-chart{width:100%;height:auto;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000012;margin-bottom:20px}.chart-grid{stroke:#f0f0ea;stroke-width:1}.chart-emoji{font-size:12px}.chart-line{fill:none;stroke:#e11d48;stroke-width:2.5;stroke-linejoin:round;stroke-linecap:round}.chart-dot{fill:#fff;stroke:#e11d48;stroke-width:2.5}.chart-date{font-size:11px;fill:#aaa}.chart-empty{font-size:.85rem;color:#999;background:#fff;border-radius:12px;padding:24px;text-align:center;box-shadow:0 1px 3px #00000012;margin-bottom:20px}.topic-entries .excerpt{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:0}.topic-entries .entry-meta{margin-bottom:8px}.auth{max-width:360px;margin:0 auto;padding:80px 16px;text-align:center}.auth h1{font-size:1.6rem;font-weight:600;letter-spacing:-.02em}.auth-subtitle{color:#888;font-size:.9rem;margin:6px 0 28px}.auth-form{display:flex;flex-direction:column;gap:10px}.auth-form input{width:100%;box-sizing:border-box;padding:11px 14px;font-size:.9rem;font-family:inherit;border:1px solid #e8e8e4;border-radius:10px;outline:none;color:#333}.auth-form input:focus{border-color:#e11d48;box-shadow:0 0 0 3px #e11d481a}.auth-form button{margin-top:4px;padding:11px;font-size:.9rem;font-family:inherit;font-weight:600;border:none;border-radius:10px;background:#e11d48;color:#fff;cursor:pointer}.auth-form button:disabled{opacity:.6;cursor:default}.auth-error{color:#e11d48;font-size:.82rem;margin-top:14px}.auth-notice{color:#16a34a;font-size:.82rem;margin-top:14px}.auth-toggle{background:none;border:none;color:#888;font-family:inherit;font-size:.82rem;cursor:pointer;margin-top:20px;text-decoration:underline}.paywall{text-align:center;padding:36px 24px;background:#fff;border-radius:16px;box-shadow:0 1px 3px #00000014;margin-bottom:32px}.paywall h2{font-size:1.15rem;font-weight:600;color:#111;margin-bottom:8px}.paywall p{color:#888;font-size:.88rem;margin-bottom:20px}.paywall button{display:block;width:100%;max-width:260px;margin:0 auto 10px;padding:12px;font-size:.92rem;font-family:inherit;font-weight:600;border:none;border-radius:10px;background:#e11d48;color:#fff;cursor:pointer}.paywall button.secondary{background:#f5f5f0;color:#666;font-weight:500}.paywall button:disabled{opacity:.6;cursor:default}.paywall-error{color:#e11d48;font-size:.82rem;margin-top:10px}.app-lock{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;min-height:100vh;text-align:center}.app-lock p{font-size:1.1rem;color:#555}.app-lock button{padding:11px 28px;font-size:.9rem;font-family:inherit;font-weight:600;border:none;border-radius:10px;background:#e11d48;color:#fff;cursor:pointer}
