:root{--app-bg:#f7f7f7;--surface:#fff;--ink:#181818;--muted:#6f6f6f;--soft:#9b9b9b;--line:#e8e8e8;--line-strong:#d7d7d7;--radius:20px;--radius-sm:14px;--shadow-soft:0 12px 35px rgba(0,0,0,.055);--shell-h:64px;--content:1280px}*{box-sizing:border-box}html{background:var(--app-bg);scroll-behavior:smooth}body{margin:0;background:var(--app-bg);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}body.redor-lock{overflow:hidden}.redor-shell-header{height:var(--shell-h);position:sticky;top:0;z-index:90;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.redor-shell-inner{height:100%;width:min(calc(100% - 32px),var(--content));margin:auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.redor-shell-left{justify-self:start}.redor-shell-right{justify-self:end}.redor-brand{font-size:21px;font-weight:760;letter-spacing:-.04em;color:var(--ink);text-decoration:none}.redor-shell-title{font-size:15px;font-weight:650;letter-spacing:-.015em}.redor-back{width:38px;height:38px;border-radius:50%;background:#181818;color:white;display:grid;place-items:center;text-decoration:none;box-shadow:0 4px 12px rgba(0,0,0,.12);transition:transform .16s ease,background .16s ease}.redor-back:hover{transform:translateX(-1px);background:#292929}.redor-back svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9}.redor-avatar-button{width:40px;height:40px;border-radius:50%;border:1px solid var(--line-strong);background:#181818;color:#fff;padding:2px;display:grid;place-items:center;position:relative;cursor:pointer}.redor-avatar-button img{width:100%;height:100%;object-fit:cover;border-radius:50%}.redor-avatar-button span{font-weight:750}.redor-avatar-button i{position:absolute;right:-5px;top:-4px;min-width:18px;height:18px;border-radius:9px;background:#181818;color:#fff;border:2px solid #fff;font-size:9px;font-style:normal;display:grid;place-items:center}.redor-login-pill{min-height:40px;padding:0 17px;border:1px solid var(--line-strong);border-radius:999px;display:inline-flex;align-items:center;text-decoration:none;color:var(--ink);font-size:13px;font-weight:650;background:#fff}.redor-drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.28);backdrop-filter:blur(2px);z-index:119}.redor-drawer{position:fixed;z-index:120;right:0;top:0;width:min(390px,92vw);height:100dvh;background:#fff;transform:translateX(104%);transition:transform .24s cubic-bezier(.2,.78,.2,1);box-shadow:-25px 0 70px rgba(0,0,0,.13);display:flex;flex-direction:column}.redor-drawer.open{transform:translateX(0)}.redor-drawer-head{padding:24px 20px 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.redor-drawer-person{display:flex;align-items:center;gap:13px;min-width:0}.redor-drawer-person strong{display:block;font-size:15px;font-weight:700}.redor-drawer-person span{display:block;color:var(--muted);font-size:12px;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:230px}.redor-drawer-avatar{width:48px;height:48px;border-radius:50%;background:#181818;color:white;display:grid;place-items:center;overflow:hidden;font-weight:750}.redor-drawer-avatar img{width:100%;height:100%;object-fit:cover}.redor-drawer-close{width:40px;height:40px;border:0;border-radius:50%;background:#f3f3f3;font-size:25px;color:#222;cursor:pointer}.redor-drawer-nav{padding:18px 14px;display:grid;gap:2px;overflow:auto}.redor-drawer-nav>a{min-height:48px;padding:0 12px;border-radius:12px;text-decoration:none;color:#202020;display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:620}.redor-drawer-nav>a:hover{background:#f6f6f6}.redor-drawer-nav .redor-drawer-primary{background:#181818;color:#fff;margin-bottom:7px}.redor-drawer-nav .redor-drawer-primary:hover{background:#292929}.redor-drawer-nav .redor-drawer-primary b{font-size:20px;font-weight:400}.redor-drawer-nav em{font-style:normal;font-size:10px;background:#181818;color:#fff;border-radius:999px;padding:3px 7px}.redor-drawer-nav hr{border:0;border-top:1px solid var(--line);width:100%;margin:10px 0}.redor-drawer-nav .danger{color:#c42b1c}.page-shell{width:min(calc(100% - 40px),1180px)!important;margin:0 auto!important;padding:34px 0 96px!important}.page-shell.narrow{width:min(calc(100% - 40px),880px)!important}.surface{box-shadow:none!important;border-color:var(--line)!important}.page-heading h2{font-weight:680!important;letter-spacing:-.035em!important}.button{font-weight:620!important}.button-primary{background:#181818!important}.account-menu{display:none!important}.app-topbar{display:none!important}.profile-hero{border-radius:24px!important}.profile-cover{height:280px!important}.profile-main{padding:0 28px 30px!important}.profile-avatar{width:112px!important;height:112px!important;margin-top:-56px!important}.profile-title h2{font-weight:680!important}.profile-actions{display:none!important}.section-card{padding:26px!important}.field label,.field-label{font-weight:620!important}.listing-row{border-radius:18px!important}.catalog-card{box-shadow:none!important}.catalog-card:hover{box-shadow:var(--shadow-soft)!important}.app-enter{animation:appEnter .26s cubic-bezier(.22,.72,.22,1) both}.app-enter.app-enter-back{animation-name:appEnterBack}@keyframes appEnter{from{opacity:.7;transform:translateX(18px)}to{opacity:1;transform:none}}@keyframes appEnterBack{from{opacity:.7;transform:translateX(-18px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.app-enter,.app-enter.app-enter-back{animation:none!important}.redor-drawer{transition:none!important}}@media(max-width:700px){:root{--shell-h:58px}.redor-shell-inner{width:calc(100% - 24px)}.redor-brand{font-size:19px}.redor-shell-title{font-size:14px}.page-shell,.page-shell.narrow{width:100%!important;padding:20px 14px 80px!important}.profile-cover{height:190px!important}.profile-main{padding:0 18px 22px!important}.section-card{padding:18px!important}.redor-drawer{width:min(360px,94vw)}}
/* profile media editor */.profile-media-editor{position:relative}.profile-cover-edit{height:300px;border-radius:24px;overflow:hidden;background:#ededed;position:relative}.profile-cover-edit img{width:100%;height:100%;object-fit:cover}.profile-avatar-edit{width:116px;height:116px;border-radius:50%;overflow:hidden;border:5px solid #fff;background:#eee;position:absolute;left:28px;bottom:-58px;display:grid;place-items:center}.profile-avatar-edit img{width:100%;height:100%;object-fit:cover}.media-edit-button{position:absolute;width:38px;height:38px;border:0;border-radius:50%;background:rgba(24,24,24,.9);color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 5px 14px rgba(0,0,0,.15)}.profile-cover-edit .media-edit-button{right:18px;bottom:18px}.profile-avatar-edit .media-edit-button{right:2px;bottom:2px;width:34px;height:34px}.profile-media-copy{padding:74px 28px 26px}.crop-modal{position:fixed;inset:0;z-index:180;background:rgba(0,0,0,.58);display:none;align-items:center;justify-content:center;padding:20px}.crop-modal.open{display:flex}.crop-card{width:min(720px,96vw);background:#fff;border-radius:22px;padding:18px;box-shadow:0 30px 90px rgba(0,0,0,.24)}.crop-card header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.crop-card header h3{margin:0;font-size:18px;font-weight:680}.crop-stage{height:min(58vh,480px);background:#111;border-radius:16px;overflow:hidden;display:grid;place-items:center;position:relative;touch-action:none}.crop-stage canvas{max-width:100%;max-height:100%}.crop-controls{display:flex;align-items:center;gap:12px;margin-top:14px}.crop-controls input[type=range]{flex:1}.crop-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}
.account-setting-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 0;border-top:1px solid var(--line)}.account-setting-row:first-of-type{border-top:0;padding-top:0}.account-setting-row:last-child{padding-bottom:0}.account-setting-row strong{display:block;font-size:14px;font-weight:650}.account-setting-row span{display:block;color:var(--muted);font-size:12px;margin-top:4px;line-height:1.45}.account-setting-row .button{min-height:40px;padding:0 14px}
/* cohesive user surfaces */
.favorite-list{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:14px!important}.favorite-card{border-radius:18px!important;box-shadow:none!important;transition:transform .16s ease,border-color .16s ease}.favorite-card:hover{transform:translateY(-1px);border-color:#d1d1d1!important}.favorite-image{border-radius:14px!important}.listing-list{gap:14px!important}.listing-row{padding:16px!important;grid-template-columns:128px minmax(0,1fr)!important}.listing-thumb{width:128px!important;border-radius:15px!important}.metrics-table{border-collapse:collapse;width:100%}.metrics-table th,.metrics-table td{padding:14px 16px;border-bottom:1px solid var(--line);text-align:left;font-size:13px}.metrics-table th{font-size:11px;color:var(--muted);font-weight:650;text-transform:uppercase;letter-spacing:.04em}.metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.metric-card{padding:18px!important}.metric-card span{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.metric-card strong{display:block;font-size:26px;font-weight:650;margin-top:8px}.public-listing-layout{grid-template-columns:minmax(0,1.45fr) minmax(310px,.55fr)!important;gap:26px!important}.gallery-main{border-radius:22px!important}.detail-card{border-radius:22px!important;padding:24px!important;position:sticky;top:calc(var(--shell-h) + 18px);align-self:start}.detail-card h1{font-weight:680!important}.seller-card{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0!important;margin:18px 0!important}.catalog-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))!important;gap:18px!important}.catalog-card{border:0!important;background:transparent!important;border-radius:0!important}.catalog-image{border-radius:18px!important;overflow:hidden}.catalog-body{padding:10px 2px!important}.wizard-frame,.section-card{border-radius:22px!important}.category-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))!important}.category-choice{border-radius:16px!important;min-height:84px!important;font-weight:640!important}.media-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.action-sheet-card{border-radius:24px!important}.notice{border-radius:16px!important}.field input,.field select,.field textarea,input,select,textarea{font-weight:430}.page-heading p,.field-note{font-weight:400}.detail-description{font-weight:400;line-height:1.7}.state-banner{border-radius:16px!important}
@media(max-width:760px){.favorite-list{grid-template-columns:1fr}.listing-row{grid-template-columns:92px minmax(0,1fr)!important}.listing-thumb{width:92px!important}.public-listing-layout{grid-template-columns:1fr!important}.detail-card{position:static}.media-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.gallery-main{border-radius:16px!important}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px 10px!important}}
.period-chips{display:flex;gap:6px;padding:4px;border:1px solid var(--line);border-radius:999px;background:#fff}.period-chips a{height:34px;padding:0 13px;border-radius:999px;display:flex;align-items:center;text-decoration:none;color:var(--muted);font-size:12px;font-weight:620}.period-chips a.active{background:#181818;color:#fff}@media(max-width:620px){.page-heading{align-items:flex-start!important;flex-direction:column}.period-chips{width:100%}.period-chips a{flex:1;justify-content:center}}

/* =========================================================
   STAGE 9.3 — FRONT RECOVERY / CANONICAL USER UI
   ========================================================= */
:root{
  --app-bg:#f7f7f7;
  --surface:#fff;
  --ink:#171717;
  --muted:#717171;
  --soft:#9a9a9a;
  --line:#e7e7e7;
  --line-strong:#d7d7d7;
  --shell-h:68px;
  --content:1320px;
  --radius-sm:12px;
  --radius-md:18px;
  --radius-lg:24px;
  --shadow-float:0 18px 48px rgba(0,0,0,.10);
}
html{background:var(--app-bg)}
body{background:var(--app-bg)!important;color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.redor-lock{overflow:hidden!important}
.redor-shell-header{position:sticky;top:0;z-index:80;height:var(--shell-h);background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);backdrop-filter:saturate(180%) blur(16px)}
.redor-shell-inner{height:100%;width:min(calc(100% - 48px),var(--content));margin:auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px}
.redor-shell-left{justify-self:start;display:flex;align-items:center}.redor-shell-right{justify-self:end;display:flex;align-items:center}.redor-shell-title{font-size:14px;font-weight:650;letter-spacing:-.01em;color:#242424}
.redor-brand{display:inline-flex;align-items:center;height:38px;text-decoration:none;color:var(--ink)}.redor-brand img{display:block;max-width:118px;max-height:34px;width:auto;height:auto;object-fit:contain}.redor-brand span{font-size:21px;font-weight:720;letter-spacing:-.04em}
.redor-back{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#171717;color:#fff;border:1px solid #171717;box-shadow:0 3px 10px rgba(0,0,0,.08);transition:transform .16s ease,background .16s ease}.redor-back:hover{background:#282828;transform:translateX(-1px)}.redor-back svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.redor-avatar-button{width:40px;height:40px;border-radius:50%;padding:0;border:1px solid #dfdfdf;background:#171717;color:#fff;display:grid;place-items:center;overflow:visible;font-weight:700;cursor:pointer;position:relative;transition:transform .16s ease,box-shadow .16s ease}.redor-avatar-button:hover{transform:translateY(-1px);box-shadow:0 5px 16px rgba(0,0,0,.12)}.redor-avatar-button img{width:100%;height:100%;border-radius:50%;object-fit:cover}.redor-avatar-button i{position:absolute;right:-4px;top:-4px;min-width:18px;height:18px;border-radius:10px;padding:0 4px;background:#171717;color:#fff;border:2px solid #fff;font-size:9px;font-style:normal;display:grid;place-items:center}
.redor-login-pill{height:40px;padding:0 17px;border:1px solid var(--line-strong);border-radius:999px;display:flex;align-items:center;background:#fff;color:#202020;text-decoration:none;font-size:13px;font-weight:620}
.redor-drawer-overlay[hidden]{display:none!important}.redor-drawer-overlay{position:fixed;inset:0;z-index:119;background:rgba(12,12,12,.42);opacity:0;transition:opacity .2s ease}.redor-drawer-overlay.open{opacity:1}
.redor-drawer{position:fixed;z-index:120;right:0;top:0;width:min(400px,92vw);height:100dvh;background:#fff;transform:translateX(102%);transition:transform .24s cubic-bezier(.2,.78,.2,1);box-shadow:-20px 0 60px rgba(0,0,0,.14);display:flex;flex-direction:column}.redor-drawer.open{transform:translateX(0)}
.redor-drawer-head{padding:22px 20px 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.redor-drawer-person{display:flex;align-items:center;gap:13px;min-width:0}.redor-drawer-person strong{display:block;font-size:15px;font-weight:660}.redor-drawer-person span{display:block;color:var(--muted);font-size:12px;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:230px}.redor-drawer-avatar{width:46px;height:46px;border-radius:50%;background:#171717;color:#fff;display:grid;place-items:center;overflow:hidden;font-weight:700}.redor-drawer-avatar img{width:100%;height:100%;object-fit:cover}.redor-drawer-close{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;background:#f7f7f7;color:#222;display:grid;place-items:center;cursor:pointer}.redor-drawer-close svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.redor-drawer-nav{padding:16px 14px 24px;display:grid;gap:2px;overflow:auto}.redor-drawer-nav>a{min-height:47px;padding:0 12px;border-radius:11px;text-decoration:none;color:#202020;display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:570;transition:background .14s ease}.redor-drawer-nav>a:hover{background:#f6f6f6}.redor-drawer-nav .redor-drawer-primary{background:#171717;color:#fff;font-weight:630;margin-bottom:8px}.redor-drawer-nav .redor-drawer-primary:hover{background:#242424}.redor-drawer-nav .redor-drawer-primary b{font-size:19px;font-weight:350}.redor-drawer-nav hr{width:100%;border:0;border-top:1px solid var(--line);margin:10px 0}.redor-drawer-nav .danger{color:#b42318}

.page-shell,.page-shell.narrow{width:min(calc(100% - 48px),1120px)!important;margin:0 auto!important;padding:34px 0 88px!important}.page-shell.narrow{width:min(calc(100% - 48px),1040px)!important}
.surface,.section-card,.wizard-frame,.detail-card,.listing-row,.favorite-card,.metric-card{background:#fff!important;border:1px solid var(--line)!important;box-shadow:none!important}.section-card,.wizard-frame{border-radius:22px!important}.section-card{padding:26px!important}.page-heading{margin-bottom:22px}.page-heading h1,.page-heading h2{font-weight:630!important;letter-spacing:-.025em!important}.page-heading p,.field-note{color:var(--muted)!important;line-height:1.5}
.field label,.field-label{font-size:12px;font-weight:590!important;color:#2d2d2d}.field input,.field select,.field textarea,input,select,textarea{font-weight:430!important;border-color:#d7d7d7!important;box-shadow:none!important}.field input:focus,.field select:focus,.field textarea:focus,input:focus,select:focus,textarea:focus{border-color:#8d8d8d!important;outline:3px solid rgba(0,0,0,.045)!important}.button{font-weight:600!important;border-radius:12px!important}.button-primary{background:#171717!important;color:#fff!important}.button-secondary{background:#fff!important;color:#222!important;border:1px solid var(--line-strong)!important}

/* Profile — media is the hero, never detached from it. */
.profile-editor-shell{width:min(calc(100% - 48px),1080px);margin:0 auto;padding:30px 0 90px}.profile-editor-hero{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:visible;position:relative;margin-bottom:18px}.profile-cover-edit{height:310px;border-radius:24px 24px 0 0!important;overflow:hidden;background:linear-gradient(145deg,#f1f1f1,#e9e9e9);position:relative;display:grid;place-items:center}.profile-cover-edit img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.profile-cover-placeholder{display:flex;align-items:center;gap:9px;color:#777;font-size:13px}.profile-cover-placeholder b{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #ddd;font-size:20px;font-weight:400}.profile-avatar-edit{position:absolute!important;left:30px!important;bottom:34px!important;width:108px!important;height:108px!important;border-radius:50%!important;border:5px solid #fff!important;background:#ededed!important;display:grid!important;place-items:center!important;overflow:visible!important;z-index:3}.profile-avatar-edit>img{width:100%;height:100%;border-radius:50%;object-fit:cover}.profile-avatar-core{width:100%;height:100%;border-radius:50%;overflow:hidden;display:grid;place-items:center;background:#ededed;font-size:28px;font-weight:620}.profile-hero-meta{min-height:148px;padding:28px 30px 28px 162px;display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.profile-hero-copy h1{margin:0;font-size:28px;font-weight:630;letter-spacing:-.035em}.profile-hero-copy p{margin:7px 0 0;color:var(--muted);font-size:13px}.profile-public-link{height:40px;padding:0 14px;border:1px solid var(--line-strong);border-radius:999px;display:inline-flex;align-items:center;text-decoration:none;color:#222;font-size:12px;font-weight:590}.media-edit-button{position:absolute!important;width:36px!important;height:36px!important;border:2px solid #fff!important;border-radius:50%!important;background:#171717!important;color:#fff!important;display:grid!important;place-items:center!important;cursor:pointer!important;box-shadow:0 5px 14px rgba(0,0,0,.16)!important;font-size:0!important;z-index:5}.media-edit-button::before{content:'+';font-size:20px;font-weight:350;line-height:1}.has-media>.media-edit-button::before{content:'✎';font-size:13px}.profile-cover-edit .media-edit-button{right:18px!important;bottom:18px!important}.profile-avatar-edit .media-edit-button{right:-2px!important;bottom:2px!important}.profile-form-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px}.profile-form-card .grid-2{gap:16px}.profile-whatsapp-field{max-width:520px}.whatsapp-input-wrap{position:relative}.whatsapp-input-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:22px;height:22px;display:grid;place-items:center}.whatsapp-input-icon img{max-width:22px;max-height:22px;display:block}.whatsapp-input-wrap input{padding-left:48px!important}.profile-save-row{display:flex;justify-content:flex-end;margin-top:16px}.profile-save-row .button{width:auto!important;min-width:180px;padding-inline:22px!important}

/* Crop */
.crop-modal{position:fixed;inset:0;z-index:180;background:rgba(10,10,10,.58)!important;display:none;align-items:center;justify-content:center;padding:20px}.crop-modal.open{display:flex}.crop-card{width:min(760px,96vw);background:#fff;border-radius:22px;padding:18px;box-shadow:0 30px 90px rgba(0,0,0,.24)}.crop-card header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.crop-card header h3{margin:0;font-size:18px;font-weight:630}.crop-stage{height:min(58vh,500px);background:#111;border-radius:16px;overflow:hidden;display:grid;place-items:center;position:relative;touch-action:none}.crop-stage canvas{max-width:100%;max-height:100%;display:block}.crop-controls{display:flex;align-items:center;gap:12px;margin-top:14px}.crop-controls input[type=range]{flex:1}.crop-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}

/* Publishing: location is account/device context, not a user form. */
.publish-location-note{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 17px;background:#fafafa;border:1px solid var(--line);border-radius:16px;margin-top:16px}.publish-location-note .copy{display:flex;align-items:flex-start;gap:11px}.publish-location-note svg{width:18px;height:18px;flex:0 0 auto;margin-top:1px}.publish-location-note strong{display:block;font-size:13px;font-weight:610}.publish-location-note span{display:block;color:var(--muted);font-size:12px;margin-top:3px;line-height:1.45}.publish-location-note button{white-space:nowrap;min-height:38px;padding:0 13px;border-radius:999px;border:1px solid var(--line-strong);background:#fff;font-size:12px;font-weight:590;cursor:pointer}.publish-location-note.ready button{display:none}.publish-location-note.ready{background:#fff}

/* Mural location gate — no legacy blue, no manual address form. */
#locationGate.overlay-gate{background:rgba(247,247,247,.98)!important;backdrop-filter:none!important}.location-gate-card{width:min(480px,calc(100% - 28px));margin:auto;text-align:center;background:#fff;border:1px solid var(--line);border-radius:24px;padding:34px 28px}.location-gate-logo{display:flex;justify-content:center;height:54px;margin-bottom:22px}.location-gate-logo img{max-width:150px;max-height:54px;object-fit:contain}.location-gate-card h2{margin:0;font-size:24px;font-weight:630;letter-spacing:-.03em}.location-gate-card p{margin:10px auto 22px;max-width:360px;color:var(--muted);font-size:13px;line-height:1.55}.location-gate-card .btn{width:100%;min-height:48px;border:0;border-radius:14px;background:#171717!important;color:#fff;font-size:14px;font-weight:620}

/* Generic empty / content surfaces */
.empty-state,.ops-empty{background:#fff!important;border:1px solid var(--line)!important;border-radius:20px!important}.favorite-card,.listing-row{transition:transform .16s ease,border-color .16s ease}.favorite-card:hover,.listing-row:hover{transform:translateY(-1px);border-color:#d4d4d4!important}

/* transitions */
.app-enter-forward{animation:appEnterForward .23s cubic-bezier(.22,.72,.22,1) both}.app-enter-back{animation:appEnterBack .23s cubic-bezier(.22,.72,.22,1) both}.app-leave-forward{animation:appLeaveForward .12s ease both}.app-leave-back{animation:appLeaveBack .12s ease both}@keyframes appEnterForward{from{opacity:.45;transform:translateX(14px)}to{opacity:1;transform:none}}@keyframes appEnterBack{from{opacity:.45;transform:translateX(-14px)}to{opacity:1;transform:none}}@keyframes appLeaveForward{to{opacity:.5;transform:translateX(-8px)}}@keyframes appLeaveBack{to{opacity:.5;transform:translateX(8px)}}

@media(max-width:760px){
  :root{--shell-h:60px}.redor-shell-inner{width:calc(100% - 24px)}.redor-shell-title{font-size:13px}.redor-brand img{max-width:104px;max-height:31px}.redor-drawer{width:min(360px,94vw)}
  .page-shell,.page-shell.narrow,.profile-editor-shell{width:100%!important;padding:18px 14px 78px!important}.section-card,.profile-form-card{padding:18px!important;border-radius:18px!important}
  .profile-editor-hero{border-radius:18px;margin-bottom:14px}.profile-cover-edit{height:190px;border-radius:18px 18px 0 0!important}.profile-avatar-edit{width:88px!important;height:88px!important;left:18px!important;bottom:27px!important;border-width:4px!important}.profile-hero-meta{min-height:126px;padding:24px 18px 22px 122px;align-items:center}.profile-hero-copy h1{font-size:21px}.profile-public-link{display:none}.profile-form-card .grid-2{grid-template-columns:1fr!important}.profile-whatsapp-field{max-width:none}.profile-save-row .button{width:100%!important}.publish-location-note{align-items:flex-start;flex-direction:column}.publish-location-note button{width:100%}
}
@media(prefers-reduced-motion:reduce){.app-enter-forward,.app-enter-back,.app-leave-forward,.app-leave-back{animation:none!important}.redor-drawer,.redor-drawer-overlay{transition:none!important}}


/* REDOR SHELL V2.1 — hard off-canvas containment */
html,body{max-width:100%;overflow-x:clip}
.redor-drawer-overlay{pointer-events:none;visibility:hidden}
.redor-drawer-overlay.open{pointer-events:auto;visibility:visible}
.redor-drawer{right:0;max-width:100vw;transform:translate3d(calc(100% + 48px),0,0);visibility:hidden;pointer-events:none;box-shadow:none;will-change:transform;contain:layout paint}
.redor-drawer.open{transform:translate3d(0,0,0);visibility:visible;pointer-events:auto;box-shadow:-20px 0 60px rgba(0,0,0,.14)}
@media(max-width:760px){
  .page-shell.publish-v2-shell{width:100%!important;padding:0 16px 64px!important}
  .redor-drawer{width:min(340px,92vw)}
}
