.address-page { max-width: 560px; margin: 0 auto; padding: 32px 20px 80px; color: #111; }
.address-page header { display: flex; align-items: center; gap: 16px; margin-bottom: 32px; }
.address-page header a { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; border-radius: 50%; background: var(--blue); text-decoration: none; }
.address-page header a:hover { background: var(--blue-hover); }
.address-page header a img { width: 24px; height: 24px; object-fit: contain; transform: rotate(180deg); }
.address-page h1 { margin: 0; font-size: 28px; }
.address-page form { display: grid; gap: 20px; }
.address-page label { display: grid; gap: 8px; font-weight: 800; }
.address-page select, .address-page input { width: 100%; min-height: 52px; border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 0 14px; font: inherit; }
.address-page button { min-height: 52px; border: 0; border-radius: 12px; background: var(--blue); color: #fff; font: inherit; font-weight: 800; }
.address-page button:hover { background: var(--blue-hover); }
.address-page p { min-height: 20px; margin: 0; color: #b00020; }
.address-choice-list { display: grid; gap: 28px; margin-bottom: 32px; }
.address-choice-section { padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.address-choice-row { display: flex; min-height: 64px; align-items: center; justify-content: space-between; gap: 12px; }
.address-page .address-choice-list button { min-height: 0; border: 0; border-radius: 0; background: transparent; padding: 10px 0; color: #111; text-align: left; }
.address-page .address-choice-list [data-use-address] { display: flex; min-width: 0; flex: 1; align-items: center; gap: 10px; }
.address-choice-list i { width: 9px; height: 9px; flex: 0 0 9px; border-radius: 50%; background: #b8bec8; }
.address-choice-list .is-selected i { background: var(--blue); }
.address-choice-section .address-page form, .address-choice-section form { margin: 8px 0 4px 19px; }
.address-choice-list span { display: flex; min-width: 0; flex: 1; align-items: baseline; gap: 12px; }
.address-choice-list strong { flex: 0 0 auto; color: #8a93a3; }
.address-choice-list small { overflow: hidden; min-width: 0; color: #111; text-overflow: ellipsis; white-space: nowrap; }
.address-page .address-choice-list [data-edit-address] { color: var(--blue); }
.address-page .address-choice-list [data-edit-address]:hover { color: var(--blue-hover); }
.address-page .address-confirm-fab { position: fixed; right: max(34px, env(safe-area-inset-right)); bottom: max(34px, env(safe-area-inset-bottom)); z-index: 20; display: grid; width: 68px; min-width: 68px; height: 68px; min-height: 68px; place-items: center; border: 0; border-radius: 50%; background: var(--blue); padding: 0; box-shadow: 0 12px 30px rgba(38, 115, 240, .35); }
.address-page .address-confirm-fab:hover { background: var(--blue-hover); }
.address-page .address-confirm-fab:active { transform: scale(.97); }
.address-page .address-confirm-fab:disabled { background: #9aa3af; box-shadow: none; cursor: default; filter: grayscale(1); }
.address-page .address-confirm-fab img { width: 32px; height: 32px; object-fit: contain; }
@media (max-width: 600px) { .address-page .address-confirm-fab { right: max(20px, env(safe-area-inset-right)); bottom: max(20px, env(safe-area-inset-bottom)); } }
