@import"https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,600;0,9..144,700;1,9..144,500&family=Inter:wght@400;500;600;700&display=swap";:root{--bg: #0f0e0c;--surface: #1a1815;--surface-2: #221f1a;--border: #322e27;--text: #f5f1e8;--text-muted: #a39a8a;--accent: #e8a33d;--accent-ink: #1a1409;--danger: #e2574c;--shadow: rgba(0, 0, 0, .4)}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:Inter,sans-serif;min-height:100vh;-webkit-tap-highlight-color:transparent}#root{max-width:520px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column}button,input,textarea{font-family:inherit;color:inherit}.loading,.empty{text-align:center;padding:60px 30px;color:var(--text-muted)}.empty .mark{font-family:Fraunces,serif;font-style:italic;font-size:20px;color:var(--text);margin-bottom:6px}.header{padding:28px 20px 14px;position:sticky;top:0;background:linear-gradient(var(--bg) 85%,transparent);z-index:5;display:flex;align-items:center;justify-content:space-between;gap:10px}.back{background:none;border:none;color:var(--text-muted);font-size:22px;cursor:pointer;padding:4px 8px 4px 0}.headerText{flex:1;min-width:0}.dateLabel{font-family:Fraunces,serif;font-style:italic;font-size:14px;color:var(--text-muted);margin:0 0 2px}h1{font-family:Fraunces,serif;font-weight:700;font-size:30px;margin:0;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text)}.subhead{font-size:12px;color:var(--text-muted);margin-top:4px}.groupList{padding:6px 16px 100px;display:flex;flex-direction:column;gap:10px}.groupCard{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:16px 18px;box-shadow:0 1px 2px var(--shadow);display:flex;align-items:center;justify-content:space-between;cursor:pointer}.groupCard:active{transform:scale(.98)}.gName{font-family:Fraunces,serif;font-weight:700;font-size:18px}.gCode{font-size:12px;color:var(--text-muted);letter-spacing:.05em;margin-top:2px}.gYou{font-size:13px;color:var(--accent);font-weight:600}.startActions{padding:16px;display:flex;flex-direction:column;gap:10px}.stickyActions{position:fixed;bottom:0;left:0;right:0;max-width:520px;margin:0 auto;background:linear-gradient(to top,var(--bg) 70%,transparent);padding:16px 16px calc(16px + env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:10px}.feed{padding:6px 16px 100px;display:flex;flex-direction:column;gap:22px}.dayDivider{display:flex;align-items:center;gap:10px;margin:18px 4px 0;color:var(--text-muted)}.dayDivider .line{flex:1;height:1px;background:var(--border)}.dayDivider span{font-family:Fraunces,serif;font-style:italic;font-size:13px;white-space:nowrap}.card{background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:0 1px 2px var(--shadow),0 8px 20px -12px var(--shadow);overflow:hidden;position:relative}.card img.entryPhoto{width:100%;display:block;max-height:520px;object-fit:cover}.cardBody{padding:14px 16px 16px}.cardBody.noPhoto{padding-top:16px}.entryAuthor{font-family:Fraunces,serif;font-weight:700;font-size:14px;color:var(--accent);margin:0 0 4px;display:flex;align-items:center;gap:8px}.authorAvatar{width:22px;height:22px;border-radius:999px;object-fit:cover;flex-shrink:0}.authorAvatarFallback{display:flex;align-items:center;justify-content:center;background:var(--surface-2);color:var(--text-muted);font-size:11px}.entryText{font-size:15.5px;line-height:1.5;white-space:pre-wrap;margin:0;color:var(--text)}.songEmbed{display:flex;align-items:center;gap:10px;background:#e8a33d1f;border-radius:12px;padding:10px 12px;margin-top:10px;font-size:13.5px;text-decoration:none;color:var(--text)}.songEmbed .note{font-size:16px}.songEmbed .linkText{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--accent);font-weight:600}.entryMeta{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.entryTime{font-size:11.5px;color:var(--text-muted);letter-spacing:.03em;text-transform:uppercase}.deleteBtn{background:none;border:none;color:var(--text-muted);font-size:12px;cursor:pointer;padding:4px 6px;opacity:.6}.deleteBtn:active{opacity:1}.composerWrap{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:center;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:linear-gradient(to top,var(--bg) 60%,transparent);z-index:10;max-width:520px;margin:0 auto}.fab{background:var(--accent);color:var(--accent-ink);border:none;border-radius:999px;padding:14px 26px;font-weight:700;font-size:15px;display:flex;align-items:center;gap:8px;box-shadow:0 6px 20px -6px #0009;cursor:pointer;max-width:100%}.fab:active{transform:scale(.97)}.fab.secondary{background:var(--surface);color:var(--text);border:1.5px solid var(--border)}.sheetBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:20;display:none;align-items:flex-end;justify-content:center}.sheetBackdrop.open{display:flex}.sheet{background:var(--bg);width:100%;max-width:520px;border:1px solid var(--border);border-bottom:none;border-radius:22px 22px 0 0;padding:18px 18px calc(18px + env(safe-area-inset-bottom));animation:up .25s ease;max-height:88vh;overflow-y:auto}@keyframes up{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.sheetHandle{width:36px;height:4px;background:var(--border);border-radius:2px;margin:0 auto 14px}.sheet h2{font-family:Fraunces,serif;font-weight:700;font-size:22px;margin:0 0 6px;color:var(--text)}.fieldLabel{font-size:12px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px;display:block}input[type=text]{width:100%;border:1.5px solid var(--border);background:var(--surface);border-radius:12px;padding:12px 14px;font-size:16px;color:var(--text);margin-bottom:14px}input[type=text]:focus{outline:none;border-color:var(--accent)}input[type=text].codeInput{text-transform:uppercase;letter-spacing:.1em;font-weight:600}.photoInputLabel{display:flex;align-items:center;justify-content:center;gap:8px;border:1.5px dashed var(--border);border-radius:14px;padding:22px;color:var(--text-muted);font-size:14px;cursor:pointer;margin-bottom:12px;position:relative;overflow:hidden}.photoInputLabel img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.photoInputLabel .hint{position:relative;z-index:1}.photoInputLabel.hasPhoto .hint{display:none}.photoInputLabel input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.removePhoto{position:absolute;top:8px;right:8px;z-index:2;background:#0009;color:#fff;border:none;border-radius:999px;width:26px;height:26px;font-size:14px;cursor:pointer;display:none}.photoInputLabel.hasPhoto .removePhoto{display:block}.avatarInputLabel{width:84px;height:84px;border-radius:999px;margin:0 auto 16px;padding:0}textarea{width:100%;border:1.5px solid var(--border);background:var(--surface);border-radius:14px;padding:12px 14px;font-size:16px;color:var(--text);resize:none;min-height:80px;margin-bottom:14px}textarea:focus{outline:none;border-color:var(--accent)}.sheetActions{display:flex;gap:10px;margin-top:4px}.btn{flex:1;padding:13px;border-radius:999px;border:none;font-weight:700;font-size:15px;cursor:pointer}.btn.primary{background:var(--accent);color:var(--accent-ink)}.btn.secondary{background:transparent;color:var(--text-muted)}.btn:disabled{opacity:.4}.errorText{color:var(--danger);font-size:13px;margin:-6px 0 12px}.codeDisplay{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:18px;text-align:center;margin-bottom:16px}.codeDisplay .code{font-family:Fraunces,serif;font-weight:700;font-size:34px;letter-spacing:.08em;color:var(--text)}.codeDisplay .code.recoveryCode{font-size:22px;letter-spacing:.04em}.codeDisplay .codeHint{font-size:12px;color:var(--text-muted);margin-top:6px}.recoveryQr{width:150px;height:150px;margin:14px auto 0;display:block;border-radius:10px;background:#fff;padding:8px}.bellBtn{flex-shrink:0;width:40px;height:40px;border-radius:999px;border:1.5px solid var(--border);background:var(--surface);font-size:17px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;opacity:.55}.bellBtn.active{opacity:1;background:var(--accent);border-color:var(--accent)}.bellBtn:active{transform:scale(.95)}.bellBtn:disabled{opacity:.3}.avatarBtn{flex-shrink:0;width:40px;height:40px;border-radius:999px;border:1.5px solid var(--border);background:var(--surface);color:var(--text-muted);font-family:Fraunces,serif;font-weight:700;font-size:16px;cursor:pointer;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:0}.avatarBtn img{width:100%;height:100%;object-fit:cover}.avatarBtn:active{transform:scale(.95)}.inviteBtn{flex-shrink:0;width:40px;height:40px;border-radius:999px;border:1.5px solid var(--border);background:var(--surface);font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;color:var(--text)}.inviteBtn:active{transform:scale(.95)}.toast{position:fixed;left:50%;bottom:calc(90px + env(safe-area-inset-bottom));transform:translate(-50%);background:var(--surface-2);color:var(--text);border:1px solid var(--border);border-radius:999px;padding:10px 18px;font-size:13.5px;box-shadow:0 8px 24px -8px #0009;z-index:30;max-width:calc(100% - 32px);text-align:center;animation:toastIn .2s ease}@keyframes toastIn{0%{opacity:0;transform:translate(-50%) translateY(8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}
