/* SharePost — one sheet for every public post. White FullLobby chrome. */
html,body,.fl-share, .fl-share *{
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  letter-spacing:0;word-spacing:0}
.fl-share-root{position:fixed;inset:0;z-index:80;display:none;align-items:flex-end;
  justify-content:center;background:rgba(11,18,32,.42)}
.fl-share-root.on{display:flex}
.fl-share{display:grid;grid-template-columns:1fr auto;column-gap:12px;
  grid-template-areas:"title close" "why why" "brands brands" "acts acts" "url url" "extra extra";
  background:#fff;width:100%;max-width:420px;border-radius:18px 18px 0 0;
  padding:18px 16px calc(18px + env(safe-area-inset-bottom,0px));
  box-shadow:0 -8px 32px rgba(16,24,40,.12)}
@media (min-width:560px){
  .fl-share-root{align-items:center}
  .fl-share{border-radius:18px;padding:20px 18px}
}
.fl-share h2{grid-area:title;align-self:center;margin:0;font-size:18px;font-weight:720;
  letter-spacing:0;color:#0b1220}
.fl-share .why{grid-area:why;margin:8px 0 14px;font-size:13px;line-height:1.5;color:#4b5768}
.fl-share .brands{grid-area:brands;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;margin:0 0 10px}
.fl-share .acts{grid-area:acts;display:grid;gap:6px}
.fl-share .urlbox{grid-area:url}
.fl-share #flShareExtra{grid-area:extra}
.fl-share button{font:inherit;letter-spacing:0;word-spacing:0;cursor:pointer;color:#0b1220}
.fl-share button:disabled{opacity:.45;cursor:not-allowed}
.fl-share button:focus{outline:none}
.fl-share button:focus-visible{outline:2px solid #1f5ae0;outline-offset:2px}
.fl-share .brands button,.fl-share .acts button{
  border:1px solid #e4e9f0;background:#fff;color:#0b1220}
.fl-share .brands button:hover,.fl-share .acts button:hover{
  border-color:#1f5ae0;background:#eaf0fe}
.fl-share .brands button{
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;
  min-height:92px;padding:12px 8px;border-radius:14px;text-align:center}
.fl-share .acts button{
  display:flex;align-items:center;gap:12px;width:100%;min-height:48px;
  padding:8px 10px;border-radius:12px;text-align:left}
.fl-share .ico{flex:none;display:grid;place-items:center;overflow:hidden}
.fl-share .brands .ico{width:44px;height:44px;border-radius:12px}
.fl-share .acts .ico{width:36px;height:36px;border-radius:10px}
.fl-share .ico svg,.fl-share .ico img{display:block}
.fl-share .brands .ico svg,.fl-share .brands .ico img{width:44px;height:44px}
.fl-share .acts .ico.brand svg,.fl-share .acts .ico.brand img{width:36px;height:36px}
.fl-share .ico.soft{background:#eef2f7;color:#1f5ae0}
.fl-share .brands .ico.soft svg{width:22px;height:22px}
.fl-share .acts .ico.soft svg{width:20px;height:20px}
.fl-share .lab{font-size:14px;font-weight:620;letter-spacing:0;word-spacing:0;color:#0b1220}
.fl-share .brands .lab{font-size:13px;font-weight:650}
.fl-share .x{grid-area:close;align-self:start;width:auto;min-height:32px;margin:0;
  padding:4px 8px;border:0;border-radius:8px;background:transparent;color:#77839a;
  font-size:13px;font-weight:600}
.fl-share .x:hover{background:#f8fafc;color:#0b1220}
.fl-share .pri{background:#1f5ae0;border:1px solid #1f5ae0;color:#fff;
  min-height:44px;padding:10px 14px;border-radius:10px;font-weight:650}
.fl-share .pri:hover{background:#1a4dc4;border-color:#1a4dc4}
.fl-share .urlbox{margin-top:12px;padding:10px 12px;border-radius:10px;background:#f8fafc;
  border:1px solid #e4e9f0;font-size:13px;word-break:break-all;color:#4b5768}
.fl-share .row{display:flex;gap:8px;margin-top:10px}
.fl-share .to{width:100%;min-height:44px;padding:10px 12px;border-radius:10px;
  border:1px solid #e4e9f0;background:#fff;font:inherit;letter-spacing:0;word-spacing:0}
.fl-share .to:focus{outline:2px solid #1f5ae0;outline-offset:2px}
.fl-share .err{color:#d92d20;font-size:13px;margin:8px 0 0}
.fl-lb{position:fixed;inset:0;z-index:90;display:none;align-items:center;justify-content:center;
  background:rgba(11,18,32,.86);padding:16px}
.fl-lb.on{display:flex}
.fl-lb img,.fl-lb video{max-width:min(920px,100%);max-height:90vh;border-radius:12px;
  background:#000}
.fl-lb button{position:absolute;top:14px;right:14px;min-height:40px;padding:8px 12px;
  border:0;border-radius:10px;background:#fff;color:#0b1220;font:inherit;font-weight:650;
  letter-spacing:0;cursor:pointer}
.fl-lb button:focus{outline:none}
.fl-lb button:focus-visible{outline:2px solid #1f5ae0;outline-offset:2px}
