:root {
  --green-950: #193d30;
  --green-900: #21543e;
  --green-700: #347552;
  --green-500: #71a55d;
  --green-100: #e7f0e2;
  --cream: #fbf9f1;
  --sand: #f2ecdf;
  --brown: #8d684d;
  --ink: #26352f;
  --muted: #7c8981;
  --line: #e6e9df;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(37, 72, 55, .1);
  font-family: 'DM Sans', 'Noto Sans Devanagari', sans-serif;
  color: var(--ink);
  background: #dfe9da;
  font-synthesis: none;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: linear-gradient(135deg, #e8efe4, #d9e6d8); overflow-x: hidden; }
button, input { font: inherit; }
button { cursor: pointer; border: 0; }
.app-shell { width: min(100%, 560px); min-height: 100vh; margin: auto; background: var(--cream); box-shadow: 0 0 70px rgba(27, 64, 45, .12); padding-bottom: 84px; position: relative; overflow: hidden; }
.topbar, .location-row, .welcome-section, .search-wrap, .trade-tabs, main { padding-left: 20px; padding-right: 20px; }
.topbar { height: 76px; display: flex; align-items: center; justify-content: space-between; background: var(--cream); }
.brand-lockup { display: flex; align-items: center; gap: 10px; }
.brand-mark { width: 38px; height: 38px; background: var(--green-900); color: #f4d99e; display: grid; place-items: center; border-radius: 12px 12px 12px 4px; font-family: 'Noto Sans Devanagari'; font-weight: 800; font-size: 21px; position: relative; }
.brand-mark::after { content: ''; position: absolute; width: 6px; height: 6px; right: 5px; top: 5px; background: #cfdf99; border-radius: 50%; }
.brand-name { margin: 0; font-family: 'Noto Sans Devanagari', sans-serif; font-weight: 800; font-size: 16px; letter-spacing: -.02em; }
.brand-subtitle { margin: 1px 0 0; font-size: 9px; color: var(--muted); letter-spacing: .01em; }
.top-actions { display: flex; align-items: center; gap: 10px; }
.icon-button, .profile-button, .language-switch, .location-picker { background: transparent; color: var(--ink); }
.icon-button { font-size: 24px; width: 30px; position: relative; transform: rotate(45deg); }
.notification-dot { position: absolute; top: 2px; right: 3px; width: 6px; height: 6px; border-radius: 50%; background: #d6754b; border: 2px solid var(--cream); box-sizing: content-box; }
.profile-button { width: 35px; height: 35px; display: grid; place-items: center; background: #dfebd8; border-radius: 50%; color: var(--green-900); font-size: 10px; font-weight: 800; }
.location-row { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 13px; }
.location-copy { display: flex; gap: 8px; align-items: center; }
.location-pin { height: 30px; width: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--green-100); color: var(--green-700); font-size: 20px; }
.eyebrow { color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; margin: 0 0 4px; }
.green-text { color: var(--green-700); }
.location-picker { font-size: 12px; font-weight: 700; padding: 0; }
.location-picker span, .sort-button span, .text-button span { color: var(--green-700); margin-left: 4px; }
.language-switch { border: 1px solid var(--line); padding: 7px 9px; border-radius: 99px; color: var(--green-900); font-size: 10px; font-weight: 800; }
.switch-separator { color: #bdc7ba; margin: 0 3px; }
.muted-lang { color: var(--muted); font-family: 'Noto Sans Devanagari'; font-weight: 500; }
.welcome-section { display: flex; justify-content: space-between; align-items: flex-end; padding-top: 23px; padding-bottom: 17px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: 'Plus Jakarta Sans', 'Noto Sans Devanagari', sans-serif; }
h1 { font-size: clamp(24px, 6.5vw, 31px); line-height: 1.18; margin: 0 0 8px; color: var(--green-950); letter-spacing: -.06em; }
h1 span { font-size: .75em; }
.welcome-copy { margin: 0; color: var(--muted); font-size: 12px; }
.weather-pill { color: var(--green-900); background: #f3edda; border: 1px solid #e9dfbe; padding: 8px 10px; border-radius: 12px; font-size: 12px; font-weight: 800; white-space: nowrap; }
.weather-pill span { color: #d79b46; margin-right: 3px; }
.weather-pill small { color: var(--brown); font-size: 9px; font-weight: 600; margin-left: 2px; }
.search-wrap { position: relative; display: flex; align-items: center; gap: 9px; margin-bottom: 12px; }
.search-wrap input { height: 48px; min-width: 0; width: 100%; border: 1px solid #e1e6dc; border-radius: 15px; background: #fff; padding: 0 85px 0 42px; outline: none; color: var(--ink); box-shadow: 0 5px 14px rgba(28, 65, 44, .04); }
.search-wrap input::placeholder { color: #a5afa6; font-size: 12px; }
.search-wrap input:focus { border-color: var(--green-500); box-shadow: 0 0 0 3px rgba(113, 165, 93, .12); }
.search-icon { position: absolute; left: 34px; z-index: 1; font-size: 26px; color: var(--green-700); top: 7px; }
.voice-button, .filter-button { position: absolute; top: 7px; height: 34px; width: 34px; border-radius: 10px; background: #f0f4ec; color: var(--green-700); font-size: 19px; }
.voice-button { right: 62px; }
.filter-button { right: 28px; background: var(--green-900); color: #f7f5e9; font-size: 19px; }
.trade-tabs { display: flex; gap: 8px; overflow: auto; scrollbar-width: none; padding-bottom: 18px; }
.trade-tabs::-webkit-scrollbar, .category-scroller::-webkit-scrollbar { display: none; }
.trade-tab { flex: 0 0 auto; color: var(--muted); background: transparent; padding: 6px 13px; border-radius: 30px; font-size: 11px; font-weight: 700; }
.trade-tab.active { background: var(--green-900); color: #fff; box-shadow: 0 4px 9px rgba(33, 84, 62, .17); }
.hero-card { margin: 0 20px 27px; height: 194px; position: relative; overflow: hidden; display: flex; border-radius: 22px; background: #dfead9; }
.hero-text { width: 57%; padding: 22px 0 17px 19px; z-index: 2; }
.hero-kicker { color: var(--green-700); font-size: 8px; letter-spacing: .12em; font-weight: 800; }
.hero-card h2 { color: var(--green-950); font-size: 24px; line-height: 1; margin: 11px 0 8px; letter-spacing: -.07em; }
.hero-card h2 em { font-family: 'Noto Sans Devanagari'; font-style: normal; color: #bd6949; }
.hero-card p { color: #66766b; font-size: 10px; line-height: 1.35; margin-bottom: 14px; max-width: 155px; }
.primary-button { color: #fff; background: var(--green-900); border-radius: 10px; padding: 10px 13px; font-size: 11px; font-weight: 700; box-shadow: 0 5px 10px rgba(33, 84, 62, .17); }
.primary-button:hover, .floating-sell:hover { background: var(--green-950); transform: translateY(-1px); }
.hero-art { position: absolute; inset: 0 0 0 45%; overflow: hidden; }
.sun-disc { width: 72px; height: 72px; border-radius: 50%; position: absolute; top: 21px; right: 32px; background: #f2c780; opacity: .65; }
.hill { position: absolute; border-radius: 50% 50% 0 0; transform: rotate(-10deg); }
.hill-back { width: 230px; height: 110px; bottom: -46px; right: -41px; background: #9bb982; }
.hill-front { width: 210px; height: 87px; bottom: -30px; right: -26px; background: #659a67; }
.wheat-stalk { position: absolute; bottom: 7px; z-index: 2; color: #e7bf71; font-size: 65px; line-height: .65; transform: rotate(-29deg); }
.stalk-one { left: 40px; }.stalk-two { left: 74px; bottom: 6px; transform: rotate(17deg); font-size: 76px; }.stalk-three { left: 115px; bottom: 4px; transform: rotate(27deg); font-size: 58px; }
.hero-badge { position: absolute; right: 16px; top: 88px; width: 48px; height: 48px; border: 2px solid rgba(255,255,255,.7); border-radius: 50%; z-index: 3; display: grid; place-content: center; text-align: center; color: #fff; font-size: 15px; line-height: .65; transform: rotate(10deg); background: rgba(68, 118, 75, .55); }
.hero-badge small { font-size: 5px; letter-spacing: .1em; margin-top: 5px; }
.section-block { padding: 0 20px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 14px; }
.section-heading h2 { margin: 0; color: var(--green-950); font-size: 17px; letter-spacing: -.05em; }
.text-button, .sort-button { background: transparent; color: var(--green-700); font-size: 10px; font-weight: 700; padding: 0 0 2px; }
.category-scroller { display: flex; gap: 10px; overflow-x: auto; scrollbar-width: none; padding-bottom: 2px; margin: 0 -20px 28px; padding-left: 20px; }
.category-card { flex: 0 0 76px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 9px 6px 8px; color: var(--ink); transition: .2s ease; }
.category-card.selected, .category-card:hover { border-color: #a7c299; background: var(--green-100); transform: translateY(-2px); }
.category-icon { width: 40px; height: 40px; display: grid; place-items: center; margin: 0 auto 7px; border-radius: 13px; background: var(--icon-bg, #f5ebd6); font-size: 21px; }
.category-card strong { display: block; font-size: 9px; line-height: 1.2; white-space: nowrap; }
.category-card small { display: block; color: var(--muted); font-size: 8px; margin-top: 3px; }
.vendor-block { padding-bottom: 28px; }
.vendor-scroller { display: flex; gap: 10px; overflow-x: auto; scrollbar-width: none; margin: 0 -20px; padding: 0 20px 2px; }
.vendor-card { position: relative; min-width: 230px; display: flex; align-items: center; gap: 9px; text-align: left; background: var(--vendor-bg, #e4efdf); border: 1px solid rgba(110, 144, 102, .13); border-radius: 16px; padding: 11px; color: var(--ink); transition: .2s ease; }
.vendor-card:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(41, 67, 49, .08); }
.vendor-avatar, .shop-avatar { flex: 0 0 auto; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: var(--green-900); font-size: 10px; font-weight: 800; }
.vendor-info { min-width: 0; display: grid; gap: 2px; }.vendor-info strong { color: var(--green-950); font-size: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.vendor-info small { color: var(--brown); font-size: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.vendor-chevron { margin-left: auto; color: var(--green-700); font-size: 16px; }.vendor-verified { position: absolute; top: 7px; right: 10px; color: var(--green-700); font-size: 11px; }
.count-pill { display: inline-grid; place-items: center; width: 18px; height: 18px; background: #e8f0e1; color: var(--green-700); font-size: 9px; border-radius: 99px; vertical-align: 2px; }
.listings-block { padding-bottom: 25px; }
.sort-button { border: 1px solid var(--line); padding: 7px 9px; border-radius: 8px; color: var(--ink); }
.listing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.listing-card { position: relative; min-width: 0; overflow: hidden; border-radius: 16px; background: #fff; border: 1px solid #e9ebe4; box-shadow: 0 8px 20px rgba(41, 67, 49, .04); animation: card-in .35s ease both; }
@keyframes card-in { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
.listing-image { height: 135px; width: 100%; overflow: hidden; position: relative; background: #e7efe1; }
.listing-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s; }
.listing-card:hover .listing-image img { transform: scale(1.04); }
.condition-tag, .listing-type { position: absolute; top: 9px; left: 9px; background: rgba(255,255,255,.89); color: var(--green-900); border-radius: 99px; padding: 4px 7px; font-size: 8px; font-weight: 800; }
.listing-type { left: auto; right: 9px; background: rgba(33, 84, 62, .86); color: white; }
.save-button { position: absolute; top: 9px; right: 9px; display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--green-900); font-size: 17px; line-height: 1; }
.listing-content { padding: 11px 11px 12px; }
.listing-title { margin: 0 0 4px; color: var(--green-950); font-size: 12px; line-height: 1.25; font-weight: 800; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.listing-price { margin: 0; color: #b46446; font-size: 15px; font-weight: 800; letter-spacing: -.03em; }
.listing-price small { color: var(--muted); font-size: 9px; font-weight: 500; }
.listing-meta { display: flex; justify-content: space-between; gap: 4px; margin-top: 8px; color: var(--muted); font-size: 8px; }
.seller-row { display: flex; align-items: center; gap: 5px; margin-top: 10px; border-top: 1px solid #f0f1eb; padding-top: 8px; }
.seller-avatar { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: #e5eddc; color: var(--green-900); font-size: 7px; font-weight: 800; }
.seller-name { color: var(--ink); font-size: 8px; font-weight: 700; flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.verified { color: var(--green-700); font-size: 11px; }
.load-more, .outline-button { display: block; margin: 18px auto 0; background: transparent; color: var(--green-700); font-size: 11px; font-weight: 800; padding: 8px 14px; border: 1px solid #cbdac6; border-radius: 9px; }
.load-more span { margin-left: 5px; }
.empty-state { text-align: center; padding: 27px 10px 15px; }
.empty-icon { margin: auto; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--green-100); color: var(--green-700); font-size: 29px; }
.empty-state h3 { font-size: 15px; margin: 11px 0 5px; }.empty-state p { color: var(--muted); font-size: 11px; margin-bottom: 0; }
.trust-strip { margin: 0 20px 20px; display: flex; align-items: center; gap: 10px; background: #f2eddb; padding: 13px; border-radius: 15px; }
.trust-icon { width: 25px; height: 25px; border-radius: 50%; display: grid; place-items: center; background: #d5e5ca; color: var(--green-700); font-weight: 800; }
.trust-strip strong { color: var(--green-900); font-size: 10px; }.trust-strip p { color: var(--brown); font-size: 8px; margin: 3px 0 0; }.feedback-button { margin-left: auto; flex: 0 0 auto; padding: 7px 8px; border-radius: 8px; background: rgba(255,255,255,.65); color: var(--green-700); font-size: 9px; font-weight: 800; }.feedback-button span { margin-left: 2px; }
.floating-sell { position: fixed; z-index: 10; bottom: 91px; left: 50%; transform: translateX(-50%); padding: 12px 17px; border-radius: 99px; background: var(--green-900); color: white; font-size: 11px; font-weight: 800; box-shadow: 0 8px 20px rgba(33,84,62,.24); transition: .2s; }
.floating-sell span { font-size: 17px; vertical-align: -1px; margin-right: 3px; }
.bottom-nav { position: fixed; z-index: 8; bottom: 0; left: 50%; transform: translateX(-50%); width: min(100%, 560px); height: 75px; padding: 10px 14px 8px; display: flex; justify-content: space-around; align-items: flex-start; background: rgba(255,255,255,.96); border-top: 1px solid var(--line); backdrop-filter: blur(10px); }
.nav-item { position: relative; background: transparent; display: flex; flex-direction: column; align-items: center; gap: 4px; color: #9aa59d; font-size: 22px; min-width: 44px; padding: 0; }.nav-item small { font-size: 9px; font-weight: 700; }.nav-item.active { color: var(--green-900); }.sell-nav { color: white; background: var(--green-900); border: 5px solid var(--green-100); width: 50px; height: 50px; margin-top: -25px; border-radius: 50%; box-shadow: 0 4px 10px rgba(33,84,62,.2); }.sell-nav span { font-size: 26px; line-height: 35px; }.sell-nav small { position: absolute; top: 54px; color: var(--green-900); }.saved-count { position: absolute; top: -2px; right: 3px; display: grid; place-items: center; width: 14px; height: 14px; background: #c97754; color: #fff; border-radius: 50%; font-size: 8px; }
.modal-backdrop { position: fixed; z-index: 30; inset: 0; background: rgba(24,46,35,.45); display: grid; align-items: end; justify-items: center; padding: 0; }.modal-backdrop[hidden] { display: none; }.modal-card { width: min(100%, 560px); position: relative; background: var(--cream); border-radius: 25px 25px 0 0; padding: 24px 20px 28px; box-shadow: 0 -15px 40px rgba(27,53,38,.18); animation: modal-in .25s ease; }.modal-handle { width: 38px; height: 4px; border-radius: 99px; background: #d9dfd3; margin: -11px auto 21px; }.close-modal { position: absolute; right: 18px; top: 17px; background: #e9f0e5; color: var(--green-900); width: 28px; height: 28px; border-radius: 50%; font-size: 21px; line-height: 1; }.modal-card h2 { color: var(--green-950); font-size: 22px; letter-spacing: -.06em; margin: 5px 0 7px; }.modal-copy { font-size: 11px; color: var(--muted); margin-bottom: 18px; }.sell-choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }.sell-choice { text-align: left; background: #fff; border: 1px solid var(--line); border-radius: 15px; padding: 12px; color: var(--ink); }.sell-choice:hover { border-color: var(--green-500); background: var(--green-100); }.sell-choice span { display: block; font-size: 24px; margin-bottom: 7px; }.sell-choice strong { display: block; font-size: 11px; }.sell-choice small { color: var(--muted); font-size: 9px; }.voice-listing { width: 100%; display: flex; align-items: center; gap: 9px; margin-top: 14px; padding: 13px; border-radius: 13px; background: #e8f0e3; color: var(--green-900); font-size: 11px; font-weight: 800; text-align: left; }.voice-listing span { font-size: 19px; }.voice-listing small { margin-left: auto; color: var(--muted); font-family: 'Noto Sans Devanagari'; font-size: 9px; font-weight: 500; }
.role-choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }.role-choice { min-height: 156px; text-align: left; padding: 14px; border: 1px solid var(--line); border-radius: 16px; background: #fff; color: var(--ink); }.role-choice:hover { border-color: var(--green-500); background: var(--green-100); }.role-choice span { display: block; font-size: 28px; margin-bottom: 11px; }.role-choice strong { display: block; color: var(--green-950); font-size: 13px; }.role-choice small { display: block; color: var(--muted); font-size: 9px; margin-top: 3px; }.role-choice em { display: block; color: var(--green-700); font-size: 9px; font-style: normal; line-height: 1.3; margin-top: 11px; }.registration-note { color: var(--muted); font-size: 9px; text-align: center; margin: 16px 0 0; }.role-detail { margin-top: 13px; background: #e8f0e3; border-radius: 14px; padding: 13px; color: var(--green-900); }.role-detail strong { font-size: 11px; }.role-detail p { color: var(--muted); font-size: 10px; line-height: 1.4; margin: 5px 0 9px; }.vendor-tool-chips { display: flex; gap: 5px; flex-wrap: wrap; margin-bottom: 11px; }.vendor-tool-chips span { padding: 5px 7px; border-radius: 99px; background: rgba(255,255,255,.75); color: var(--green-700); font-size: 8px; font-weight: 700; }.role-continue { padding: 9px 11px; font-size: 10px; }.shop-header { display: flex; gap: 11px; align-items: center; padding-right: 24px; }.shop-header h2 { font-size: 19px; margin: 2px 0 4px; }.shop-header p:last-child { color: var(--muted); font-size: 9px; margin: 0; }.shop-actions { display: flex; gap: 7px; margin: 17px 0 21px; }.shop-action { flex: 1; padding: 9px 7px; border-radius: 9px; background: #eef3eb; color: var(--green-900); font-size: 9px; font-weight: 800; }.primary-shop-action { background: var(--green-900); color: white; }.shop-title-row { display: flex; justify-content: space-between; align-items: end; }.shop-title-row h3 { color: var(--green-950); font-size: 14px; margin: 0; }.shop-open { border-radius: 99px; background: #e2efd9; color: var(--green-700); padding: 5px 7px; font-size: 7px; font-weight: 800; }.shop-products { display: grid; gap: 8px; margin: 12px 0 14px; }.shop-product { display: flex; align-items: center; gap: 9px; padding: 7px; border: 1px solid var(--line); border-radius: 11px; background: #fff; }.shop-product img { width: 45px; height: 45px; object-fit: cover; border-radius: 8px; }.shop-product strong { display: block; font-size: 10px; }.shop-product p { color: #b46446; font-size: 11px; font-weight: 800; margin: 4px 0 0; }.shop-product p small { color: var(--muted); font-size: 8px; font-weight: 500; }.shop-add-button { width: 100%; }.rating-row { display: flex; justify-content: center; gap: 6px; margin: 5px 0 17px; }.rating-star { background: transparent; color: #d9dfd3; font-size: 31px; padding: 0 3px; line-height: 1; }.rating-star.selected, .rating-star:hover { color: #e2ad5f; }.feedback-card textarea { display: block; width: 100%; resize: vertical; border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 11px; outline: none; color: var(--ink); font-size: 11px; margin-bottom: 12px; }.feedback-card textarea:focus { border-color: var(--green-500); }.feedback-submit { width: 100%; display: flex; justify-content: center; gap: 5px; }
.listing-form, .registration-form { margin-top: 14px; border-top: 1px solid var(--line); padding-top: 15px; }.form-back-row { display: flex; align-items: center; justify-content: space-between; color: var(--green-900); font-size: 10px; font-weight: 800; margin-bottom: 13px; }.back-button { padding: 0; background: transparent; color: var(--green-700); font-size: 10px; font-weight: 800; }.form-label { display: block; color: var(--green-900); font-size: 9px; font-weight: 800; margin-bottom: 10px; }.form-label input, .form-label select, .form-label textarea { display: block; width: 100%; margin-top: 5px; border: 1px solid var(--line); border-radius: 9px; background: #fff; color: var(--ink); outline: none; padding: 10px; font-size: 11px; }.form-label input:focus, .form-label select:focus, .form-label textarea:focus, .otp-input:focus { border-color: var(--green-500); box-shadow: 0 0 0 3px rgba(113, 165, 93, .1); }.form-label textarea { resize: vertical; }.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }.form-submit { width: 100%; display: flex; justify-content: center; gap: 5px; margin-top: 4px; }.form-note { color: var(--muted); font-size: 8px; text-align: center; margin: 10px 0 0; line-height: 1.35; }.photo-picker { display: flex; align-items: center; gap: 8px; padding: 10px; border: 1px dashed #bbccb4; border-radius: 10px; background: #f0f5ec; color: var(--green-900); margin: 3px 0 8px; cursor: pointer; }.photo-picker span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 8px; background: #dcebd5; font-size: 18px; }.photo-picker strong { font-size: 10px; }.photo-picker small { margin-left: auto; color: var(--muted); font-size: 8px; }.photo-picker input { display: none; }.photo-preview { height: 74px; border-radius: 10px; overflow: hidden; margin-bottom: 8px; background: #e8f0e3; }.photo-preview img { width: 100%; height: 100%; object-fit: cover; }.otp-step { margin-top: 14px; padding-top: 13px; border-top: 1px solid var(--line); }.otp-heading { display: flex; justify-content: space-between; align-items: end; color: var(--green-900); font-size: 10px; }.otp-heading span { color: var(--muted); font-size: 8px; }.otp-input { display: block; width: 100%; margin: 8px 0; padding: 12px; letter-spacing: .32em; text-align: center; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--green-950); font-size: 17px; font-weight: 800; outline: none; }.demo-otp { margin: 0 0 10px; padding: 7px 9px; background: #f5edd9; border-radius: 8px; text-align: center; color: var(--brown); font-size: 9px; }.demo-otp strong { color: #ad6849; letter-spacing: .08em; }.resend-otp { display: block; margin: 8px auto 0; padding: 0; }
@keyframes modal-in { from { transform: translateY(20px); opacity: .7; } to { transform: translateY(0); opacity: 1; } }
.toast { position: fixed; z-index: 50; left: 50%; bottom: 92px; transform: translate(-50%, 15px); opacity: 0; pointer-events: none; background: var(--green-950); color: #fff; padding: 11px 15px; border-radius: 10px; font-size: 11px; box-shadow: var(--shadow); transition: .25s; white-space: nowrap; }.toast.show { opacity: 1; transform: translate(-50%, 0); }
@media (min-width: 700px) { .app-shell { margin: 20px auto; border-radius: 28px; min-height: calc(100vh - 40px); }.bottom-nav { bottom: 20px; border-radius: 0 0 28px 28px; }.floating-sell { bottom: 111px; }.modal-card { border-radius: 25px; margin-bottom: 20px; } }

/* Long forms stay usable on small phones, including after a photo is selected. */
.modal-backdrop { overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
.modal-card { max-height: calc(100vh - 18px); max-height: calc(100dvh - 18px); overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; touch-action: pan-y; }
.modal-card::-webkit-scrollbar { width: 6px; }
.modal-card::-webkit-scrollbar-thumb { background: #cbdac6; border-radius: 99px; }
.rating-row { margin-bottom: 8px; }
.rating-hint { min-height: 18px; margin: 0 0 15px; text-align: center; color: var(--brown); font-family: 'Noto Sans Devanagari'; font-size: 10px; font-weight: 700; }
.voice-listing { display: none !important; }
.profile-actions { display: flex; gap: 10px; align-items: center; margin-top: 12px; }
.location-service-button { width: 100%; margin: 4px 0 12px; }
.item-detail-images { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-bottom: 14px; }
.item-detail-images img { width: 100%; aspect-ratio: 1.2; object-fit: cover; border-radius: 16px; }
.item-detail-price { font-size: 1.35rem; font-weight: 800; color: #225c42; }
.item-detail-facts { display: grid; gap: 8px; margin: 16px 0; color: #53635a; font-size: .9rem; }
.seller-detail { display: flex; gap: 12px; align-items: center; padding: 12px 0; border-top: 1px solid #e4e9df; border-bottom: 1px solid #e4e9df; }
.seller-detail p, .seller-detail small { display: block; margin: 3px 0 0; color: #66736b; }
.detail-actions { display: flex; gap: 8px; align-items: center; margin-top: 14px; }
.detail-actions .primary-button, .detail-actions .outline-button { text-decoration: none; text-align: center; flex: 1; }
.profile-listings { margin-top: 16px; border-top: 1px solid #e4e9df; padding-top: 14px; }
.profile-listings h3 { margin: 0 0 8px; }
.profile-listing-row { display: flex; width: 100%; justify-content: space-between; gap: 10px; padding: 10px 0; border: 0; border-bottom: 1px solid #edf0ea; background: transparent; text-align: left; color: inherit; }
.profile-listing-row small { color: #6c786f; }
.admin-shell { max-width: 900px; margin: 0 auto; padding: 28px 18px 60px; }
.admin-tabs { display: flex; gap: 8px; margin: 24px 0 14px; }
.admin-tab, .admin-record button { border: 1px solid #cad8cc; background: #fff; border-radius: 10px; padding: 10px 14px; cursor: pointer; }
.admin-tab.active { background: #225c42; color: #fff; }
.admin-status { padding: 12px; border-radius: 12px; background: #eef5ed; color: #335d48; margin-bottom: 12px; }
.admin-record { display: flex; justify-content: space-between; gap: 12px; align-items: center; background: #fff; border: 1px solid #e1e9df; border-radius: 14px; padding: 14px; margin: 8px 0; }
.admin-record p { margin: 5px 0 0; color: #68766d; }
.admin-error { color: #9b3d2d; }
.admin-login { display: flex; gap: 8px; flex-wrap: wrap; margin: 14px 0; }
.admin-login input { flex: 1 1 220px; padding: 11px 12px; border: 1px solid #cad8cc; border-radius: 10px; }
.admin-login button { border: 0; border-radius: 10px; background: #225c42; color: #fff; padding: 11px 16px; cursor: pointer; }
.admin-login-card { max-width: 520px; display: grid; gap: 12px; padding: 20px; margin: 22px 0; background: #fff; border: 1px solid #dce7dc; border-radius: 18px; box-shadow: 0 12px 32px rgba(34, 92, 66, .08); }
.admin-login-card h2 { margin: 0 0 4px; }
.admin-login-card input { width: 100%; padding: 12px; border: 1px solid #cad8cc; border-radius: 10px; box-sizing: border-box; }
.admin-login-card button { border: 0; border-radius: 10px; background: #225c42; color: #fff; padding: 12px 16px; cursor: pointer; }
.admin-record-copy { min-width: 0; flex: 1; }
.admin-record-actions { display: flex; flex-wrap: wrap; gap: 7px; justify-content: flex-end; }
.admin-listing-record { align-items: stretch; }
.admin-listing-photo { width: 120px; height: 92px; border-radius: 12px; object-fit: cover; flex: 0 0 120px; }
.admin-no-photo { display: grid; place-items: center; background: #edf3e9; color: #68766d; font-size: 12px; }
.featured-listing { border: 2px solid #d6a936; box-shadow: 0 10px 26px rgba(214, 169, 54, .18); }
.featured-badge { position: absolute; left: 8px; top: 8px; z-index: 2; padding: 5px 8px; background: #f4c84c; color: #4d3a00; border-radius: 999px; font-size: 10px; font-weight: 800; }
.listing-photo-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: #68766d; background: #e7efe1; }
@media (max-width: 650px) {
  .admin-tabs { display: grid; grid-template-columns: 1fr 1fr; }
  .admin-record { align-items: flex-start; flex-wrap: wrap; }
  .admin-listing-photo { width: 100%; height: 170px; flex-basis: 100%; }
  .admin-record-actions { width: 100%; justify-content: flex-start; }
}
