.guestbook{margin-top:22px;padding-top:18px;border-top:1px dashed var(--starpl-line-soft);display:flex;flex-direction:column;gap:12px}.guestbook-header{display:flex;align-items:baseline;gap:8px}.guestbook-header h2{margin:0;font-size:var(--starpl-fs-xl);font-weight:500;color:var(--starpl-text-soft)}.guestbook-count{color:var(--starpl-text-muted);font-size:var(--starpl-fs-sm)}.guestbook-form{display:flex;flex-direction:column;gap:8px}.guestbook-form[hidden]{display:none}.guestbook-form textarea{width:100%;min-height:64px;resize:vertical;padding:10px 12px;border:1px solid var(--starpl-line);border-radius:var(--starpl-radius-xl);background:var(--starpl-panel-bg);color:var(--starpl-text-main);font:inherit;font-size:var(--starpl-fs-base);line-height:1.55}.guestbook-form textarea:focus{outline:none;border-color:var(--starpl-line-bold);background:var(--starpl-surface-1)}.guestbook-form textarea::placeholder{color:var(--starpl-doc-faint)}.guestbook-form-foot{display:flex;align-items:center;gap:10px;min-height:30px}.guestbook-secret{display:inline-flex;align-items:center;gap:6px;color:var(--starpl-doc-soft);font-size:var(--starpl-fs-sm);cursor:pointer}.guestbook-secret input{accent-color:var(--starpl-accent-blue-soft)}.guestbook-secret small{color:var(--starpl-doc-faint);font-size:var(--starpl-fs-xs)}.guestbook-limit{margin-left:auto;color:var(--starpl-doc-faint);font-size:var(--starpl-fs-xs)}.guestbook-form button{min-height:var(--starpl-btn-h);padding:0 14px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--starpl-line);border-radius:var(--starpl-radius-pill);background:var(--starpl-surface-1);color:var(--starpl-text-soft);font:inherit;font-size:var(--starpl-fs-sm);cursor:pointer;box-sizing:border-box}.guestbook-form button[type=submit]{color:var(--starpl-text-white);background:var(--starpl-accent-fill);border-color:var(--starpl-line-bold)}.guestbook-form button:hover{color:var(--starpl-text-white);border-color:var(--starpl-line-bold);background:var(--starpl-surface-2)}.guestbook-form button:disabled{opacity:.56;cursor:wait}.guestbook-form .ghost{background:transparent}.guestbook-form-error{color:var(--starpl-danger);font-size:var(--starpl-fs-sm)}.guestbook-login,.guestbook-empty,.guestbook-loading{font-size:var(--starpl-fs-md);color:var(--starpl-doc-muted);padding:6px 0}.guestbook-list{display:flex;flex-direction:column}.gb-entry{padding:15px 2px 17px;border-top:1px dashed var(--starpl-line-soft)}.gb-entry:first-child{border-top:none;padding-top:4px}.gb-rule{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin-bottom:7px}.gb-num{font-family:var(--starpl-font-mono);font-size:var(--starpl-fs-sm);font-weight:600;color:var(--starpl-doc-faint);letter-spacing:.3px}.gb-badge{font-size:var(--starpl-fs-xs);border-radius:var(--starpl-radius-pill);padding:0 7px;line-height:1.7}.gb-badge.secret{color:var(--starpl-gb-purple);border:1px solid rgba(var(--starpl-gb-purple-rgb),.4)}.gb-badge.moderation-hidden{color:var(--starpl-secret);border:1px solid rgba(var(--starpl-secret-rgb),.45)}.gb-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:7px;font-size:var(--starpl-fs-md)}.gb-avatar{width:24px;height:24px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--starpl-radius-circle);background:var(--starpl-line-soft);border:1px solid var(--starpl-line);color:var(--starpl-text-white);text-decoration:none;font-size:var(--starpl-fs-sm);font-weight:600;overflow:hidden}.gb-avatar img{width:100%;height:100%;display:block;object-fit:cover}.gb-reply-head .gb-avatar{width:20px;height:20px;font-size:var(--starpl-fs-xs)}.gb-author{color:var(--starpl-text-white);text-decoration:none;font-weight:500}.gb-author:hover{color:var(--starpl-accent-blue-soft)}.gb-starname{color:var(--starpl-doc-faint);font-size:var(--starpl-fs-sm)}.gb-time{margin-left:auto;color:var(--starpl-doc-faint);font-size:var(--starpl-fs-sm);font-family:var(--starpl-font-mono);white-space:nowrap}.gb-edited{color:var(--starpl-doc-faint);font-size:var(--starpl-fs-xs)}.gb-body{white-space:pre-wrap;word-break:break-word;color:var(--starpl-doc-body);font-size:var(--starpl-fs-base);line-height:1.7}.gb-body[hidden]{display:none}.gb-tomb{color:var(--starpl-doc-dim);font-size:var(--starpl-fs-md);font-style:italic;padding:2px 0}.gb-actions{display:flex;flex-wrap:wrap;gap:4px;margin-top:9px}.gb-action{min-height:var(--starpl-btn-h-sm);padding:0 10px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:var(--starpl-radius-pill);background:transparent;color:var(--starpl-text-muted);font:inherit;font-size:var(--starpl-fs-sm);cursor:pointer;box-sizing:border-box}.gb-action:hover{color:var(--starpl-text-white);background:var(--starpl-surface-2-soft)}.gb-action.danger{color:var(--starpl-danger-soft)}.gb-action.copied{color:var(--starpl-success)}.gb-action.gb-share{display:none}.gb-action.report-entry-btn{margin-left:auto}.gb-replies{display:flex;flex-direction:column;gap:8px;margin:11px 0 2px 20px}.gb-reply{padding:10px 13px;background:rgba(var(--starpl-line-rgb),.05);border:1px solid var(--starpl-line-soft);border-radius:var(--starpl-radius-xl)}.gb-reply-head{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-bottom:6px;font-size:var(--starpl-fs-sm)}.gb-reply-tag{color:var(--starpl-accent-blue-soft);font-weight:500;border:1px solid var(--starpl-line);border-radius:var(--starpl-radius-pill);padding:0 7px;font-size:var(--starpl-fs-xs)}.gb-reply .gb-body{font-size:var(--starpl-fs-md);line-height:1.65}.gb-reply .gb-time{font-size:var(--starpl-fs-xs)}.guestbook-more{display:flex;justify-content:center;margin-top:16px}.guestbook-more[hidden]{display:none}.guestbook-more button{min-height:var(--starpl-btn-h);padding:0 14px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--starpl-line);border-radius:var(--starpl-radius-pill);background:var(--starpl-surface-1);color:var(--starpl-doc-soft);font:inherit;font-size:var(--starpl-fs-md);cursor:pointer;box-sizing:border-box}.guestbook-more button:hover{color:var(--starpl-text-white);background:var(--starpl-surface-2-soft);border-color:var(--starpl-line-strong)}.guestbook-more button:disabled{opacity:.6;cursor:wait}.gb-entry.gb-focus{animation:gbFocusGlow 2.6s ease-out;border-radius:var(--starpl-radius-xl)}@keyframes gbFocusGlow{0%{background:var(--starpl-line-soft)}to{background:transparent}}.guestbook-reply-form,.guestbook-edit-form{margin-top:10px}.guestbook-reply-form{margin-left:20px}@media(max-width:720px){.guestbook-form textarea{min-height:58px;padding:9px 11px;font-size:var(--starpl-fs-lg);line-height:1.5}.guestbook-form textarea::placeholder{font-size:var(--starpl-fs-md)}.guestbook-form-foot{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"secret secret" "limit submit";align-items:center;column-gap:8px;row-gap:7px;min-height:0}.guestbook-secret{grid-area:secret;min-width:0;width:100%}.guestbook-secret span{flex:0 0 auto;white-space:nowrap}.guestbook-secret small{min-width:0;line-height:1.35}.guestbook-limit{grid-area:limit;margin-left:0;white-space:nowrap}.guestbook-form button[type=submit]{grid-area:submit;justify-self:end;min-width:58px;white-space:nowrap}.gb-replies,.guestbook-reply-form{margin-left:12px}}
