:root{--bg:#08090c;--panel:#111319;--panel2:#171a21;--line:rgba(255,255,255,.09);--text:#f4f5f7;--muted:#9399a6;--accent:#ff7424;--accent2:#ff9a45;--ok:#48d597;--danger:#ff5d68;--shadow:0 24px 80px rgba(0,0,0,.42)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text)}body{overflow-x:hidden}.bg-orb{position:fixed;border-radius:999px;filter:blur(80px);opacity:.12;pointer-events:none}.bg-orb-a{width:380px;height:380px;background:#ff6a00;top:-180px;right:-120px}.bg-orb-b{width:320px;height:320px;background:#6f35ff;bottom:-180px;left:-160px}.shell{width:min(760px,100%);margin:0 auto;padding:18px 16px 48px;position:relative}.topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.brand{display:flex;gap:10px;align-items:center}.brand-mark{width:38px;height:38px;border-radius:12px;background:linear-gradient(145deg,var(--accent),#ff4b14);display:grid;place-items:center;font-weight:800;box-shadow:0 8px 30px rgba(255,116,36,.25)}.brand div{display:flex;flex-direction:column}.brand strong{font-size:15px}.brand span:not(.brand-mark){font-size:11px;color:var(--muted);margin-top:2px}.session-pill{display:flex;align-items:center;gap:7px;background:rgba(255,255,255,.045);border:1px solid var(--line);border-radius:999px;padding:8px 10px;font-size:10px;color:var(--muted)}.dot{width:7px;height:7px;border-radius:50%;background:var(--ok);box-shadow:0 0 12px var(--ok)}.hidden{display:none!important}.state-card,.empty-card{border:1px solid var(--line);background:linear-gradient(145deg,rgba(24,26,34,.96),rgba(13,15,20,.94));border-radius:24px;padding:38px 24px;text-align:center;box-shadow:var(--shadow)}.state-card{margin-top:18vh}.state-card h1{font-size:22px;margin:16px 0 8px}.state-card p,.empty-card p{color:var(--muted);font-size:13px;line-height:1.6}.state-icon{font-size:36px}.spinner{width:34px;height:34px;border:3px solid rgba(255,255,255,.1);border-top-color:var(--accent);border-radius:50%;margin:auto;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.hero{display:flex;align-items:flex-end;gap:18px;justify-content:space-between;margin:12px 0 20px}.eyebrow{font-size:10px;font-weight:800;letter-spacing:.13em;color:var(--accent2)}.hero h1{font-size:30px;line-height:1.06;margin:8px 0 10px;letter-spacing:-.04em}.hero p{font-size:13px;line-height:1.65;color:var(--muted);margin:0;max-width:520px}.primary-btn,.secondary-btn{border:0;border-radius:15px;font:inherit;font-weight:700;cursor:pointer}.primary-btn{background:linear-gradient(135deg,var(--accent),#ff5417);color:#fff;padding:14px 18px;box-shadow:0 12px 28px rgba(255,94,24,.22);white-space:nowrap}.primary-btn:disabled{opacity:.35;cursor:not-allowed;box-shadow:none}.secondary-btn{background:#242832;color:#fff;padding:12px 16px}.user-row{display:flex;align-items:center;gap:11px;border:1px solid var(--line);background:rgba(255,255,255,.03);padding:12px;border-radius:17px;margin:18px 0 28px}.avatar{width:39px;height:39px;border-radius:13px;background:#242832;display:grid;place-items:center;font-weight:800;color:var(--accent2)}.user-row div:last-child{display:flex;flex-direction:column}.user-row strong{font-size:13px}.user-row span{font-size:11px;color:var(--muted);margin-top:3px}.section-head{display:flex;align-items:end;justify-content:space-between;margin:0 2px 12px}.section-head h2{font-size:19px;margin:5px 0 0}.count-pill{min-width:30px;height:30px;padding:0 9px;border-radius:10px;background:#1c1f27;display:grid;place-items:center;color:var(--muted);font-size:12px}.address-list{display:grid;gap:11px}.address-card{position:relative;border:1px solid var(--line);background:linear-gradient(145deg,rgba(23,26,34,.98),rgba(14,16,21,.98));border-radius:19px;padding:16px;overflow:hidden}.address-card.default{border-color:rgba(72,213,151,.26)}.address-top{display:flex;justify-content:space-between;gap:12px}.address-label{display:flex;align-items:center;gap:8px;font-weight:800;font-size:14px}.address-label .pin{width:30px;height:30px;background:#242832;border-radius:10px;display:grid;place-items:center}.default-badge,.legacy-badge{font-size:9px;font-weight:800;padding:5px 7px;border-radius:999px}.default-badge{background:rgba(72,213,151,.12);color:#6be4ab}.legacy-badge{background:rgba(255,174,64,.12);color:#ffb75d}.address-summary{color:#c9ccd3;font-size:12px;line-height:1.55;margin:11px 0 12px}.address-meta{display:flex;gap:7px;flex-wrap:wrap}.meta-pill{background:#0e1015;border:1px solid var(--line);border-radius:8px;padding:5px 7px;color:var(--muted);font-size:9px}.card-actions{display:flex;gap:7px;margin-top:13px}.card-actions button{flex:1;border:1px solid var(--line);background:#1b1e26;color:#e8e9ec;border-radius:11px;padding:9px 8px;font-size:10px;font-weight:700;cursor:pointer}.card-actions button.verify{color:#ffbd74}.card-actions button.danger{flex:0 0 42px;color:#ff7f88}.empty-card{padding:28px 18px}.empty-card h3{margin:12px 0 5px}.privacy-note{text-align:center;color:#626875;font-size:9px;line-height:1.6;margin:24px 22px}.editor-overlay{position:fixed;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(7px);z-index:20;display:flex;align-items:flex-end;justify-content:center}.editor-sheet{width:min(760px,100%);max-height:94dvh;overflow:auto;background:#101217;border:1px solid var(--line);border-radius:28px 28px 0 0;padding:10px 16px calc(22px + env(safe-area-inset-bottom));box-shadow:0 -25px 80px rgba(0,0,0,.5)}.sheet-handle{width:42px;height:4px;background:#343842;border-radius:999px;margin:2px auto 13px}.editor-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px}.editor-head h2{font-size:21px;margin:4px 0}.icon-btn{width:38px;height:38px;border-radius:12px;border:1px solid var(--line);background:#1b1e25;color:#fff;font-size:23px;cursor:pointer}.search-row{display:flex;gap:8px;margin-bottom:10px}.search-box{height:46px;flex:1;border:1px solid var(--line);background:#181b22;border-radius:14px;display:flex;align-items:center;gap:9px;padding:0 13px}.search-box input{width:100%;border:0;outline:0;background:transparent;color:#fff;font:inherit;font-size:13px}.search-box input::placeholder{color:#6e7380}.locate-btn{width:46px;border:1px solid rgba(255,116,36,.22);border-radius:14px;background:rgba(255,116,36,.1);color:var(--accent2);font-size:20px;cursor:pointer}.map-wrap{height:300px;position:relative;border-radius:18px;overflow:hidden;border:1px solid var(--line);background:#1b1d24}.map-wrap #map{width:100%;height:100%}.map-center-hint{position:absolute;left:50%;bottom:10px;transform:translateX(-50%);background:rgba(10,11,15,.86);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);padding:7px 10px;border-radius:999px;font-size:8px;color:#d6d8dc;white-space:nowrap;pointer-events:none}.selected-card{display:flex;gap:10px;align-items:flex-start;background:#171a20;border:1px solid var(--line);border-radius:15px;padding:12px;margin:10px 0 13px}.selected-pin{font-size:20px}.selected-card div{display:flex;flex-direction:column;min-width:0}.selected-card small{font-size:9px;color:var(--muted);margin-bottom:4px}.selected-card strong{font-size:11px;line-height:1.45}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:9px;font-weight:700;color:#aeb2bc}.field label em{font-style:normal;color:#5f6571;font-weight:500}.field input,.field textarea{width:100%;border:1px solid var(--line);outline:0;background:#191c23;color:#fff;border-radius:12px;padding:11px 12px;font:inherit;font-size:12px;resize:none}.field input:focus,.field textarea:focus{border-color:rgba(255,116,36,.55);box-shadow:0 0 0 3px rgba(255,116,36,.08)}.chips{display:flex;gap:6px;flex-wrap:wrap}.chips button{border:1px solid var(--line);background:#1b1e25;color:#989eaa;border-radius:999px;padding:7px 11px;font-size:9px;font-weight:700;cursor:pointer}.chips button.active{background:rgba(255,116,36,.12);border-color:rgba(255,116,36,.38);color:#ffad72}.save-btn{width:100%;margin-top:14px}.legacy-note{font-size:10px;line-height:1.55;color:#e7b36f;background:rgba(255,174,64,.08);border:1px solid rgba(255,174,64,.16);padding:10px 11px;border-radius:12px;margin-top:10px}.toast{position:fixed;left:50%;bottom:22px;transform:translateX(-50%);z-index:50;background:#20232b;color:#fff;border:1px solid var(--line);border-radius:13px;padding:11px 14px;box-shadow:var(--shadow);font-size:11px;max-width:calc(100vw - 30px);text-align:center}.toast.error{color:#ff9299;border-color:rgba(255,93,104,.24)}
@media(max-width:620px){.shell{padding:14px 13px 36px}.topbar{margin-bottom:20px}.session-pill{padding:7px 8px}.session-pill span:last-child{max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hero{align-items:stretch;flex-direction:column}.hero h1{font-size:27px}.hero .primary-btn{width:100%}.map-wrap{height:38vh;min-height:250px;max-height:330px}.editor-sheet{padding-left:13px;padding-right:13px}.form-grid{gap:8px}.field input,.field textarea{font-size:16px}.search-box input{font-size:16px}.address-card{padding:14px}}@media(max-width:390px){.brand span:not(.brand-mark){display:none}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.map-wrap{height:245px}}


/* V18.9.4 direct address API + modern Google Places widget */
.search-box gmp-place-autocomplete,
.search-box .place-autocomplete{flex:1;min-width:0;width:100%;color-scheme:dark;--gmp-mat-color-surface:#16171c;--gmp-mat-color-on-surface:#f5f7fb;--gmp-mat-color-primary:#ff6b2c}
#errorView .secondary-btn{margin-top:16px;min-width:150px}
