.skip{z-index:100;background:var(--terracotta);color:#fff8ef;border-radius:var(--radius-pill);padding:.6rem 1.2rem;position:absolute;top:.5rem;left:-999px}.skip:focus{left:.5rem}.shell{max-width:1440px;min-height:calc(100dvh - 130px);margin:0 auto;display:flex}.main{min-width:0;padding:clamp(1.25rem, 3vw, 2.5rem) clamp(1rem, 3.5vw, 3rem) var(--space-8);flex:1}.foot{gap:var(--space-2) var(--space-5);max-width:1440px;padding:var(--space-4) clamp(1rem, 3vw, 2rem);border-top:1px solid var(--border);color:var(--muted);font-size:var(--text-sm);flex-wrap:wrap;justify-content:space-between;margin:0 auto;display:flex}.foot a{color:var(--terracotta-deep);font-weight:600;text-decoration:none}.foot a:hover{text-decoration:underline}.page-head{margin-bottom:var(--space-6);max-width:620px}.page-head h1{font-size:var(--text-2xl);margin:.35rem 0 .4rem}.page-head .lede{font-family:var(--font-display);font-style:italic;font-size:var(--text-md);color:var(--muted)}.post-list{gap:var(--space-4);max-width:640px;display:grid}.post{padding:var(--space-5);gap:var(--space-3);display:grid}.post__head{align-items:center;gap:.85rem;display:flex}.post__who{line-height:1.35;display:grid}.post__meta{color:var(--muted);font-size:var(--text-sm)}.post__kind{color:var(--faint);margin-left:auto}.glyph{width:1.35rem;height:1.35rem;display:inline-flex}.glyph svg{width:100%;height:100%}.post__title{font-size:var(--text-lg);margin:0}.post__body{color:var(--ink)}.post__foot{gap:var(--space-2);flex-wrap:wrap;display:flex}.chip{border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--surface-soft);font-size:var(--text-sm);color:var(--ink);cursor:pointer;transition:border-color var(--speed) var(--ease-out), background var(--speed) var(--ease-out), transform var(--speed) var(--ease-out);align-items:center;gap:.4em;padding:.4em .95em;font-weight:600;display:inline-flex}.chip:hover{border-color:var(--terracotta)}.chip.is-on{background:var(--terracotta-wash);border-color:var(--terracotta-soft);color:var(--terracotta-deep)}.chip:disabled{cursor:default}.post__comments{gap:var(--space-3);border-top:1px solid var(--border);padding-top:var(--space-3);display:grid}.comment{font-size:var(--text-sm);gap:.7rem;line-height:1.5;display:flex}.comment time{color:var(--faint);font-size:var(--text-xs);margin-left:.4em}.comment-form{gap:var(--space-2);display:flex}.comment-form input{flex:1;min-width:0}input[type=text],input[type=date],input:not([type]),textarea,select{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-md);color:var(--ink);width:100%;transition:border-color var(--speed) var(--ease-out), box-shadow var(--speed) var(--ease-out);padding:.65rem .9rem}input:focus-visible,textarea:focus-visible,select:focus-visible{border-color:var(--terracotta);box-shadow:0 0 0 3px var(--terracotta-soft);outline:none}textarea{resize:vertical;min-height:7rem}label{font-weight:620;font-size:var(--text-sm)}.art{border-radius:var(--radius-md);aspect-ratio:100/62;background:var(--cream-deep);position:relative;overflow:hidden}.art svg,.art img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.art__emoji{filter:drop-shadow(0 2px 4px #3c231240);font-size:1.6rem;position:absolute;bottom:.6rem;right:.8rem}.voice{align-items:center;gap:var(--space-3);background:var(--terracotta-wash);border:1px solid var(--terracotta-soft);border-radius:var(--radius-md);padding:.7rem 1rem;display:flex}.voice__play{background:var(--terracotta);color:#fff8ef;cursor:pointer;width:2.6rem;height:2.6rem;transition:background var(--speed) var(--ease-out), transform var(--speed) var(--ease-out);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.voice__play:hover{background:var(--terracotta-deep);transform:scale(1.05)}.voice__play svg{width:1.1rem;height:1.1rem}.voice__bars{flex:1;align-items:center;gap:3px;height:2rem;display:flex;overflow:hidden}.voice__bars i{background:var(--terracotta);opacity:.5;border-radius:2px;flex:1;min-width:2px;height:30%}.voice__bars i:nth-child(2n){height:62%}.voice__bars i:nth-child(3n){height:45%}.voice__bars i:nth-child(5n){height:80%}.voice__bars i:nth-child(7n){height:24%}@media (prefers-reduced-motion:no-preference){.is-playing .voice__bars i{animation:.9s ease-in-out infinite alternate bounce}.is-playing .voice__bars i:nth-child(2n){animation-delay:.12s}.is-playing .voice__bars i:nth-child(3n){animation-delay:.25s}@keyframes bounce{0%{transform:scaleY(.55)}to{transform:scaleY(1.4)}}}.voice__time{font-size:var(--text-sm);color:var(--terracotta-deep);font-variant-numeric:tabular-nums;font-weight:640}.toast{background:var(--ink-display);color:var(--cream);border-radius:var(--radius-pill);font-size:var(--text-sm);box-shadow:var(--shadow-lift);opacity:0;pointer-events:none;transition:opacity .28s var(--ease-out), transform .28s var(--ease-out);z-index:90;text-align:center;max-width:min(92vw,480px);padding:.75rem 1.4rem;font-weight:600;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%,20px)}.toast.is-visible{opacity:1;transform:translate(-50%)}.flash-banner{align-items:center;gap:var(--space-4);padding:var(--space-4) var(--space-5);margin-bottom:var(--space-5);background:linear-gradient(120deg,#fdf3d8,#fbe7c4);border-color:#ecc56a;flex-wrap:wrap;display:flex}.flash-banner__bolt{font-size:1.8rem;animation:2.2s ease-in-out infinite flash-pulse}@keyframes flash-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.18)rotate(-6deg)}}@media (prefers-reduced-motion:reduce){.flash-banner__bolt{animation:none}}.flash-banner__text{flex:1;gap:.15rem;min-width:200px;display:grid}.flash-banner__text strong{font-family:var(--font-display);font-size:var(--text-md)}.flash-banner__text em{font-family:var(--font-display);color:var(--muted);font-style:italic}.flash-banner__cta{padding:.55em 1.3em}.flash-note{margin-bottom:var(--space-5);color:var(--muted);font-size:var(--text-sm)}.flash-note .hand{color:var(--terracotta-deep);font-size:1.35rem}.post__flash-prompt{font-family:var(--font-display);font-style:italic;font-weight:560;font-size:var(--text-md);color:var(--terracotta-deep);margin-bottom:.35rem}.post__more{margin-left:.25rem;position:relative}.more-btn{width:2rem;height:2rem;color:var(--faint);cursor:pointer;transition:background var(--speed) var(--ease-out), color var(--speed) var(--ease-out);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.more-btn svg{width:1.15rem;height:1.15rem}.more-btn:hover,.more-btn[aria-expanded=true]{background:var(--surface-soft);color:var(--ink)}.menu{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);min-width:9.5rem;box-shadow:var(--shadow-lift);z-index:30;gap:.15rem;padding:.35rem;display:grid;position:absolute;top:calc(100% + .35rem);right:0}.menu button{text-align:left;font-size:var(--text-sm);color:var(--ink);border-radius:calc(var(--radius-md) - 4px);cursor:pointer;background:0 0;border:none;padding:.5rem .7rem;font-weight:560}.menu button:hover{background:var(--surface-soft)}.menu__danger{color:var(--terracotta-deep)!important}.menu__danger.is-armed{background:var(--terracotta-wash);font-weight:700}.edit-form{margin:var(--space-3) 0;gap:.5rem;display:grid}.edit-form input,.edit-form textarea{width:100%;font:inherit;font-size:var(--text-sm);color:var(--ink);background:var(--surface-soft);border:1px solid var(--border-strong);border-radius:var(--radius-md);resize:vertical;padding:.6rem .85rem}.edit-form input:focus-visible,.edit-form textarea:focus-visible{outline:2px solid var(--terracotta);outline-offset:1px}.edit-form__actions{gap:var(--space-2);display:flex}.edit-form__actions .btn{font-size:var(--text-sm);padding:.45em 1.1em}.comment{position:relative}.comment__x{width:1.4rem;height:1.4rem;color:var(--faint);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;align-self:flex-start;font-size:1rem;line-height:1}.comment__x:hover{background:var(--terracotta-wash);color:var(--terracotta-deep)}.tile-x{width:1.7rem;height:1.7rem;color:var(--muted);cursor:pointer;opacity:0;transition:opacity var(--speed) var(--ease-out);z-index:5;background:#fffdf8d9;border:none;border-radius:50%;font-size:1.05rem;line-height:1;position:absolute;top:.6rem;right:.6rem}.t-tile:hover .tile-x,.capsule-card:hover .tile-x,.tile-x:focus-visible,.tile-x.is-armed{opacity:1}@media (hover:none){.tile-x{opacity:1}}.tile-x:hover,.tile-x.is-armed{background:var(--terracotta-wash);color:var(--terracotta-deep)}.circle-link{border-radius:var(--radius-md);color:var(--ink);transition:background var(--speed) var(--ease-out);align-items:center;gap:.7rem;padding:.5rem 1rem;font-weight:560;text-decoration:none;display:flex}.circle-link:hover{background:#fffdf8bf}.circle-link.is-active{background:var(--terracotta-wash);color:var(--terracotta-deep)}.circle-link__name{flex:1}.circle-link .dot,.side-circles .dot{background:var(--terracotta);border-radius:50%;width:8px;height:8px}.avatar--sm{border-width:1.5px;width:1.9rem;height:1.9rem;font-size:.78rem}.avatar--photo{padding:0;overflow:hidden}.avatar--photo img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.stack{margin-bottom:var(--space-4);display:flex}.stack .avatar{transition:transform var(--speed) var(--ease-out);margin-left:-.55rem;text-decoration:none}.stack .avatar:first-child{margin-left:0}.stack .avatar:hover{z-index:2;transform:translateY(-4px)}.avatar--plus{background:var(--surface);border:1.5px dashed var(--border-strong);color:var(--muted)}.member{padding:var(--space-5);flex-direction:column;align-items:flex-start;gap:.35rem;display:flex}.member__avatar{width:3.6rem;height:3.6rem;margin-bottom:var(--space-2);font-size:1.3rem}.member__avatar--plus{background:var(--surface);border:1.5px dashed var(--border-strong);color:var(--muted)}.member h2{font-size:var(--text-lg)}.member__role{color:var(--muted);font-size:var(--text-sm)}.member__last{font-size:var(--text-xs);color:var(--faint)}.member__circles{margin:var(--space-2) 0;flex-wrap:wrap;gap:.35rem;display:flex}.member__circle{font-size:var(--text-xs);padding:.3em .8em;text-decoration:none}.member__hello{margin-top:auto;font-size:1.3rem}.member--invite{text-align:center;box-shadow:none;background:var(--surface-soft);border-style:dashed;border-width:1.5px;justify-content:center;align-items:center}.member--invite .btn{margin-top:var(--space-3)}.member .tile-x{opacity:0}.member:hover .tile-x,.member .tile-x:focus-visible,.member .tile-x.is-armed{opacity:1}.profile-form{width:100%;margin-top:var(--space-3);padding-top:var(--space-3);border-top:1px dashed var(--border-strong);font-size:var(--text-sm);gap:.45rem;display:grid}.profile-form label,.profile-form__label{margin-top:var(--space-2);font-weight:620}.profile-form__colors{gap:.5rem;display:flex}.swatch{cursor:pointer;border:2px solid #0000;border-radius:50%;padding:2px;display:inline-flex}.swatch input{opacity:0;pointer-events:none;position:absolute}.swatch:has(input:checked){border-color:var(--terracotta)}.swatch:has(input:focus-visible){outline:2px solid var(--terracotta);outline-offset:2px}.profile-form__actions{gap:var(--space-2);margin-top:var(--space-2);display:flex}.profile-form__actions .btn{font-size:var(--text-sm);padding:.45em 1.1em}.owner-tools{box-shadow:none;background:var(--surface-soft);border-style:dashed;border-width:1.5px}.owner-tools h2{font-size:var(--text-lg)}.owner-tools form{gap:var(--space-2);width:100%;display:flex}.owner-tools input{min-width:0;font:inherit;font-size:var(--text-sm);color:var(--ink);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-md);flex:1;padding:.5rem .75rem}.owner-tools input:focus-visible{outline:2px solid var(--terracotta);outline-offset:1px}.owner-tools .btn{font-size:var(--text-sm);padding:.45em 1.1em}.owner-tools__hint{font-size:var(--text-xs);color:var(--faint)}.t-tile{transition:transform var(--speed) var(--ease-out), box-shadow var(--speed) var(--ease-out);flex-direction:column;display:flex;position:relative;overflow:hidden}.t-tile:hover{box-shadow:var(--shadow-lift);transform:translateY(-3px)}.t-tile .art{border-radius:0}.t-tile__body{padding:var(--space-4);gap:.45rem;display:grid}.t-tile__kind{font-size:var(--text-xs);letter-spacing:.14em;text-transform:uppercase;color:var(--terracotta);align-items:center;gap:.4em;font-weight:680;display:inline-flex}.t-tile h3{font-size:var(--text-md)}.t-tile p{font-size:var(--text-sm);color:var(--muted);font-style:italic;font-family:var(--font-display)}.t-tile footer{font-size:var(--text-xs);color:var(--faint);align-items:center;gap:.5rem;margin-top:.35rem;display:flex}.capsule-card{padding:var(--space-5);gap:var(--space-3);display:grid;position:relative;overflow:hidden}.capsule-card:before{content:"";background:linear-gradient(90deg, var(--terracotta), var(--amber));opacity:.85;height:5px;position:absolute;inset:0 0 auto}.capsule-card--open:before{background:linear-gradient(90deg, var(--sage), var(--sage-soft))}.capsule-card__head{align-items:center;gap:.6rem;display:flex}.capsule-card__emoji{font-size:1.5rem}.capsule-card h3{font-size:var(--text-lg)}.capsule-card__meta{font-size:var(--text-sm);color:var(--muted)}.capsule-card__hint{font-family:var(--font-display);color:var(--muted);font-style:italic}.capsule-card__note{background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-4);line-height:1.65}.capsule-card__count{justify-self:start}.empty{text-align:center;padding:var(--space-7) var(--space-5);border:1.5px dashed var(--border-strong);border-radius:var(--radius-lg);color:var(--muted);max-width:640px}.empty .hand{color:var(--terracotta-deep);margin-bottom:.3rem;font-size:1.6rem;display:block}
