.amf-store-bar{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:14px;line-height:1.4;background:#0f172a;color:#fff;padding:8px 12px;display:flex;align-items:center;justify-content:center;gap:12px}.amf-store-bar--header{position:sticky;top:0;z-index:9999}.amf-store-bar--footer{position:relative;z-index:9999}.amf-store-bar .amf-store-bar__change{color:#93c5fd;text-decoration:underline;cursor:pointer}.amf-modal{display:none}.amf-modal[aria-hidden="false"]{display:block}.amf-modal__backdrop{position:fixed;inset:0;background:rgb(0 0 0 / .5);z-index:99998}.amf-modal__dialog{position:fixed;inset:50% auto auto 50%;transform:translate(-50%,-50%);background:#fff;color:#0f172a;width:min(90vw, 720px);max-height:85vh;overflow:auto;border-radius:10px;box-shadow:0 10px 40px rgb(0 0 0 / .35);padding:20px;z-index:99999;margin-top:30px}.amf-modal__close{position:absolute;top:8px;right:8px;background:#fff0;border:none;color:#334155;font-size:24px;cursor:pointer}.amf-store-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.amf-store-item{border:1px solid #e2e8f0;border-radius:8px;padding:12px;background:#f8fafc}.amf-store-item__name{font-weight:600;margin-bottom:6px}.amf-store-item__address,.amf-store-item__phone{font-size:13px;color:#334155;margin-bottom:6px}.amf-open-trigger{cursor:pointer}.amf-choose-store.button.button-primary{background:#2563eb;border-color:#1d4ed8}