:root{--bg: #fbf6f1;--surface: #ffffff;--text: #2a2320;--muted: #8c817a;--accent: #ff6b4a;--accent-press: #e85733;--danger: #e5484d;--line: #efe7df;--soft: #f0e7df;--radius: 16px;--shadow: 0 6px 20px rgba(60, 40, 30, .1);--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px)}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,system-ui,sans-serif;background:var(--bg);color:var(--text);-webkit-tap-highlight-color:transparent;overscroll-behavior-y:none}button{font-family:inherit;cursor:pointer}img{max-width:100%}.appbar{position:sticky;top:0;z-index:20;background:#fbf6f1eb;backdrop-filter:saturate(1.4) blur(8px);-webkit-backdrop-filter:saturate(1.4) blur(8px);border-bottom:1px solid var(--line);padding-top:var(--safe-top)}.appbar-inner{max-width:760px;margin:0 auto;padding:10px 14px 12px;display:flex;align-items:center;gap:12px}.brand{margin:0;font-size:22px;font-weight:800;letter-spacing:-.02em;color:var(--accent)}.tabs{margin-left:auto;display:inline-flex;background:var(--soft);border-radius:999px;padding:3px}.tab{border:0;background:transparent;color:var(--muted);font-size:14px;font-weight:600;padding:8px 14px;border-radius:999px;transition:background .15s,color .15s}.tab.is-active{background:var(--surface);color:var(--text);box-shadow:var(--shadow)}.content{max-width:760px;margin:0 auto;padding:14px 14px calc(120px + var(--safe-bottom))}.empty{text-align:center;color:var(--muted);padding:64px 24px;line-height:1.55}.link{border:0;background:none;color:var(--accent-press);font-weight:700;text-decoration:underline}.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(min-width:600px){.gallery{grid-template-columns:repeat(3,1fr)}}.card{border:0;padding:0;text-align:left;background:var(--surface);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column;width:100%;transition:transform .12s}.card:active{transform:scale(.97)}.card-media{aspect-ratio:1 / 1;width:100%;background:var(--soft);display:flex;align-items:center;justify-content:center}.card-media img{width:100%;height:100%;object-fit:cover;display:block}.card-emoji{font-size:38px;opacity:.55}.card-body{padding:10px 12px 12px;display:flex;flex-direction:column;gap:6px}.card-title{font-weight:650;font-size:15px;line-height:1.25;word-break:break-word}.chip{align-self:flex-start;font-size:12px;font-weight:600;color:var(--accent-press);background:#ffe9e2;padding:3px 9px;border-radius:999px}.chip--soft{color:var(--muted);background:var(--soft)}.fab{position:fixed;right:18px;z-index:30;bottom:calc(18px + var(--safe-bottom));width:60px;height:60px;border-radius:50%;border:0;background:var(--accent);color:#fff;display:grid;place-items:center;box-shadow:0 8px 22px #ff6b4a73;transition:transform .12s,background .15s}.fab:active{background:var(--accent-press);transform:scale(.94)}.sheet{position:fixed;inset:0;z-index:40}.sheet-backdrop{position:absolute;inset:0;background:#140c086b;animation:fade .2s ease}.sheet-panel{position:absolute;left:0;right:0;bottom:0;max-width:760px;margin:0 auto;background:var(--surface);border-radius:20px 20px 0 0;padding:8px 16px calc(20px + var(--safe-bottom));max-height:92vh;overflow-y:auto;animation:slideup .26s cubic-bezier(.2,.8,.2,1)}@keyframes fade{0%{opacity:0}}@keyframes slideup{0%{transform:translateY(100%)}}.sheet-grip{width:40px;height:4px;border-radius:2px;background:var(--line);margin:6px auto 12px}.sheet-title{margin:0;font-size:20px;font-weight:800}.detail-media{border-radius:14px;overflow:hidden;aspect-ratio:4 / 3;margin-bottom:14px;display:flex;align-items:center;justify-content:center;background:var(--soft)}.detail-media img{width:100%;height:100%;object-fit:cover}.detail-media--empty .card-emoji{font-size:64px}.detail-info{display:flex;flex-direction:column;gap:10px}.detail-title{margin:0;font-size:23px;font-weight:800;letter-spacing:-.01em;word-break:break-word}.detail-meta{display:flex;gap:8px;flex-wrap:wrap}.detail-note{margin:4px 0 0;color:#4a423d;line-height:1.55;white-space:pre-wrap;word-break:break-word}.detail-actions{display:flex;flex-direction:column;gap:10px;margin-top:22px}.form-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.icon-btn{border:0;background:var(--soft);color:var(--muted);width:34px;height:34px;border-radius:50%;font-size:15px}.field{display:flex;flex-direction:column;gap:7px;margin-bottom:16px}.field-label{font-size:13px;font-weight:700;color:var(--muted)}.muted{font-weight:500;opacity:.85}input[type=text],textarea{width:100%;border:1.5px solid var(--line);border-radius:12px;padding:13px 14px;font-size:16px;background:#fff;color:var(--text)}input[type=text]:focus,textarea:focus{outline:none;border-color:var(--accent)}textarea{resize:vertical;min-height:72px}.segmented{display:flex;background:var(--soft);border-radius:12px;padding:4px;gap:4px}.seg{flex:1;border:0;background:transparent;padding:11px;border-radius:9px;font-weight:600;color:var(--muted)}.seg.is-active{background:#fff;color:var(--text);box-shadow:var(--shadow)}.more-toggle{align-self:flex-start;border:0;background:none;color:var(--accent-press);font-weight:700;font-size:15px;padding:4px 0;margin-bottom:12px}.photo-preview{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:4 / 3;background:var(--soft);margin-bottom:10px}.photo-preview img{width:100%;height:100%;object-fit:cover;display:block}.photo-remove{position:absolute;top:8px;right:8px;border:0;background:#0000008c;color:#fff;width:32px;height:32px;border-radius:50%;font-size:14px}.photo-add{display:flex;align-items:center;justify-content:center;gap:8px;border:1.5px dashed var(--line);border-radius:12px;padding:14px;color:var(--muted);font-weight:600;cursor:pointer}.form-error{color:var(--danger);font-size:14px;font-weight:600;margin:0 0 12px}.btn{width:100%;border:0;border-radius:12px;padding:14px;font-size:16px;font-weight:700}.btn:disabled{opacity:.6}.btn-primary{background:var(--accent);color:#fff}.btn-primary:active{background:var(--accent-press)}.btn-soft{background:var(--soft);color:var(--text)}.btn-danger{background:#fdeaea;color:var(--danger)}.toast{position:fixed;left:50%;transform:translate(-50%);bottom:calc(92px + var(--safe-bottom));z-index:60;background:#2a2320;color:#fff;padding:11px 18px;border-radius:999px;font-size:14px;font-weight:600;box-shadow:var(--shadow);max-width:90vw;text-align:center;animation:toastin .2s ease}@keyframes toastin{0%{opacity:0;transform:translate(-50%) translateY(12px)}}
