:root {
  --bg: #f6f7f9;
  --panel: #ffffff;
  --line: #dfe5ec;
  --text: #16202f;
  --muted: #66758a;
  --dark: #141820;
  --accent: #d70051;
  --danger: #b42318;
}

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: Arial, "PingFang SC", "Microsoft YaHei", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; min-width: 0; }
button { cursor: pointer; }
.shell { min-height: 100vh; background: var(--bg); }
.hidden-file { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.muted { color: var(--muted); font-size: 13px; }
.stack { display: grid; gap: 14px; }
.row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.space { justify-content: space-between; }

.topbar, .editor-topbar { height: 56px; display: flex; align-items: center; justify-content: space-between; padding: 0 28px; border-bottom: 1px solid var(--line); background: #fff; }
.topbar-inner { width: 100%; height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand, .editor-brand { display: flex; align-items: baseline; gap: 14px; font-size: 28px; line-height: 1; font-weight: 800; letter-spacing: 0; color: var(--text); }
.topnav, .editor-tools { display: flex; align-items: center; gap: 4px; }
.topnav button, .editor-tools button { height: 38px; border: 0; border-radius: 6px; background: transparent; color: #4b5565; padding: 9px 12px; font-size: 14px; font-weight: 700; display: inline-flex; align-items: center; gap: 7px; }
.topnav button:hover, .editor-tools button:hover { background: #eef2f6; color: var(--text); }
.editor-tools button svg { width: 17px; height: 17px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.sync-state { height: 38px; display: inline-flex; align-items: center; color: var(--muted); font-size: 13px; font-weight: 700; padding: 0 8px; }

.page { max-width: 1700px; margin: 0 auto; padding: 58px 56px 76px; }
.page-title { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin: 0 0 38px; }
.page-title h1 { margin: 0 0 10px; color: var(--text); font-size: 38px; line-height: 1.05; font-weight: 900; }
.page-title p { margin: 0; color: var(--muted); font-size: 20px; line-height: 1.45; font-weight: 800; }
.btn, button { border-radius: 6px; }
.btn.primary, button.primary { min-height: 44px; border: 0; background: var(--dark); color: #fff; padding: 0 18px; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.page-title .btn.primary { height: 54px; border-radius: 8px; padding: 0 22px; font-size: 19px; font-weight: 900; }
.btn.primary:hover, button.primary:hover { background: #0f131b; }
button.danger, .btn.danger { color: var(--danger); border: 1px solid #f2b8b5; background: #fff7f6; }
button.danger:hover, .btn.danger:hover { background: #fee4e2; }

.grid { display: grid; gap: 34px; }
.project-grid { grid-template-columns: repeat(auto-fill, minmax(360px, 1fr)); align-items: start; }
.card, .project-card, .new-card, .photo-card, .masonry figure { background: var(--panel); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: 0 1px 3px rgba(20,24,32,.06); }
.project-card { position: relative; cursor: pointer; padding: 0; text-align: left; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.project-card:hover { transform: translateY(-2px); border-color: #d6dee8; box-shadow: 0 14px 32px rgba(20,24,32,.12); }
.cover { position: relative; aspect-ratio: 1/1; background: #eef2f6; display: block; }
.cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.project-placeholder { width: 100%; height: 100%; display: grid; place-items: center; background: #0b3f8a; color: #fff; font-size: 118px; font-weight: 900; }
.new-card { min-height: 540px; display: flex; align-items: center; justify-content: center; color: var(--muted); background: #fff; }
.new-card span { font-size: 58px; line-height: 1; font-weight: 300; }
.new-card:hover { color: var(--accent); border-color: #cfd8e3; background: #fff; }
.card-body { padding: 18px 22px 20px; background: #fff; }
.project-title { display: block; max-width: 100%; margin: 0; color: var(--text); font-size: 22px; line-height: 1.35; font-weight: 900; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.project-metrics { display: flex; align-items: center; gap: 16px; margin-top: 14px; color: var(--muted); font-size: 16px; font-weight: 800; }
.project-metrics span { display: inline-flex; align-items: center; gap: 6px; }
.project-metrics svg, .icon-action svg { stroke: currentColor; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.project-metrics svg { width: 17px; height: 17px; stroke-width: 2; }
.project-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 22px; }
.card-actions.icon-actions { display: flex; align-items: center; justify-content: flex-start; gap: 14px; margin: 0; }
.icon-action { width: 28px; height: 28px; border: 0; border-radius: 5px; background: transparent; color: var(--muted); display: inline-flex; align-items: center; justify-content: center; padding: 0; transition: color .16s ease, background .16s ease; }
.icon-action svg { width: 21px; height: 21px; stroke-width: 2; }
.icon-action:hover { background: #eef2f6; color: var(--text); }
.icon-action.danger-icon:hover { background: #fff1f0; color: var(--danger); }
.project-card-date { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.35; font-weight: 800; white-space: nowrap; }

.qr-hover { position: absolute; inset: 0; display: none; align-items: center; justify-content: center; background: rgba(20,24,32,.68); pointer-events: none; }
.cover:hover .qr-hover { display: flex; }
.qr-box { background: #fff; padding: 14px; border-radius: 6px; text-align: center; pointer-events: auto; display: grid; gap: 8px; justify-items: center; box-shadow: 0 12px 34px rgba(15,23,42,.18); }
.qr-box img { width: 168px !important; height: 168px !important; display: block; object-fit: contain !important; }
.qr-box span { color: var(--muted); font-size: 12px; font-weight: 700; }
.qr-empty { min-width: 168px; min-height: 168px; align-content: center; }

.login { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: var(--bg); }
.login-panel { width: min(440px, 100%); display: block; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 28px; box-shadow: 0 1px 3px rgba(20,24,32,.06); }
.login-panel h1 { margin: 0 0 22px; color: var(--text); font-size: 30px; line-height: 1.05; font-weight: 900; text-transform: uppercase; }
.login-panel input { height: 44px; border-radius: 6px; font-size: 15px; padding: 10px 12px; }
.login-panel button.primary { height: 46px; font-size: 16px; }

input, textarea, select { width: 100%; border: 1px solid var(--line); background: #fff; color: var(--text); border-radius: 6px; padding: 10px 12px; min-height: 42px; font-size: 15px; line-height: 1.45; }
textarea { min-height: 96px; resize: vertical; }
.modal { position: fixed; inset: 0; z-index: 50; display: none; align-items: center; justify-content: center; padding: 24px; background: rgba(15,23,42,.32); }
.modal.show { display: flex; }
.modal-panel { width: min(560px, 100%); background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 24px 70px rgba(20,24,32,.26); padding: 20px; }
.share-settings-panel { width: min(860px, 100%); }
.modal-panel h3 { margin: 0; font-size: 24px; line-height: 1.25; font-weight: 900; color: var(--text); }
.modal-panel label strong { display: block; margin: 0 0 8px; color: var(--text); font-size: 16px; font-weight: 900; }
.modal-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; margin-top: 12px; }
.modal-actions button, .modal-panel button:not(.modal-x) { min-height: 42px; border-radius: 6px; font-size: 15px; font-weight: 800; padding: 0 16px; }
.modal-x { width: 36px; height: 36px; border: 0 !important; background: transparent !important; color: #526174 !important; font-size: 32px !important; line-height: 1 !important; padding: 0 !important; }
.share-cover-row { display: grid; grid-template-columns: 180px 1fr; gap: 24px; align-items: start; }
.share-cover-preview { width: 180px; height: 180px; border: 1px solid var(--line); border-radius: 8px; background: #f8fafc; display: grid; place-items: center; overflow: hidden; color: var(--muted); font-weight: 800; }
.share-cover-preview img { width: 100%; height: 100%; object-fit: cover; }

.editor-shell { min-height: 100vh; background: #fff; }
.editor-main { min-height: calc(100vh - 56px); background: #fff; }
.album-canvas { position: relative; min-height: calc(100vh - 56px); background: #fff; padding: 32px; outline: 0; }
.album-canvas.dragging { background: #f8fafc; box-shadow: inset 0 0 0 3px rgba(215,0,81,.12); }
.canvas-add { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 86px; height: 86px; border: 0; border-radius: 999px; background: transparent; color: var(--muted); font-size: 70px; font-weight: 200; line-height: 1; display: grid; place-items: center; }
.canvas-add:hover { color: var(--accent); background: rgba(215,0,81,.06); }
.upload-hint { position: absolute; left: 50%; top: calc(50% + 68px); transform: translateX(-50%); color: #9aa5b4; font-size: 14px; font-weight: 700; pointer-events: none; }
.progress { height: 6px; background: #eef2f6; border-radius: 999px; overflow: hidden; min-width: 140px; }
.progress span { display: block; height: 100%; width: 0; background: var(--accent); }
.canvas-progress { position: fixed; left: 28px; right: 28px; bottom: 18px; }
.canvas-masonry { column-width: 260px; column-gap: 12px; }
.canvas-masonry .photo-card { margin: 0 0 12px; }
.photo-card { break-inside: avoid; position: relative; }
.photo-card img { display: block; width: 100%; height: auto; background: #eef2f6; }
.photo-actions { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 8px 10px; }
.photo-actions span { font-size: 12px; color: var(--muted); font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.selectable-photo { cursor: pointer; transition: box-shadow .16s ease, border-color .16s ease; }
.selectable-photo:hover { border-color: #b7c2d0; box-shadow: 0 8px 24px rgba(20,24,32,.10); }
.selectable-photo.is-selected { border-color: #111827; box-shadow: 0 0 0 3px rgba(17,24,39,.14), 0 8px 24px rgba(20,24,32,.12); }
.photo-select { position: absolute; top: 10px; right: 10px; z-index: 2; width: 28px; height: 28px; border: 2px solid rgba(255,255,255,.95); border-radius: 999px; background: rgba(15,23,42,.38); color: #fff; display: grid; place-items: center; padding: 0; font-size: 17px; font-weight: 800; line-height: 1; box-shadow: 0 4px 14px rgba(0,0,0,.22); }
.photo-select:hover, .selectable-photo.is-selected .photo-select { background: #111827; }
.selection-bar { position: fixed; left: 50%; bottom: 24px; z-index: 40; transform: translate(-50%,18px); display: flex; align-items: center; gap: 12px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 18px 50px rgba(20,24,32,.20); opacity: 0; pointer-events: none; transition: opacity .16s ease, transform .16s ease; }
.selection-bar.show { opacity: 1; pointer-events: auto; transform: translate(-50%,0); }
.selection-bar strong { font-size: 14px; color: var(--text); white-space: nowrap; }
.selection-bar button { min-height: 34px; font-size: 14px; padding: 7px 12px; }

.public-head { max-width: 1500px; margin: 0 auto; padding: 34px 28px 8px; }
.public-title { margin: 0 0 8px; color: var(--text); font-size: clamp(26px,4vw,42px); line-height: 1.12; font-weight: 900; }
.masonry { max-width: 1500px; margin: 0 auto; padding: 10px 28px 34px; column-width: 260px; column-gap: 12px; }
.masonry figure { break-inside: avoid; display: block; margin: 0 0 12px; cursor: zoom-in; }
.masonry img { width: 100%; height: auto; display: block; background: #eef2f6; }
.lightbox { position: fixed; inset: 0; z-index: 80; display: none; align-items: center; justify-content: center; background: rgba(0,0,0,.88); padding: 18px; }
.lightbox.show { display: flex; }
.photo-viewer { z-index: 90; background: #000; color: #fff; padding: 0; }
.viewer-stage { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: 72px 0 170px; pointer-events: none; }
.viewer-stage img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; display: block; pointer-events: auto; }
.viewer-close { position: absolute; top: 28px; right: 30px; z-index: 94; width: 54px; height: 54px; border: 0; border-radius: 999px; background: rgba(0,0,0,.28); color: #fff; font-size: 50px; font-weight: 200; line-height: 1; padding: 0; display: grid; place-items: center; }
.viewer-close:hover { background: rgba(255,255,255,.12); }
.viewer-side { position: absolute; right: 30px; bottom: 182px; z-index: 94; display: grid; gap: 26px; }
.viewer-side button { border: 0; background: transparent; color: #fff; display: grid; justify-items: center; gap: 7px; padding: 0; min-width: 58px; }
.viewer-side span { width: 48px; height: 48px; border-radius: 999px; display: grid; place-items: center; font-size: 38px; line-height: 1; color: #fff; }
.viewer-side em { font-style: normal; font-size: 17px; font-weight: 600; line-height: 1.2; }
.viewer-info { position: absolute; left: 30px; right: 30px; bottom: 30px; z-index: 94; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 20px; }
.viewer-file { min-width: 0; color: #fff; font-size: 26px; line-height: 1.2; font-weight: 400; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.viewer-actions { display: flex; align-items: center; gap: 18px; }
.viewer-actions a, .viewer-actions button { height: 48px; border: 0; border-radius: 6px; background: rgba(255,255,255,.42); color: #fff; padding: 0 18px; font-size: 17px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }
.viewer-actions a:hover, .viewer-actions button:hover { background: rgba(255,255,255,.58); }
.download-original { position: absolute; right: 14px; bottom: 14px; z-index: 82; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.26); border-radius: 6px; background: rgba(15,23,42,.72); color: #fff; text-decoration: none; padding: 9px 12px; font-size: 14px; font-weight: 700; }
.download-original svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.toast { position: fixed; left: 50%; bottom: 18px; transform: translateX(-50%); z-index: 100; display: none; border-radius: 6px; background: var(--dark); color: #fff; padding: 10px 12px; font-size: 14px; font-weight: 700; }
.toast.show { display: block; }

@media (max-width: 900px) {
  .topbar, .topbar-inner, .editor-topbar { height: 56px; }
  .topbar, .editor-topbar { padding: 0 14px; }
  .brand, .editor-brand { font-size: 24px; }
  .topnav, .editor-tools { gap: 2px; }
  .topnav button, .editor-tools button { font-size: 13px; padding: 8px 9px; }
  .sync-state { display: none; }
  .page { padding: 32px 14px 48px; }
  .page-title { align-items: stretch; flex-direction: column; gap: 16px; margin-bottom: 24px; }
  .page-title h1 { font-size: 34px; }
  .page-title p { font-size: 17px; }
  .page-title .btn { justify-content: center; height: 50px; font-size: 17px; }
  .project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .new-card { min-height: 260px; }
  .project-placeholder { font-size: 72px; }
  .card-body { padding: 13px; }
  .project-title { font-size: 18px; }
  .project-metrics { font-size: 14px; margin-top: 11px; }
  .project-card-bottom { margin-top: 16px; }
  .card-actions.icon-actions { gap: 9px; }
  .icon-action { width: 26px; height: 26px; }
  .icon-action svg { width: 19px; height: 19px; }
  .project-card-date { font-size: 13px; }
  .share-cover-row { grid-template-columns: 1fr; }
  .share-cover-preview { width: 150px; height: 150px; }
  .album-canvas { padding: 14px; }
  .canvas-masonry { column-width: 155px; column-gap: 8px; }
  .masonry { padding: 10px 12px 30px; column-width: 155px; column-gap: 8px; }
  .public-head { padding: 26px 12px 8px; }
  .viewer-stage { padding: 70px 0 210px; }
  .viewer-close { top: 24px; right: 22px; width: 48px; height: 48px; font-size: 46px; }
  .viewer-side { right: 20px; bottom: 178px; gap: 24px; }
  .viewer-side span { width: 44px; height: 44px; font-size: 34px; }
  .viewer-side em { font-size: 16px; }
  .viewer-info { left: 18px; right: 18px; bottom: 24px; grid-template-columns: 1fr; gap: 18px; }
  .viewer-file { font-size: 24px; }
  .viewer-actions { justify-content: space-between; }
  .viewer-actions a, .viewer-actions button { height: 46px; font-size: 16px; padding: 0 15px; }
}
@media (max-width: 520px) {
  .project-grid { grid-template-columns: 1fr; }
  .new-card { min-height: 280px; }
  .page-title h1 { font-size: 31px; }
  .page-title p { font-size: 16px; }
  .brand, .editor-brand { font-size: 22px; }
}

/* Homepage scale correction: match SIME compact dashboard proportions. */
.page{max-width:1220px!important;padding:32px!important}.page-title{margin-bottom:24px!important;align-items:center!important}.page-title h1{font-size:32px!important;margin-bottom:8px!important}.page-title p{font-size:18px!important;font-weight:800!important}.page-title .btn.primary{height:48px!important;border-radius:6px!important;padding:0 18px!important;font-size:17px!important}.project-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))!important;gap:22px!important}.new-card{min-height:340px!important}.new-card span{font-size:46px!important}.project-card .card-body,.card-body{padding:16px!important}.project-title{font-size:18px!important;line-height:1.35!important}.project-metrics{font-size:14px!important;gap:14px!important;margin-top:10px!important}.project-metrics svg{width:15px!important;height:15px!important}.project-card-bottom{margin-top:14px!important}.card-actions.icon-actions{gap:6px!important}.icon-action{width:28px!important;height:28px!important}.icon-action svg{width:18px!important;height:18px!important}.project-card-date{font-size:13px!important}.project-placeholder{font-size:86px!important}.qr-box img{width:150px!important;height:150px!important}.qr-empty{min-width:150px!important;min-height:150px!important}@media(max-width:900px){.page{padding:24px 14px 44px!important}.page-title h1{font-size:30px!important}.page-title p{font-size:16px!important}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.new-card{min-height:230px!important}.project-title{font-size:17px!important}.project-metrics{font-size:13px!important}.card-actions.icon-actions{gap:5px!important}.project-placeholder{font-size:68px!important}}@media(max-width:520px){.project-grid{grid-template-columns:1fr!important}.new-card{min-height:260px!important}}

/* Homepage match SIME: wide dashboard grid and equal-height create card. */
.page{max-width:1660px!important;padding:54px 58px 72px!important}.page-title{margin-bottom:34px!important}.page-title h1{font-size:38px!important}.page-title p{font-size:20px!important}.project-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))!important;gap:34px!important;align-items:stretch!important}.new-card{height:auto!important;min-height:100%!important;align-self:stretch!important}.new-card span{font-size:56px!important}.project-card{height:100%!important}.project-card .card-body{min-height:126px!important;display:flex!important;flex-direction:column!important}.project-card-bottom{margin-top:auto!important}.project-title{font-size:22px!important}.project-metrics{font-size:16px!important;margin-top:14px!important}.project-card-date{font-size:15px!important}.icon-action svg{width:21px!important;height:21px!important}@media(min-width:1500px){.project-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media(max-width:1200px){.page{max-width:1220px!important;padding:32px!important}.project-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))!important;gap:22px!important}.page-title h1{font-size:32px!important}.page-title p{font-size:18px!important}.project-title{font-size:18px!important}.project-metrics{font-size:14px!important}.project-card-date{font-size:13px!important}.icon-action svg{width:18px!important;height:18px!important}.new-card span{font-size:46px!important}.project-card .card-body{min-height:124px!important}}@media(max-width:900px){.page{padding:24px 14px 44px!important}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.project-card .card-body{min-height:118px!important}.new-card{min-height:260px!important}.project-title{font-size:17px!important}.project-metrics{font-size:13px!important;margin-top:11px!important}.new-card span{font-size:46px!important}}@media(max-width:520px){.project-grid{grid-template-columns:1fr!important}.new-card{min-height:280px!important}}

/* Homepage compact SIME proportions with equal-height create card. */
.page{max-width:1220px!important;padding:32px!important}.page-title{margin-bottom:24px!important;align-items:center!important}.page-title h1{font-size:32px!important;margin-bottom:8px!important}.page-title p{font-size:18px!important}.page-title .btn.primary{height:48px!important;border-radius:6px!important;padding:0 18px!important;font-size:17px!important}.project-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))!important;gap:22px!important;align-items:stretch!important}.project-card{height:100%!important}.project-card .cover{aspect-ratio:1/1!important}.project-card .card-body{min-height:124px!important;padding:16px!important;display:flex!important;flex-direction:column!important}.project-card-bottom{margin-top:auto!important}.new-card{height:100%!important;min-height:340px!important;align-self:stretch!important}.new-card span{font-size:46px!important}.project-title{font-size:18px!important}.project-metrics{font-size:14px!important;margin-top:10px!important;gap:14px!important}.project-metrics svg{width:15px!important;height:15px!important}.project-card-date{font-size:13px!important}.icon-action svg{width:18px!important;height:18px!important}.card-actions.icon-actions{gap:6px!important}.project-placeholder{font-size:86px!important}@media(min-width:1500px){.project-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))!important}}@media(max-width:900px){.page{padding:24px 14px 44px!important}.page-title h1{font-size:30px!important}.page-title p{font-size:16px!important}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.new-card{min-height:260px!important}.project-card .card-body{min-height:118px!important}.project-title{font-size:17px!important}.project-metrics{font-size:13px!important;margin-top:11px!important}.card-actions.icon-actions{gap:5px!important}.project-placeholder{font-size:68px!important}}@media(max-width:520px){.project-grid{grid-template-columns:1fr!important}.new-card{min-height:280px!important}}

/* Album editor compact photo masonry. */
.album-canvas{padding:24px!important}.canvas-masonry{column-width:180px!important;column-gap:10px!important}.canvas-masonry .photo-card{margin:0 0 10px!important;border-radius:8px!important}.photo-actions{padding:7px 8px!important}.photo-actions span{font-size:11px!important}.photo-actions button{min-height:28px!important;padding:4px 8px!important;font-size:12px!important}.photo-select{width:24px!important;height:24px!important;top:8px!important;right:8px!important;font-size:14px!important}@media(max-width:900px){.album-canvas{padding:12px!important}.canvas-masonry{column-width:130px!important;column-gap:8px!important}.canvas-masonry .photo-card{margin-bottom:8px!important}.photo-actions{padding:6px!important}.photo-actions span{font-size:10px!important}.photo-actions button{min-height:26px!important;font-size:11px!important;padding:3px 7px!important}}@media(max-width:520px){.canvas-masonry{column-width:112px!important;column-gap:7px!important}}
