
/* Address page — frosted-glass visual treatment */
.address-page .page-hero{display:none}
.address-page .page{padding-top:12px}
.address-hero{position:relative;min-height:82px;padding:14px 16px;margin-bottom:10px;border-radius:26px;background:linear-gradient(135deg,rgba(240,247,255,.94),rgba(203,220,236,.78));border:1px solid rgba(255,255,255,.92);box-shadow:0 12px 30px rgba(0,0,0,.18),inset 0 1px 0 #fff;color:#102338;display:flex;align-items:center;gap:13px;overflow:hidden}
.address-hero:after{content:"";position:absolute;inset:-30%;background:radial-gradient(circle at 18% 20%,rgba(80,184,255,.28),transparent 28%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.48),transparent 34%);pointer-events:none}
.address-hero__icon{position:relative;z-index:1;width:50px;height:50px;border-radius:18px;display:grid;place-items:center;background:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.95);box-shadow:0 7px 18px rgba(29,82,126,.14);font-size:27px}
.address-hero h2,.address-hero p{position:relative;z-index:1;margin:0}.address-hero h2{font-size:23px;letter-spacing:-.6px}.address-hero p{font-size:11px;color:#5d7185;margin-top:3px}
.address-glass{background:linear-gradient(145deg,rgba(239,247,255,.88),rgba(191,210,227,.68));border:1px solid rgba(255,255,255,.9);border-radius:25px;box-shadow:0 13px 28px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.95);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);color:#102338}
.address-main{padding:15px 16px;margin-bottom:9px}.address-main__top{display:flex;gap:12px;align-items:flex-start}.address-home-icon{width:48px;height:48px;border-radius:17px;background:rgba(83,190,255,.78);border:1px solid rgba(255,255,255,.92);color:#fff;display:grid;place-items:center;font-size:25px;box-shadow:0 6px 18px rgba(27,119,170,.25);flex:none}.address-text{font-size:15px;line-height:1.42;font-weight:850;color:#102338}.address-source{font-size:9px;color:#657a8f;margin-top:6px}
.address-fields{overflow:hidden}.address-row{min-height:50px;display:grid;grid-template-columns:42% 58%;align-items:center;padding:9px 15px;border-bottom:1px solid rgba(49,96,132,.18)}.address-row:last-child{border-bottom:0}.address-row .label{font-size:11px;color:#40586e;font-weight:750}.address-row .value{text-align:right;font-size:13px;color:#102338;font-weight:850;word-break:break-word}
.code-grid{display:grid;gap:9px;margin-top:9px}.code-card{padding:13px 15px;display:grid;grid-template-columns:1fr 38px;align-items:center}.code-card .label{color:#40586e}.code-card .value{font-size:14px;color:#102338;margin-top:4px}.copy-button{width:36px;height:36px;border-radius:12px;background:rgba(255,255,255,.55);border:1px solid rgba(255,255,255,.9);color:#1b6ca3;font-size:18px}
.nearby{padding:14px 15px;margin-top:9px}.nearby-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.nearby-title{display:flex;align-items:center;gap:9px;font-size:16px;font-weight:900;color:#102338}.nearby-title span{font-size:24px}.nearby-see{font-size:11px;color:#237db5;font-weight:850}.nearby-item{display:grid;grid-template-columns:9px 1fr auto;gap:9px;padding:10px 0;border-bottom:1px solid rgba(49,96,132,.16);align-items:center;color:#203a50}.nearby-item:last-child{border-bottom:0}.nearby-dot{width:7px;height:7px;border-radius:50%;background:#4ec7a0;box-shadow:0 0 7px rgba(78,199,160,.6)}.nearby-distance{font-size:10px;color:#60778b}.info-note{color:#486075;background:rgba(255,255,255,.35);border-color:rgba(255,255,255,.65)}
@media(max-width:370px){.address-hero{min-height:74px;padding:11px 13px}.address-hero__icon{width:44px;height:44px}.address-hero h2{font-size:21px}.address-text{font-size:14px}.address-row{grid-template-columns:40% 60%;padding:8px 12px}}
