.efm-overlay{background:rgba(30,20,8,.42);backdrop-filter:saturate(140%) blur(6px);animation:efm-overlay-fade .18s ease-out forwards;overflow-y:auto}@keyframes efm-overlay-fade{0%{opacity:0}to{opacity:1}}.efm-panel{background:var(--surface,#fdfbf5);border:.5px solid var(--hair-strong,rgba(30,20,8,.12));border-radius:14px;box-shadow:0 24px 80px rgba(30,20,8,.3),0 4px 12px rgba(30,20,8,.1);animation:efm-panel-rise .22s cubic-bezier(.2,.7,.3,1) forwards}@keyframes efm-panel-rise{0%{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:none}}.efm-head{padding:18px 22px 14px;border-bottom:.5px solid var(--hair,rgba(30,20,8,.07));background:linear-gradient(180deg,var(--surface,#fdfbf5) 0,var(--surface-sub,#f7f1e1) 100%);position:relative}.efm-head:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0,var(--gold,#f0bd3d) 30%,var(--gold,#f0bd3d) 70%,transparent 100%);opacity:.18}.efm-head-row{display:flex;align-items:center;gap:10px}.efm-title{font-family:var(--display,"Fraunces",Georgia,serif);font-style:italic;font-weight:500;font-size:22px;letter-spacing:-.015em;color:var(--ink,#1a1410);flex:1;line-height:1}.efm-sub{font-size:12px;color:var(--ink-subtle,#75684e);letter-spacing:-.003em;margin-top:6px;line-height:1.45}.efm-close{width:30px;height:30px;border-radius:7px;border:.5px solid transparent;background:transparent;color:var(--ink-faint,#aea286);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .1s}.efm-close svg{width:14px;height:14px;stroke-width:1.85;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}.efm-close:hover{background:var(--surface-sub,#f7f1e1);color:var(--ink,#1a1410);border-color:var(--hair,rgba(30,20,8,.07))}.efm-body{padding:18px 22px 16px;overflow-y:auto;flex:1;max-height:calc(100vh - 48px - 120px)}.efm-foot{padding:14px 22px;border-top:.5px solid var(--hair,rgba(30,20,8,.07));background:var(--surface-sub,#f7f1e1);display:flex;align-items:center;justify-content:space-between;gap:10px}.efm-foot-meta{font-size:11.5px;color:var(--ink-faint,#aea286);letter-spacing:-.003em}.efm-foot-actions{display:flex;gap:6px}@media (max-width:640px){.efm-panel-mobilefit{width:calc(100vw - 24px)!important;max-height:calc(100vh - 24px)!important}}@media (max-width:760px){.efm-panel-grid-collapse{grid-template-columns:1fr!important;max-width:520px!important}}