:root{
  --bg:#f5f9ff;
  --bg2:#eef5ff;
  --bg3:#f4fbf6;
  --panel:#ffffffef;
  --panel-soft:rgba(255,255,255,.78);
  --panel-glass:rgba(255,255,255,.72);
  --line:rgba(105,141,167,.18);
  --line-strong:rgba(105,141,167,.28);
  --text:#0f2434;
  --muted:#678092;
  --primary:#169eff;
  --primary2:#8fdf15;
  --primary3:#0c7bd0;
  --accent:#0fd0be;
  --shadow-lg:0 32px 80px rgba(16,55,82,.12);
  --shadow-md:0 18px 40px rgba(16,55,82,.08);
  --shadow-sm:0 12px 26px rgba(16,55,82,.05);
  --radius-2xl:40px;
  --radius-xl:30px;
  --radius-lg:24px;
  --radius-md:18px;
  --maxw:1460px;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:Inter,system-ui,sans-serif;color:var(--text);background:linear-gradient(180deg,#f8fbff 0%,#f5f9ff 34%,#eef8f4 100%)}
body{min-height:100vh;overflow-x:hidden;position:relative}
body::before,
body::after{content:'';position:fixed;inset:auto;pointer-events:none;z-index:0;filter:blur(84px);opacity:.42}
body::before{width:440px;height:440px;left:-110px;top:-120px;background:radial-gradient(circle,#7bddff 0%,rgba(123,221,255,0) 70%)}
body::after{width:500px;height:500px;right:-140px;top:150px;background:radial-gradient(circle,#d4ff7b 0%,rgba(212,255,123,0) 68%)}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
img{max-width:100%}
a{text-decoration:none;color:inherit}
.hidden{display:none!important}
.full{width:100%}
body.modal-open{overflow:hidden}

.app-shell{position:relative;z-index:1;max-width:var(--maxw);margin:0 auto;padding:20px 24px 42px}

.topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:14px 18px;
  margin:6px auto 22px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(255,255,255,.82);
  border-radius:999px;
  box-shadow:var(--shadow-sm);
  backdrop-filter:blur(20px);
  position:sticky;
  top:16px;
  z-index:30;
}
.brand-zone{display:flex;align-items:center;gap:12px;min-width:0}
.brand-mark{
  width:16px;height:16px;border-radius:999px;flex:0 0 auto;
  background:linear-gradient(135deg,var(--primary),var(--primary2));
  box-shadow:0 0 0 7px rgba(18,158,255,.09), 0 8px 16px rgba(18,158,255,.18);
}
.brand-copy{display:flex;flex-direction:column;gap:2px;min-width:0}
.brand-copy strong{font-size:1rem;line-height:1.1;letter-spacing:-.02em}
.brand-copy span{font-size:.86rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.menu-bar{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap;position:relative}
.menu-auth{display:flex;align-items:center;gap:10px;flex-wrap:wrap}

.menu-btn,.action-btn,.ghost-btn,.tag-btn,.user-pill,.icon-square-btn{
  border:none;
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease, color .22s ease, filter .22s ease;
}
.menu-btn{
  position:relative;
  overflow:hidden;
  border-radius:999px;
  padding:12px 18px;
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(247,251,255,.94));
  color:var(--text);
  border:1px solid rgba(123,157,182,.18);
  box-shadow:0 8px 18px rgba(14,55,84,.05);
  font-weight:700;
}
.menu-btn::after{
  content:'';position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(135deg,rgba(22,158,255,.08),rgba(143,223,21,.08));
  opacity:0;transition:opacity .22s ease;
}
.menu-btn:hover::after,.menu-btn:focus-visible::after{opacity:1}
.menu-btn.primary,.menu-btn.emphasis,.action-btn{
  background:linear-gradient(135deg,var(--primary),var(--primary2));
  color:#092434;
  font-weight:800;
  box-shadow:0 18px 34px rgba(24,164,242,.18);
}
.menu-btn.primary::after,.menu-btn.emphasis::after,.action-btn::after{display:none}
.ghost-btn{
  border-radius:999px;
  padding:12px 18px;
  background:rgba(255,255,255,.96);color:var(--text);border:1px solid rgba(122,161,184,.18);
  box-shadow:0 10px 18px rgba(11,56,82,.04)
}
.action-btn{
  border-radius:999px;
  padding:12px 18px;
}
.menu-btn:hover,.action-btn:hover,.ghost-btn:hover,.tag-btn:hover,.item-card:hover,.rail-card:hover,.application-card:hover,.chat-row:hover,.coinx-box:hover,.user-pill:hover,.icon-square-btn:hover{transform:translateY(-2px)}

.topbar-user-area{position:relative;display:flex;align-items:center;gap:10px}
.user-pill{
  min-width:230px;max-width:320px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(123,157,182,.18);
  box-shadow:0 10px 20px rgba(12,57,86,.06);
  text-align:left;
}
.user-pill .person-row{pointer-events:none}
.user-pill-copy{display:flex;flex-direction:column;min-width:0}
.user-pill-copy strong{font-size:.95rem;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.user-pill-copy span{font-size:.78rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.icon-square-btn{
  width:48px;height:48px;flex:0 0 auto;border-radius:16px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.96);color:var(--text);border:1px solid rgba(123,157,182,.18);
  box-shadow:0 10px 20px rgba(12,57,86,.06);
}
.icon-square-btn svg{width:20px;height:20px}
.user-dropdown{position:absolute;top:calc(100% + 12px);right:0;width:min(340px,calc(100vw - 32px));z-index:40}
.user-dropdown-card{padding:20px;border-radius:26px}
.topbar-menu-actions{justify-content:stretch}

.hero-stage{
  position:relative;
  overflow:hidden;
  padding:54px 26px 34px;
  border-radius:48px;
  background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(255,255,255,.58));
  border:1px solid rgba(255,255,255,.86);
  box-shadow:var(--shadow-lg);
  isolation:isolate;
}
.hero-backdrop{
  position:absolute;inset:0;z-index:-3;
  background:
    radial-gradient(circle at 50% -10%, rgba(22,158,255,.14) 0%, rgba(22,158,255,0) 40%),
    radial-gradient(circle at 80% 100%, rgba(143,223,21,.16) 0%, rgba(143,223,21,0) 38%),
    linear-gradient(180deg,rgba(255,255,255,.26),rgba(255,255,255,0));
}
.hero-grid{
  position:absolute;inset:0;z-index:-2;opacity:.42;
  background-image:
    linear-gradient(rgba(17,82,120,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,82,120,.05) 1px, transparent 1px);
  background-size:52px 52px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.95),rgba(0,0,0,.1));
}
.hero-glow{
  position:absolute;border-radius:999px;z-index:-1;filter:blur(6px);opacity:.5;
  animation:glowFloat 10s ease-in-out infinite;
}
.hero-glow-a{width:380px;height:380px;left:-90px;top:-120px;background:radial-gradient(circle,#8edfff 0%,rgba(142,223,255,0) 72%)}
.hero-glow-b{width:430px;height:430px;right:-130px;bottom:-190px;background:radial-gradient(circle,#d4ff85 0%,rgba(212,255,133,0) 68%);animation-delay:-4s}

.hero-center{
  max-width:980px;
  margin:0 auto;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:20px;
}
.hero-logo-wrap{width:min(880px,100%);display:flex;justify-content:center;animation:floatY 8s ease-in-out infinite}
.hero-logo{width:min(840px,100%);height:auto;object-fit:contain;filter:drop-shadow(0 18px 30px rgba(8,62,96,.12))}
.hero-copy-block{display:flex;flex-direction:column;align-items:center;gap:10px}
.hero-lead{
  margin:0;
  max-width:820px;
  font-size:1.06rem;
  line-height:1.78;
  color:var(--muted);
}

.search-card{
  width:min(900px,100%);
  padding:18px;
  border-radius:34px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(255,255,255,.88);
  box-shadow:0 28px 50px rgba(13,61,92,.11);
  backdrop-filter:blur(18px);
}
.search-row{display:flex;gap:14px;align-items:center}
.search-row-main{
  min-height:76px;
  padding:10px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(123,157,182,.14);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85), 0 14px 28px rgba(12,61,94,.06);
}
.search-icon{
  width:50px;height:50px;border-radius:999px;display:flex;align-items:center;justify-content:center;
  color:var(--primary3);background:linear-gradient(135deg,rgba(22,175,255,.12),rgba(156,229,26,.16));
  flex:0 0 auto;
}
.search-icon svg{width:22px;height:22px}
.search-row input{
  flex:1;min-width:0;padding:0 4px;border:none;background:transparent;outline:none;
  font-size:1.06rem;color:var(--text)
}
.search-row input::placeholder{color:#7d96a8}
.search-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:14px}
.tag-btn{
  border-radius:999px;
  padding:12px 16px;
  background:rgba(250,252,255,.98);
  border:1px solid rgba(122,160,186,.18);
  color:#355f71;
  font-weight:600;
  box-shadow:0 10px 18px rgba(12,59,89,.04);
}
.hero-meta-strip{
  width:min(900px,100%);
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:2px;
}
.hero-meta-item{
  padding:18px 20px;
  border-radius:24px;
  background:rgba(255,255,255,.62);
  border:1px solid rgba(255,255,255,.76);
  box-shadow:0 14px 24px rgba(17,63,91,.06);
  backdrop-filter:blur(14px);
}
.hero-meta-item strong{display:block;font-size:1.06rem;letter-spacing:-.02em}
.hero-meta-item span{display:block;margin-top:6px;color:var(--muted);font-size:.95rem;line-height:1.55}

.content-grid{
  display:grid;
  grid-template-columns:minmax(0,1.75fr) minmax(320px,.7fr);
  gap:24px;
  margin-top:28px;
  align-items:start;
}
.surface-panel,.rail-card,.glass-card,.chat-sidebar,.chat-main,.modal-card{
  background:var(--panel-soft);
  border:1px solid rgba(255,255,255,.86);
  box-shadow:var(--shadow-md);
  backdrop-filter:blur(18px);
}
.feed-panel{padding:26px;border-radius:34px}
.panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px}
.panel-head h2{margin:8px 0 0;font-size:1.8rem;letter-spacing:-.03em}
.panel-head p{margin:.55rem 0 0;color:var(--muted);line-height:1.65}
.panel-kicker,.kicker{
  display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;
  background:rgba(22,175,255,.08);color:#176b96;font-size:.78rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;
}
.panel-kicker.muted{background:rgba(15,45,67,.05);color:#5f7382}
.status-chip{
  padding:11px 16px;border-radius:999px;white-space:nowrap;
  background:linear-gradient(135deg,rgba(22,175,255,.1),rgba(156,229,26,.18));
  border:1px solid rgba(112,174,191,.18);color:#245063;font-weight:800;
}
.side-panel{display:flex;flex-direction:column;gap:18px}
.rail-card,.glass-card{padding:24px;border-radius:30px}
.rail-head h3,.user-card h3,.info-card h3{margin:8px 0 0;font-size:1.25rem;letter-spacing:-.02em}
.user-card p,.info-card li,.hint,.list-status{color:var(--muted);line-height:1.7}
.info-card ul{padding-left:18px;margin:14px 0 0;display:grid;gap:12px}
.form-actions{display:flex;gap:12px;justify-content:flex-end;flex-wrap:wrap;margin-top:18px}

.item-list{display:grid;gap:16px}
.item-card{
  display:grid;
  grid-template-columns:148px minmax(0,1fr);
  gap:18px;
  padding:18px;
  border-radius:28px;
  border:1px solid rgba(121,158,181,.14);
  background:rgba(255,255,255,.97);
  box-shadow:0 16px 30px rgba(13,58,85,.05);
  cursor:pointer;
  transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.item-card:hover{box-shadow:0 22px 36px rgba(13,58,85,.09);border-color:rgba(74,149,193,.24)}
.item-thumb{
  width:148px;height:148px;border-radius:24px;overflow:hidden;
  background:linear-gradient(135deg,#dff5ff,#efffeb);
  display:flex;align-items:center;justify-content:center;
  color:#76a0b7;font-weight:700;font-size:.95rem;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}
.item-thumb img{width:100%;height:100%;object-fit:cover}
.item-main{display:flex;flex-direction:column;gap:12px;min-width:0}
.item-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.item-title{margin:0;font-size:1.14rem;line-height:1.35;letter-spacing:-.02em}
.item-badges{display:flex;gap:8px;flex-wrap:wrap}
.badge{
  display:inline-flex;padding:8px 12px;border-radius:999px;font-size:.8rem;font-weight:800;
  background:#f4fbff;border:1px solid #d9eef8;color:#1c7cac;
}
.badge.type-necesito{background:#eefdf1;border-color:#d8f4dd;color:#317a2c}
.badge.type-disponible{background:#eff8ff;border-color:#d3ebfb;color:#0c78b9}
.item-desc{color:var(--muted);line-height:1.72;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.item-meta{display:flex;gap:14px;flex-wrap:wrap;color:#5f7d8f;font-size:.92rem}
.list-status{padding:18px 4px 4px;text-align:center}

.modal-backdrop{position:fixed;inset:0;background:rgba(7,18,28,.42);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;padding:20px;z-index:60}
.modal-card{width:min(980px,100%);max-height:92vh;overflow:auto;border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(246,251,255,.98));box-shadow:0 32px 84px rgba(0,0,0,.24)}
.modal-header{display:flex;justify-content:space-between;gap:16px;align-items:start;padding:24px 24px 0}
.modal-title h3{margin:0;font-size:1.5rem;letter-spacing:-.03em}
.modal-title p{margin:8px 0 0;color:var(--muted);line-height:1.65}
.modal-close{width:44px;height:44px;border:none;border-radius:16px;background:#fff;border:1px solid rgba(123,158,182,.2);font-size:1.35rem;box-shadow:0 10px 18px rgba(14,57,82,.05)}
.modal-body{padding:22px 24px 24px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.form-grid.single{grid-template-columns:1fr}
.field{display:flex;flex-direction:column;gap:8px}
.field.full{grid-column:1/-1}
.field label{font-weight:700;font-size:.94rem}
.field input,.field select,.field textarea{
  width:100%;padding:14px 15px;border-radius:18px;border:1px solid rgba(120,158,182,.18);background:#fff;outline:none;resize:vertical;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
}
.field textarea{min-height:120px}
.alert{padding:15px 16px;border-radius:20px;background:#edf9ff;border:1px solid #d9eef9;color:#0f6d9f;margin-bottom:14px;line-height:1.6}
.item-detail{display:grid;grid-template-columns:1fr 1.15fr;gap:20px}
.detail-media{background:#eef8ff;border:1px solid rgba(120,158,182,.16);border-radius:26px;min-height:260px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.detail-media img{width:100%;height:100%;object-fit:cover}
.detail-panel{display:flex;flex-direction:column;gap:14px}
.detail-panel h4{margin:0;font-size:1.5rem;letter-spacing:-.03em}
.detail-panel .detail-desc{color:var(--muted);line-height:1.72;white-space:pre-wrap}
.detail-info{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.info-pill,.owner-status-card,.info-soft-card,.detail-list{padding:14px 16px;border-radius:18px;background:#fff;border:1px solid rgba(120,158,182,.16)}
.owner-status-card p,.info-soft-card p{margin:.45rem 0 0;color:var(--muted);line-height:1.6}
.applications-list,.chat-list,.message-list{display:grid;gap:14px}
.application-card,.chat-row{
  padding:16px;border-radius:22px;background:#fff;border:1px solid rgba(120,158,182,.16);
  display:flex;justify-content:space-between;gap:14px;align-items:flex-start;box-shadow:0 12px 24px rgba(11,58,84,.04)
}
.person-row{display:flex;align-items:center;gap:12px;min-width:0}
.avatar{width:46px;height:46px;border-radius:999px;background:linear-gradient(135deg,#def7ff,#ebffe1);display:flex;align-items:center;justify-content:center;font-weight:800;color:#2b8ab7;overflow:hidden;flex:0 0 auto}
.avatar img{width:100%;height:100%;object-fit:cover}
.chat-layout{display:grid;grid-template-columns:320px 1fr;gap:16px;min-height:540px}
.chat-sidebar,.chat-main{border-radius:26px;overflow:hidden;background:rgba(255,255,255,.9)}
.chat-sidebar{padding:14px}
.chat-main{display:flex;flex-direction:column}
.chat-head{padding:16px;border-bottom:1px solid rgba(120,158,182,.14);display:flex;justify-content:space-between;gap:12px;align-items:center}
.message-list{padding:18px;flex:1;overflow:auto;background:linear-gradient(180deg,#f8fcff,#f3fbf4)}
.message{max-width:78%;padding:12px 14px;border-radius:18px;line-height:1.5;box-shadow:0 8px 18px rgba(0,0,0,.06)}
.message.mine{align-self:flex-end;background:linear-gradient(135deg,#caf5ff,#dfffbe)}
.message.other{align-self:flex-start;background:#fff;border:1px solid rgba(120,158,182,.16)}
.message.system{background:#f2faff;border:1px solid #dcedff;max-width:100%;align-self:center;text-align:center}
.message small{display:block;margin-top:6px;color:#6f8794}
.chat-send{display:flex;gap:12px;padding:14px;border-top:1px solid rgba(120,158,182,.14)}
.chat-send textarea{flex:1;min-height:62px;max-height:120px;padding:14px;border-radius:18px;border:1px solid rgba(120,158,182,.16)}
.coinx-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:18px 0}
.coinx-box{padding:18px;border-radius:22px;background:#fff;border:1px solid rgba(120,158,182,.16);box-shadow:0 12px 20px rgba(0,0,0,.04)}
.coinx-box strong{font-size:1.4rem;display:block;margin-top:6px;letter-spacing:-.03em}
.compact-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.checkbox-chip{display:flex;align-items:center;gap:8px;padding:12px 14px;border:1px solid rgba(120,158,182,.16);border-radius:16px;background:#fff;color:var(--text)}
.checkbox-chip input{width:auto;margin:0}
.info-stack{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:16px 0}
.detail-list{display:grid;gap:10px}
.detail-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;color:var(--muted)}
.chat-row .hint:last-child{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;max-width:210px}
.field-disabled{opacity:.58}
button:disabled{opacity:.55;cursor:not-allowed;filter:none!important;transform:none!important}

.auth-google-btn{display:flex;align-items:center;justify-content:center;gap:12px}
.auth-google-badge{
  width:28px;height:28px;border-radius:999px;background:#fff;color:#4285f4;
  display:inline-flex;align-items:center;justify-content:center;font-weight:900;box-shadow:0 6px 14px rgba(0,0,0,.08)
}
.visually-hidden-input{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.image-picker-field{margin-top:2px}
.image-picker{
  display:grid;grid-template-columns:112px 1fr;align-items:center;gap:16px;
  min-height:124px;padding:16px;border-radius:24px;border:1px dashed rgba(105,141,167,.34);
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(244,250,255,.95));
  box-shadow:0 14px 28px rgba(13,58,85,.05);cursor:pointer;
}
.image-picker-preview{
  width:112px;height:112px;border-radius:22px;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,rgba(22,158,255,.1),rgba(143,223,21,.12));color:var(--primary3);overflow:hidden
}
.image-picker-preview svg{width:34px;height:34px}
.image-picker-preview img{width:100%;height:100%;object-fit:cover}
.image-picker-copy{display:flex;flex-direction:column;gap:8px}
.image-picker-copy strong{font-size:1rem;letter-spacing:-.02em}
.image-picker-copy span{color:var(--muted);line-height:1.6}
.image-picker.has-image{border-style:solid}

@keyframes floatY{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes glowFloat{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(0,-10px,0) scale(1.03)}}

@media (max-width:1180px){
  .content-grid,.item-detail,.chat-layout{grid-template-columns:1fr}
}
@media (max-width:900px){
  .app-shell{padding:14px 14px 30px}
  .topbar{position:static;border-radius:26px;padding:14px 14px 16px;align-items:flex-start;flex-direction:column}
  .menu-bar{justify-content:flex-start;overflow:auto hidden;flex-wrap:nowrap;width:100%;padding-bottom:2px}
  .menu-auth{display:flex;flex-wrap:nowrap}
  .topbar-user-area{min-width:100%;justify-content:flex-start}
  .user-pill{min-width:0;max-width:none;flex:1}
  .user-dropdown{left:0;right:auto;width:min(380px,calc(100vw - 32px))}
  .hero-stage{padding:34px 16px 24px;border-radius:32px}
  .hero-logo{width:min(94vw,700px)}
  .hero-meta-strip{grid-template-columns:1fr;gap:12px}
  .search-card{padding:14px;border-radius:28px}
  .search-row-main{padding:10px 10px 10px 12px;min-height:auto}
}
@media (max-width:720px){
  .search-row-main{flex-wrap:wrap;border-radius:26px}
  .search-icon{width:42px;height:42px}
  .search-row input{width:100%;flex-basis:calc(100% - 54px);padding-right:8px}
  .action-btn,.menu-btn,.ghost-btn,.tag-btn{padding:12px 16px}
  .action-btn{width:100%}
  .feed-panel,.rail-card,.glass-card{padding:18px}
  .panel-head{flex-direction:column}
  .panel-head h2{font-size:1.45rem}
  .item-card{grid-template-columns:1fr}
  .item-thumb{width:100%;height:220px}
  .form-grid,.detail-info,.coinx-cards,.compact-grid,.detail-columns,.info-stack{grid-template-columns:1fr}
  .image-picker{grid-template-columns:1fr;justify-items:center;text-align:center}
}
@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
}


.visually-hidden-input{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

.form-inline-row{
  display:grid;
  grid-template-columns:1.15fr 1fr 1fr 1fr;
  gap:16px;
  align-items:end;
}
.form-inline-row .field{margin:0}
.range-inline-group{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  grid-column:span 2;
}
.available-location-row{
  grid-template-columns:1fr 1fr 1fr;
}
.available-location-row .field{min-width:0}
.image-picker-preview img{width:100%;height:100%;object-fit:cover}
.user-dropdown-card .coinx-box{margin-bottom:0}
.hero-meta-strip,.hero-meta-item{display:none!important}

@media (max-width:900px){
  .topbar-user-area{width:100%;justify-content:flex-end}
  .user-pill{min-width:0;max-width:none;flex:1}
}
@media (max-width:720px){
  .form-inline-row,
  .range-inline-group,
  .available-location-row{grid-template-columns:1fr}
  .range-inline-group{grid-column:auto}
}
