
:root{
  --bg:#333333;
  --dark:#202020;
  --card:#3f3f3f;
  --text:#ffffff;
  --muted:#d6d6d6;
  --border:rgba(255,255,255,.13);
  --soft:rgba(255,255,255,.08);
  --orange:#ff5800;
  --green:#25d366;
  --shadow:0 22px 70px rgba(0,0,0,.36);
}

*{box-sizing:border-box}

html{scroll-behavior:smooth}

body{
  margin:0;
  color:var(--text);
  background:
    radial-gradient(circle at 10% 0%,rgba(255,88,0,.23),transparent 32%),
    linear-gradient(180deg,#333333,#242424);
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}

a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}

.app{
  width:min(1180px,100%);
  margin:0 auto;
  padding:15px 15px 95px;
}

.topbar{
  position:sticky;
  top:0;
  z-index:50;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 2px 14px;
  backdrop-filter:blur(18px);
}

.brand-wrap{
  display:flex;
  align-items:center;
  gap:10px;
}

.logo{
  width:42px;
  height:42px;
  border-radius:15px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--orange),#ff9357);
  font-weight:1000;
}

.brand{
  display:block;
  font-size:21px;
  font-weight:950;
  letter-spacing:-.8px;
}

.subbrand{
  display:block;
  color:var(--muted);
  font-size:11px;
}

.top-actions{
  display:flex;
  gap:8px;
}

.icon-btn,
.top-whatsapp{
  min-height:42px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--border);
  background:rgba(255,255,255,.08);
  font-weight:900;
}

.icon-btn{width:42px}

.top-whatsapp{
  padding:0 14px;
  background:var(--orange);
  border-color:var(--orange);
}

.hero{
  position:relative;
  overflow:hidden;
  margin-top:8px;
  padding:30px 18px;
  border-radius:30px;
  border:1px solid var(--border);
  background:
    linear-gradient(135deg,rgba(255,88,0,.35),rgba(255,255,255,.05) 40%,rgba(0,0,0,.24)),
    #242424;
  box-shadow:var(--shadow);
}

.eyebrow{
  margin:0 0 9px;
  color:#ffd3bd;
  font-size:12px;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:1px;
}

.hero h1{
  margin:0;
  max-width:820px;
  font-size:36px;
  line-height:.98;
  letter-spacing:-1.8px;
}

.hero p{
  margin:14px 0 0;
  color:var(--muted);
  font-size:16px;
  line-height:1.45;
  max-width:700px;
}

.search-box{
  margin-top:20px;
  display:flex;
  gap:8px;
  padding:7px;
  background:rgba(255,255,255,.09);
  border:1px solid var(--border);
  border-radius:19px;
}

.search-box input{
  min-width:0;
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  color:white;
  padding:13px 11px;
}

.search-box input::placeholder{color:rgba(255,255,255,.62)}

.search-box button{
  border:0;
  background:var(--orange);
  color:white;
  border-radius:15px;
  padding:0 17px;
  font-weight:1000;
}

.quick-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:14px;
}

.quick-actions a,
.action-row a{
  min-height:48px;
  border-radius:17px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.09);
  border:1px solid var(--border);
  font-weight:950;
  text-align:center;
}

.quick-actions a.primary,
.action-row a.primary{
  background:var(--orange);
  border-color:var(--orange);
}

.chips{
  display:flex;
  gap:10px;
  overflow-x:auto;
  padding:18px 0 12px;
  scrollbar-width:none;
}

.chips::-webkit-scrollbar{display:none}

.chip{
  white-space:nowrap;
  border:1px solid var(--border);
  background:rgba(255,255,255,.08);
  color:white;
  padding:11px 14px;
  border-radius:999px;
  font-weight:900;
}

.chip.active{
  background:var(--orange);
  border-color:var(--orange);
}

.section-head{
  margin:28px 0 14px;
}

.section-head h2{
  margin:0;
  font-size:25px;
  letter-spacing:-.9px;
}

.section-head p{
  margin:7px 0 0;
  color:var(--muted);
  line-height:1.45;
}

.featured{
  margin-top:10px;
  border-radius:31px;
  padding:2px;
  background:linear-gradient(135deg,var(--orange),rgba(255,255,255,.15),rgba(255,88,0,.16));
  box-shadow:0 24px 70px rgba(255,88,0,.22);
}

.featured-inner{
  border-radius:29px;
  padding:24px 18px;
  background:
    radial-gradient(circle at right top,rgba(255,88,0,.32),transparent 35%),
    #202020;
}

.tag{
  display:inline-flex;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,88,0,.16);
  border:1px solid rgba(255,88,0,.38);
  color:#ffd8c4;
  font-size:12px;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.8px;
}

.featured h2{
  margin:14px 0 8px;
  font-size:31px;
  letter-spacing:-1px;
  line-height:1;
}

.featured p{
  margin:0;
  color:var(--muted);
  line-height:1.45;
}

.action-row{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  margin-top:18px;
}

.grid{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}

.card{
  min-height:190px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:12px;
  padding:18px;
  border-radius:27px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.03)),
    var(--card);
  border:1px solid var(--border);
  box-shadow:0 14px 36px rgba(0,0,0,.23);
}

.card.priority{
  background:
    radial-gradient(circle at top right,rgba(255,88,0,.30),transparent 46%),
    linear-gradient(145deg,rgba(255,88,0,.18),rgba(255,255,255,.04)),
    #454545;
}

.card small{
  width:max-content;
  padding:6px 9px;
  border-radius:999px;
  background:rgba(255,255,255,.1);
  color:var(--muted);
  font-size:12px;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.7px;
}

.card h3{
  margin:0;
  font-size:24px;
  line-height:1;
  letter-spacing:-.6px;
}

.card p{
  margin:0;
  color:var(--muted);
  line-height:1.42;
}

.card a{
  min-height:46px;
  border-radius:15px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.09);
  border:1px solid var(--border);
  font-weight:1000;
  text-align:center;
}

.card.priority a{
  background:var(--orange);
  border-color:var(--orange);
}

.listing{
  display:grid;
  grid-template-columns:1fr;
  gap:13px;
  margin-top:14px;
}

.item{
  padding:16px;
  border-radius:24px;
  background:rgba(255,255,255,.07);
  border:1px solid var(--border);
}

.item-top{
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:flex-start;
}

.item h3{
  margin:0;
  font-size:20px;
  letter-spacing:-.5px;
}

.price{
  color:#ffd3bd;
  font-weight:1000;
  white-space:nowrap;
}

.meta{
  margin:8px 0 0;
  color:var(--muted);
  font-size:14px;
  line-height:1.4;
}

.pills{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:12px;
}

.pills span{
  padding:7px 9px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:var(--muted);
  font-size:12px;
  font-weight:800;
}

.item-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
  margin-top:14px;
}

.item-actions a{
  min-height:44px;
  border-radius:15px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:1000;
  background:rgba(255,255,255,.08);
  border:1px solid var(--border);
  text-align:center;
}

.item-actions a.whats{
  background:var(--green);
  border-color:var(--green);
  color:#052b12;
}

.filters{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  margin-top:18px;
}

.filters input,
.filters select,
.form input,
.form select,
.form textarea{
  width:100%;
  border:1px solid var(--border);
  outline:0;
  border-radius:17px;
  background:rgba(255,255,255,.08);
  color:white;
  padding:14px;
}

.filters option,
.form option{color:#111}

.form{
  display:grid;
  gap:12px;
  margin-top:18px;
  padding:18px;
  border-radius:27px;
  background:rgba(255,255,255,.07);
  border:1px solid var(--border);
}

.form label{
  font-size:13px;
  color:var(--muted);
  font-weight:800;
}

.form textarea{
  min-height:110px;
  resize:vertical;
}

.form button{
  min-height:52px;
  border:0;
  border-radius:18px;
  background:var(--orange);
  color:white;
  font-weight:1000;
}

.banner{
  margin:18px 0;
  padding:17px;
  border-radius:24px;
  background:linear-gradient(135deg,rgba(255,88,0,.2),rgba(255,255,255,.06));
  border:1px dashed rgba(255,255,255,.22);
  color:var(--muted);
}

.banner strong{color:white}

.bottom-nav{
  position:fixed;
  left:50%;
  bottom:12px;
  transform:translateX(-50%);
  width:min(520px,calc(100% - 22px));
  z-index:90;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:7px;
  padding:8px;
  border-radius:23px;
  background:rgba(25,25,25,.86);
  border:1px solid var(--border);
  backdrop-filter:blur(18px);
  box-shadow:0 18px 50px rgba(0,0,0,.36);
}

.bottom-nav a{
  min-height:45px;
  border-radius:17px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--muted);
  font-size:12px;
  font-weight:900;
}

.bottom-nav a.active{
  background:var(--orange);
  color:white;
}

footer{
  padding:34px 4px;
  color:var(--muted);
}

footer strong{color:white}

@media(min-width:760px){
  .app{padding:24px 24px 110px}
  .hero{padding:48px}
  .hero h1{font-size:60px}
  .quick-actions{grid-template-columns:220px 220px}
  .action-row{grid-template-columns:230px 230px}
  .featured-inner{padding:38px}
  .grid{grid-template-columns:repeat(3,1fr)}
  .card.priority{grid-column:span 2}
  .listing{grid-template-columns:repeat(2,1fr)}
  .filters{grid-template-columns:1.2fr 1fr 1fr}
  .form{grid-template-columns:1fr 1fr}
  .form .full{grid-column:1/-1}
  .form button{grid-column:1/-1}
}
