.mushimu-share-backdrop{position:fixed;inset:0;z-index:1200;background:rgb(0 0 0/.42);backdrop-filter:blur(3px);display:flex;align-items:flex-end;justify-content:center;padding:16px}.mushimu-share-sheet{width:min(100%,480px);max-height:min(90dvh,760px);overflow:auto;background:var(--surface,#fff);color:var(--text,#171717);border:1px solid var(--border,#ddd);border-radius:22px;box-shadow:0 24px 70px rgb(0 0 0/.24);padding:18px;animation:mushimu-share-in .16s ease-out}.mushimu-share-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.mushimu-share-head strong{font-size:1.05rem}.mushimu-share-close{border:0;background:transparent;color:inherit;width:38px;height:38px;border-radius:50%;font-size:1.35rem;cursor:pointer}.mushimu-share-close:hover,.mushimu-share-close:focus-visible{background:var(--surface-soft,#f3f3f3);outline:none}.mushimu-share-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mushimu-share-option{display:flex;align-items:center;gap:12px;min-height:54px;border:1px solid var(--border,#ddd);border-radius:15px;background:var(--surface,#fff);color:inherit;padding:10px 12px;text-align:left;font:inherit;cursor:pointer;text-decoration:none}.mushimu-share-option:hover,.mushimu-share-option:focus-visible{background:var(--surface-soft,#f5f5f5);outline:none;border-color:var(--text-muted,#aaa)}.mushimu-share-icon{display:grid;place-items:center;width:34px;height:34px;flex:0 0 auto;color:currentColor}.mushimu-share-icon svg{width:24px;height:24px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mushimu-share-icon svg.is-filled{fill:currentColor;stroke:none}.mushimu-share-toast{margin:12px 2px 0;min-height:20px;color:var(--text-muted,#666);font-size:.9rem}.mushimu-embed-panel{margin-top:14px;border-top:1px solid var(--border,#ddd);padding-top:14px}.mushimu-embed-panel>strong{display:block;margin-bottom:9px}.mushimu-embed-panel textarea{display:block;width:100%;min-height:128px;max-height:220px;overflow:auto;resize:vertical;border:1px solid var(--border,#ddd);border-radius:12px;background:var(--surface-soft,#f7f7f7);color:inherit;padding:12px;font:500 .82rem/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;box-sizing:border-box;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.mushimu-embed-actions{display:flex;justify-content:flex-end;margin-top:10px}.mushimu-embed-actions button{min-height:40px;border:0;border-radius:999px;padding:0 16px;background:var(--text,#171717);color:var(--surface,#fff);font:inherit;font-weight:700;cursor:pointer}@keyframes mushimu-share-in{from{transform:translateY(16px);opacity:.5}to{transform:none;opacity:1}}@media(min-width:700px){.mushimu-share-backdrop{align-items:center}.mushimu-share-sheet{border-radius:20px}.mushimu-share-options{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:420px){.mushimu-share-backdrop{padding:0;align-items:flex-end}.mushimu-share-sheet{border-radius:22px 22px 0 0;border-left:0;border-right:0;border-bottom:0;padding:18px 16px calc(18px + env(safe-area-inset-bottom));max-height:92dvh}.mushimu-share-options{grid-template-columns:1fr 1fr}.mushimu-share-option{padding:10px;gap:10px}.mushimu-share-icon{width:30px;height:30px}.mushimu-share-icon svg{width:22px;height:22px}.mushimu-embed-panel textarea{min-height:140px;font-size:.78rem}}