/* ScoutConnect V4.7 — targeted additions only */
/* Header avatar: hard square dimensions -> perfect circle */
#avatar.v43-header-avatar{width:56px!important;height:56px!important;min-width:56px!important;max-width:56px!important;min-height:56px!important;max-height:56px!important;padding:0!important;border-radius:50%!important;overflow:hidden!important;aspect-ratio:1/1!important;display:grid!important;place-items:center!important}
#avatar.v43-header-avatar img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;border-radius:50%!important;display:block!important}
@media(max-width:700px){#avatar.v43-header-avatar{width:52px!important;height:52px!important;min-width:52px!important;max-width:52px!important;min-height:52px!important;max-height:52px!important}}

/* Calendar page only: wider and ~1/3 less tall. Home weekly calendar untouched. */
#calendar #calendarVisual{width:100%!important;max-width:none!important;margin:0!important}
#calendar #calendarVisual .calendar-shell{width:100%!important;max-width:none!important;padding:12px 16px!important}
#calendar #calendarVisual .cal-days{gap:3px 8px!important}
#calendar #calendarVisual .cal-day{aspect-ratio:auto!important;height:38px!important;min-height:38px!important;border-radius:12px!important}
#calendar #calendarVisual .cal-week{margin-bottom:3px!important}
#calendar #calendarVisual .v42-markers{bottom:1px!important}
@media(max-width:700px){#calendar #calendarVisual .calendar-shell{padding:10px 8px!important}#calendar #calendarVisual .cal-day{height:34px!important;min-height:34px!important;font-size:12px!important}}

/* Documents */
.v47-doc-upload{display:grid;gap:10px}.v47-doc-file{border:1px dashed #b8c9bf;border-radius:14px;padding:13px;background:#fafcfa}
.v47-doc-meta{display:flex;gap:7px;flex-wrap:wrap;margin-top:6px}.v47-doc-meta span{font-size:11px;padding:5px 8px;border-radius:999px;background:#eef4ef}

/* Souvenirs */
.v47-memory-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:16px}.v47-memory-head h1{margin:2px 0 5px;font-size:36px}
.v47-album-strip{display:flex;gap:10px;overflow-x:auto;padding:4px 0 14px;scroll-snap-type:x proximity}.v47-album-pill{scroll-snap-align:start;min-width:150px;border:1px solid var(--line);background:#fff;border-radius:16px;padding:11px;text-align:left}.v47-album-pill.active{border-color:#8bb8a0;background:#edf6ef}.v47-album-pill b{display:block}.v47-album-pill small{color:var(--muted)}
.v47-memory-feed{display:grid;grid-template-columns:minmax(0,620px);justify-content:center;gap:18px}.v47-memory-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 7px 24px rgba(25,61,47,.05)}
.v47-memory-card-head{display:flex;align-items:center;gap:10px;padding:12px 14px}.v47-memory-card-head .main{flex:1;min-width:0}.v47-memory-card-head .main b{display:block}.v47-memory-card-head .main small{color:var(--muted)}
.v47-memory-photo{width:100%;max-height:680px;object-fit:cover;display:block;background:#eef2ef}.v47-memory-caption{padding:12px 14px 15px}.v47-memory-caption p{margin:0 0 6px;white-space:pre-wrap}.v47-memory-empty{text-align:center;padding:44px 20px;background:#fff;border:1px solid var(--line);border-radius:18px;color:var(--muted)}
.v47-memory-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:2px;background:#eee}.v47-memory-gallery.one{grid-template-columns:1fr}.v47-memory-gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}.v47-memory-gallery.one img{aspect-ratio:auto;max-height:680px}
@media(max-width:700px){.v47-memory-head{align-items:flex-start;flex-direction:column}.v47-memory-head .v45-action-line{width:100%}.v47-memory-head .btn{flex:1}.v47-memory-feed{grid-template-columns:1fr}.v47-memory-card{border-radius:15px;margin:0 -2px}.v47-memory-head h1{font-size:30px}}
