/* Owner-only share-code display.  Codes are masked by default and are shown
   only after an explicit click, matching the privacy pattern in the prototype. */
.file-storage-prototype .fs-share-code{display:flex;align-items:center;gap:8px;min-width:0}
.file-storage-prototype .fs-share-code code{max-width:160px;padding:4px 7px;border-radius:6px;background:#f1f6fa;color:#31556f;font:600 12px/1.25 ui-monospace,SFMono-Regular,Consolas,monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.file-storage-prototype .fs-share-code button{display:inline-grid;place-items:center;width:28px;height:28px;padding:0;border:0;border-radius:7px;background:transparent;color:#188fd9;cursor:pointer}
.file-storage-prototype .fs-share-code button:hover{background:#e9f7ff}
.file-storage-prototype .fs-share-code .fs-svg{width:16px;height:16px}
