/* =====================================================
   MEMORYS AFTERLIFE 2.0.4 — MEMORY EXPERIENCE UI
===================================================== */
.mav-memory-experience{margin:0 0 24px;padding:24px;border:1px solid #e5e7eb;border-radius:20px;background:linear-gradient(135deg,#fff,#f8fbff);box-shadow:0 10px 30px rgba(15,23,42,.06)}
.mav-memory-experience-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-end}.mav-memory-kicker{display:block;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#5367d8;margin-bottom:5px}.mav-memory-experience h2{margin:0;font-size:30px}.mav-memory-experience-head p{margin:7px 0 0;color:#64748b;max-width:680px}.mav-memory-tabs{display:flex;gap:8px;margin-top:20px;padding:5px;background:#eef2f7;border-radius:14px;width:max-content;max-width:100%;overflow:auto}.mav-memory-tab{border:0!important;background:transparent!important;color:#475569!important;padding:10px 17px!important;border-radius:10px!important;font-weight:700!important;white-space:nowrap;cursor:pointer}.mav-memory-tab.active{background:#fff!important;color:#111827!important;box-shadow:0 2px 8px rgba(15,23,42,.08)!important}.mav-memory-panel{margin-top:24px}.mav-memory-panel[hidden]{display:none!important}.mav-memory-panel-heading{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-bottom:18px}.mav-memory-panel-heading h3{margin:0 0 4px}.mav-memory-panel-heading p{margin:0;color:#64748b}.mav-memory-refresh{border:1px solid #dbe2ea;background:#fff;border-radius:9px;padding:8px 12px;cursor:pointer}.mav-memory-month{margin-bottom:28px}.mav-memory-month-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;border-bottom:1px solid #e5e7eb;padding-bottom:9px}.mav-memory-month-title h4{margin:0;font-size:20px}.mav-memory-month-title span{font-size:12px;color:#64748b}.mav-memory-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.mav-memory-card{border:1px solid #e5e7eb;border-radius:14px;background:#fff;overflow:hidden;box-shadow:0 4px 14px rgba(15,23,42,.05)}.mav-memory-card-open{display:block;width:100%;padding:0!important;border:0!important;background:#fff!important;color:inherit!important;text-align:left!important;cursor:pointer}.mav-memory-card-media{height:145px;background:#eef2f7;position:relative;overflow:hidden}.mav-memory-card-media img{width:100%;height:100%;object-fit:cover;display:block}.mav-memory-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:28px;color:#64748b}.mav-memory-placeholder span{font-size:12px;margin-top:5px}.mav-memory-badge{position:absolute;left:8px;bottom:8px;background:rgba(15,23,42,.82);color:#fff;padding:5px 8px;border-radius:999px;font-size:11px;font-weight:700}.mav-memory-card-body{padding:12px;display:flex;flex-direction:column;gap:4px}.mav-memory-card-body strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mav-memory-card-body span,.mav-memory-card-body small{font-size:12px;color:#64748b}.mav-memory-card-body em{font-size:11px;color:#5367d8;font-style:normal;font-weight:700;margin-top:3px}.mav-memory-loading,.mav-memory-empty,.mav-memory-error{padding:28px;border:1px dashed #cbd5e1;border-radius:14px;text-align:center;color:#64748b;background:#fff}.mav-memory-empty strong{color:#1e293b}.mav-memory-empty p{margin:7px 0 0}.mav-memory-error{color:#b42318}.mav-memory-today-intro{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.mav-memory-today-intro strong{font-size:22px}.mav-memory-today-intro span{color:#64748b}.mav-memory-modal[hidden]{display:none!important}.mav-memory-modal{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:20px}.mav-memory-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.72)}.mav-memory-modal-card{position:relative;width:min(680px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:20px;padding:26px;box-shadow:0 30px 80px rgba(0,0,0,.3)}.mav-memory-modal-close{position:absolute;right:14px;top:12px;border:0;background:#eef2f7;width:36px;height:36px;border-radius:50%;font-size:24px;cursor:pointer}.mav-memory-modal-card h3{margin:0}.mav-memory-modal-file{margin:4px 0 20px;color:#64748b;font-size:13px}.mav-memory-modal-card label{display:block;font-weight:700;font-size:13px;margin-bottom:15px}.mav-memory-modal-card input,.mav-memory-modal-card textarea{box-sizing:border-box;width:100%;margin-top:6px;border:1px solid #cbd5e1;border-radius:10px;padding:11px 12px;font:inherit;background:#fff}.mav-memory-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.mav-memory-form-actions{display:flex;justify-content:flex-end;align-items:center;gap:14px}.mav-memory-save{border:0;background:#5367d8;color:#fff;border-radius:10px;padding:11px 17px;font-weight:800;cursor:pointer}.mav-memory-modal-open{overflow:hidden}
@media(max-width:900px){.mav-memory-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:650px){.mav-memory-experience{padding:17px;border-radius:16px}.mav-memory-experience h2{font-size:25px}.mav-memory-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mav-memory-card-media{height:120px}.mav-memory-panel-heading,.mav-memory-today-intro{align-items:flex-start;flex-direction:column}.mav-memory-form-row{grid-template-columns:1fr}.mav-memory-modal{padding:10px}.mav-memory-modal-card{padding:22px 17px}.mav-memory-tabs{width:100%}.mav-memory-tab{flex:1}}
