.guestbook-layout{box-sizing:border-box;flex-direction:row;gap:.9rem;min-height:100%;padding:1.15rem;display:flex}.guestbook-board{box-sizing:border-box;flex-direction:column;flex:auto;gap:.9rem;width:100%;min-width:0;min-height:0;display:flex}.guestbook-composer{border:1px solid var(--border-subtle);border-radius:0;flex:none;padding:.95rem 1.05rem}.guestbook-composer.is-locked{cursor:pointer;border:1px dashed var(--border-medium);min-height:5.5rem;color:var(--text-secondary);font:inherit;text-align:center;border-radius:0;place-items:center;gap:0;padding:1rem;transition:border-color .15s,color .15s;display:grid}.guestbook-composer.is-locked:hover{border-color:var(--accent);color:var(--accent)}.guestbook-lock{align-items:center;gap:.45rem;font-size:.82rem;font-weight:600;display:inline-flex}.guestbook-lock i{font-size:1.1rem}.guestbook-list-wrap{border:1px solid var(--border-subtle);border-radius:0;flex-direction:column;flex:auto;min-height:0;padding:.35rem 1.05rem 0;display:flex}.guestbook-list-wrap>.comment-list{padding-bottom:.35rem}.guestbook-empty{min-height:12rem;color:var(--text-muted);text-align:center;flex:auto;place-content:center;justify-items:center;gap:.5rem;padding:2.5rem 1.2rem;display:grid}.guestbook-empty i{opacity:.4;font-size:2.6rem}.guestbook-empty p{color:var(--text-secondary);font-size:.82rem;font-weight:600}@media (max-width:640px){.guestbook-layout{flex-direction:column;gap:.7rem;padding:.85rem}.guestbook-composer,.guestbook-list-wrap{border-radius:0;padding-left:.8rem;padding-right:.8rem}.guestbook-composer.is-locked{min-height:4.5rem}}
