@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');

:root { --ink: #102a43; --muted: #6d7c8e; --line: #e4eaf0; --paper: #f6f8fa; --white: #fff; --lime: #d8f15b; --lime-dark: #adc832; --coral: #ff765d; --shadow: 0 16px 45px rgba(16,42,67,.08); }
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'DM Sans', sans-serif; overflow-x: hidden; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.topbar { background: var(--ink); color: #c9d7e5; font-size: 12px; }
.topbar-inner, .nav-inner { display: flex; align-items: center; justify-content: space-between; min-height: 38px; }
.top-links { display: flex; gap: 24px; }
.top-links a:hover { color: var(--lime); }
.nav { background: var(--white); border-bottom: 1px solid var(--line); }
.nav-inner { min-height: 76px; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 0; font: 700 27px 'Space Grotesk', sans-serif; letter-spacing: -1.4px; white-space: nowrap; }
.brand::before { content: ''; width: 34px; height: 34px; flex: 0 0 34px; display: block; margin-right: 9px; background: url('oguz-logo.svg') center / contain no-repeat; }
.brand-dot { color: var(--coral); }
.brand-dot { margin: 0 4px; }
.nav-actions { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 14px; }
.nav-actions .sell-button { min-height: 42px; padding: 0 15px; white-space: nowrap; }
.header-tools { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.header-search { position: relative; display: flex; align-items: center; gap: 8px; width: min(380px, 32vw); min-width: 220px; min-height: 42px; padding: 0 8px 0 13px; border: 1px solid #d3dfe7; border-radius: 7px; background: #fff; color: var(--muted); transition: border-color .2s, box-shadow .2s; }
.header-search:focus-within { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(255,118,93,.12); }
.header-search input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 13px; }
.header-search input::placeholder { color: var(--muted); }
.header-search button { width: 29px; height: 29px; flex: 0 0 29px; display: grid; place-items: center; border: 0; border-radius: 5px; background: var(--lime); color: var(--ink); }
.header-search button:hover { background: var(--lime-dark); }
.header-search-results { position: absolute; top: calc(100% + 8px); left: 0; right: 0; z-index: 20; display: none; overflow: hidden; border: 1px solid #cfdbe5; border-radius: 8px; background: white; box-shadow: 0 14px 30px rgba(16,42,67,.16); }
.header-search-results.is-visible { display: block; }
.header-search-result { display: grid; gap: 3px; padding: 11px 13px; border-bottom: 1px solid var(--line); }
.header-search-result:last-child { border-bottom: 0; }
.header-search-result:hover { background: #f0f6d8; }
.header-search-result strong { overflow: hidden; color: var(--ink); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.header-search-result span, .header-search-empty { color: var(--muted); font-size: 11px; }
.header-search-empty { display: block; padding: 13px; }
.filter-toggle { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border: 1px solid #d3dfe7; border-radius: 7px; background: white; color: var(--ink); }
.filter-toggle:hover, .filter-toggle.is-active { border-color: var(--ink); background: var(--ink); color: white; }
.nav-link { min-height: 40px; display: inline-flex; align-items: center; gap: 8px; padding: 0 13px; border: 1px solid #d3dfe7; border-radius: 7px; background: #fff; color: var(--ink); transition: background .2s, border-color .2s, color .2s, transform .2s; }
.nav-link:hover { border-color: var(--ink); background: #f5f8fa; color: var(--ink); transform: translateY(-1px); }
.nav-link.admin-link, .nav-actions .admin-link { border-color: var(--ink); background: var(--ink); color: white; }
.nav-link.admin-link:hover, .nav-actions .admin-link:hover { background: #1c405f; border-color: #1c405f; color: white; }
.logout-link { min-height: 40px; display: inline-flex; align-items: center; gap: 6px; padding: 0 11px; border: 1px solid transparent; border-radius: 7px; color: var(--muted); font-size: 13px; transition: background .2s, color .2s; }
.logout-link:hover { background: #fff1ef; color: #c94e3e; }
.profile-page { min-height: 100vh; background: var(--paper); }
.support-main { padding: 42px 0 80px; }
.support-intro { max-width: 680px; margin: 0 auto 30px; text-align: center; }
.support-intro h1 { margin: 8px 0 9px; font-size: 38px; }
.support-intro p { margin: 0; color: var(--muted); font-size: 14px; }
.support-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; max-width: 980px; margin: 0 auto; }
.support-card { padding: 28px; border: 1px solid #cfdbe5; border-radius: 10px; background: white; box-shadow: var(--shadow); }
.support-card-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 17px; border-radius: 8px; background: var(--lime); color: var(--ink); }
.support-card h2 { margin: 0 0 20px; font-size: 22px; }
.support-question + .support-question { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.support-question h3 { margin: 0 0 6px; font-size: 14px; }
.support-question p, .support-card > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.support-list { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.support-list li { display: flex; align-items: flex-start; gap: 9px; color: #334e68; font-size: 13px; line-height: 1.55; }
.support-list svg { flex: 0 0 auto; margin-top: 2px; color: var(--coral); }
.support-contact-card { grid-column: 1 / -1; }
.support-contact-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; padding: 11px 14px; border-radius: 6px; background: var(--ink); color: white; font-size: 13px; font-weight: 700; }
.support-contact-link:hover { background: #1c405f; }
.support-contact-note { display: block; margin-top: 12px; color: var(--muted); font-size: 11px; }
.profile-main { padding: 42px 0 80px; }
.profile-back { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 13px; margin-bottom: 20px; }
.profile-back:hover { color: var(--coral); }
.profile-card { max-width: 760px; margin: 0 auto; background: white; border: 1px solid #cfdbe5; border-radius: 12px; padding: 34px; box-shadow: var(--shadow); position: relative; }
.profile-avatar { width: 76px; height: 76px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); margin-bottom: 20px; }
.profile-heading h1 { font-size: 34px; margin: 7px 0 5px; }
.admin-verified { color: #2084d8; display: inline-flex; vertical-align: middle; margin-left: 7px; }
.admin-verified svg { fill: #2084d8; stroke: white; }
.profile-heading p { color: var(--muted); margin: 0; }
.profile-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin: 30px 0 22px; padding: 20px 0; }
.profile-details span { display: block; color: var(--muted); font-size: 11px; margin-bottom: 6px; }
.profile-details strong { font-size: 13px; overflow-wrap: anywhere; }
.profile-actions { display: flex; align-items: center; gap: 16px; }
.profile-logout { color: var(--coral); font-weight: 700; font-size: 13px; display: inline-flex; align-items: center; gap: 7px; }
.profile-menu { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 26px 0 24px; }
.profile-menu-button { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 11px 13px; border: 1px solid #c4d3df; border-radius: 8px; background: #fbfcfd; color: var(--ink); font-size: 12px; font-weight: 700; text-align: left; transition: background .2s, border-color .2s, color .2s, transform .2s; }
.profile-menu-button span { display: inline-flex; align-items: center; gap: 7px; }
.profile-menu-button:hover, .profile-menu-button.is-active { background: var(--ink); border-color: var(--ink); color: white; transform: translateY(-2px); }
.profile-section-hidden { display: none !important; }
.profile-listings-panel { width: min(760px, calc(100% - 48px)); margin: 24px auto 80px; padding: 26px 34px 30px; background: white; border: 1px solid #cfdbe5; border-radius: 12px; box-shadow: var(--shadow); }
.profile-listings-panel .container { width: 100%; }
.profile-listings-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.profile-listings-head h2 { margin: 6px 0 0; font-size: 20px; }
.profile-listings-count { color: var(--muted); font-size: 12px; }
.profile-listing-list { display: grid; gap: 10px; }
.profile-listing { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; padding: 15px; border: 1px solid #d7e2ea; border-left: 3px solid var(--coral); border-radius: 7px; background: #fbfdfd; }
.profile-listing-main { min-width: 0; }
.profile-listing-main h3 { margin: 5px 0 7px; font-size: 15px; overflow-wrap: anywhere; }
.profile-listing-main strong { color: var(--coral); font: 700 17px 'Space Grotesk', sans-serif; }
.profile-listing-meta { display: grid; justify-items: end; gap: 8px; text-align: right; }
.profile-listing-expiry { display: inline-flex; align-items: center; justify-content: flex-end; gap: 5px; color: var(--muted); font-size: 11px; }
.profile-listing-expiry small { display: block; font-size: 10px; }
.profile-empty-listings { display: flex; align-items: center; gap: 10px; padding: 16px; color: var(--muted); border: 1px dashed #c4d3df; border-radius: 7px; font-size: 12px; }
.profile-empty-listings .sell-button { margin-left: auto; }
.profile-listing-details-toggle { align-self: flex-end; border: 0; background: transparent; color: var(--ink); font-size: 11px; font-weight: 700; display: inline-flex; align-items: center; gap: 5px; }
.profile-listing-details-toggle:hover { color: var(--coral); }
.profile-listing-details { flex-basis: 100%; width: 100%; padding-top: 12px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.6; }
.profile-listing-details strong { color: var(--ink); display: block; margin-bottom: 5px; }
.profile-listing-details p { margin: 0 0 8px; white-space: pre-line; }
.profile-listing-details span { display: inline-flex; align-items: center; gap: 5px; }
.profile-listing-extension-button { align-self: flex-end; border: 0; background: #eef5d2; color: var(--ink); border-radius: 5px; padding: 7px 9px; font-size: 11px; font-weight: 700; display: inline-flex; align-items: center; gap: 5px; }
.profile-listing-extension-button:hover { background: var(--lime); }
.profile-listing-vip-button { align-self: flex-end; border: 0; background: #fff1ef; color: #c94e3e; border-radius: 5px; padding: 7px 9px; font-size: 11px; font-weight: 700; display: inline-flex; align-items: center; gap: 5px; }
.profile-listing-vip-form { align-self: flex-end; margin: 0; }
.profile-listing-vip-button:hover { background: #ffdcd6; }
.extension-payment-info { margin: 0 0 18px; }
.extension-form { display: grid; gap: 13px; }
.blue-tick-box { margin: 26px 0 22px; padding: 20px; border: 1px solid #d7e2ea; border-radius: 9px; background: #f8fbfc; }
.blue-tick-box h2 { font-size: 19px; margin-bottom: 6px; }
.blue-tick-box p { color: var(--muted); font-size: 12px; margin: 0 0 16px; }
.blue-tick-box form { display: grid; gap: 13px; }
.payment-info { display: grid; gap: 4px; padding: 12px; border-left: 3px solid var(--lime-dark); background: #eef5d2; color: var(--ink); font-size: 12px; }
.payment-info span { color: var(--muted); font-size: 11px; line-height: 1.5; }
.receipt-field { display: grid; gap: 7px; color: var(--ink); font-size: 12px; font-weight: 700; }
.receipt-field input { border: 1px dashed #aebfcd; border-radius: 6px; padding: 10px; background: white; font-size: 12px; }
.request-status { display: flex; align-items: center; gap: 8px; padding: 12px; border-radius: 6px; margin: 22px 0; font-size: 12px; }
.request-status.pending { color: #94701e; background: #fff5db; border: 1px solid #f1dfaa; }
.profile-nav-actions { display: flex; align-items: center; gap: 9px; }
.profile-nav-actions .admin-link { min-height: 40px; padding: 0 13px; border: 1px solid var(--ink); border-radius: 7px; background: var(--ink); color: white; font-size: 13px; font-weight: 700; display: inline-flex; align-items: center; gap: 6px; }
.profile-nav-actions .admin-link:hover { background: #1c405f; color: white; }
.admin-link:hover { color: var(--coral); }
.admin-page { min-height: 100vh; background: var(--paper); }
.admin-main { padding: 48px 0 80px; }
.admin-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 26px; }
.admin-heading h1 { font-size: 38px; margin: 8px 0 4px; }
.admin-heading p { color: var(--muted); margin: 0; font-size: 14px; }
.admin-status { background: var(--ink); color: white; border-radius: 5px; padding: 9px 12px; font-size: 11px; display: inline-flex; align-items: center; gap: 6px; }
.admin-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 26px; }
.admin-stats > div { background: white; border: 1px solid #cfdbe5; border-radius: 8px; padding: 18px 20px; box-shadow: 0 4px 14px rgba(16,42,67,.06); }
.admin-stats span { color: var(--muted); display: block; font-size: 12px; }
.admin-stats strong { display: block; font: 700 27px 'Space Grotesk', sans-serif; margin-top: 6px; }
.admin-section { background: white; border: 1px solid #c4d3df; border-radius: 10px; margin-top: 28px; overflow: hidden; box-shadow: 0 8px 22px rgba(16,42,67,.07); }
.admin-section + .admin-section { margin-top: 30px; }
.admin-section-head { display: flex; align-items: center; justify-content: space-between; padding: 19px 22px; border-bottom: 1px solid #d9e3ea; background: #fbfcfd; cursor: pointer; transition: background .2s, border-color .2s; }
.admin-section-head:hover, .admin-section-head:focus-visible { background: #f0f6d8; border-color: #c7d98a; outline: none; }
.admin-section-head h2 { font-size: 19px; display: flex; align-items: center; gap: 9px; }
.admin-section-head h2::before { content: ''; width: 4px; height: 21px; border-radius: 4px; background: var(--coral); }
.admin-section-head span { color: var(--muted); font-size: 12px; }
.admin-menu { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin: 0 0 18px; }
.admin-menu-button { width: 100%; min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 16px; border: 1px solid #c4d3df; border-radius: 9px; background: white; color: var(--ink); box-shadow: 0 5px 14px rgba(16,42,67,.06); text-align: left; transition: background .2s, border-color .2s, transform .2s, box-shadow .2s; }
.admin-menu-button:hover, .admin-menu-button.is-active { background: var(--ink); border-color: var(--ink); color: white; box-shadow: 0 10px 22px rgba(16,42,67,.16); transform: translateY(-2px); }
.admin-menu-title { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; font-size: 13px; }
.admin-menu-count { color: var(--muted); font-size: 11px; white-space: nowrap; }
.admin-menu-button:hover .admin-menu-count, .admin-menu-button.is-active .admin-menu-count { color: #c9d7e5; }
.admin-settings-trigger { width: min(100%, 420px); min-height: 66px; margin: 0 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 16px; border: 1px solid #c4d3df; border-radius: 9px; background: white; color: var(--ink); box-shadow: 0 5px 14px rgba(16,42,67,.06); text-align: left; transition: background .2s, border-color .2s, transform .2s, box-shadow .2s; }
.admin-page > .admin-main { display: block; }
.admin-settings-trigger:hover, .admin-settings-trigger.is-active { background: var(--ink); border-color: var(--ink); color: white; box-shadow: 0 10px 22px rgba(16,42,67,.16); transform: translateY(-2px); }
.admin-settings-trigger .admin-menu-count { color: var(--muted); }
.admin-settings-trigger:hover .admin-menu-count, .admin-settings-trigger.is-active .admin-menu-count { color: #c9d7e5; }
.admin-request-button { text-decoration: none; }
.admin-request-button.has-pending { border-color: var(--coral); }
.admin-request-button.has-pending .admin-menu-count { color: var(--coral); font-weight: 700; }
.admin-settings-button { text-decoration: none; }
.admin-section-header-hidden { display: none; }
.admin-section.is-collapsed { display: none; }
.admin-section.is-collapsed .admin-table-wrap { display: none; }
.admin-table-wrap { overflow-x: auto; }
.admin-table { border-collapse: collapse; width: 100%; min-width: 640px; font-size: 12px; }
.admin-table th { background: #f6f8fa; color: var(--muted); font-size: 10px; text-align: left; text-transform: uppercase; letter-spacing: .5px; }
.admin-table th, .admin-table td { padding: 14px 22px; border-bottom: 1px solid var(--line); white-space: nowrap; }
.admin-table tbody tr:hover { background: #fbfcfd; }
.admin-table tbody tr:last-child td { border-bottom: 0; }
.table-status { display: inline-block; border-radius: 20px; padding: 4px 8px; font-size: 10px; font-weight: 700; }
.table-status.is-active { background: #eaf6df; color: #3e652b; }
.table-status.is-pending { background: #fff5db; color: #94701e; }
.admin-main > .container { display: grid; grid-template-columns: 238px minmax(0, 1fr); column-gap: 28px; align-items: start; }
.admin-heading, .admin-stats, .admin-section { grid-column: 2; width: 100%; }
.admin-menu { grid-column: 1; grid-row: 1 / span 20; width: 100%; display: flex; flex-direction: column; gap: 8px; margin: 0; position: sticky; top: 20px; }
.admin-menu-button { min-height: 58px; padding: 11px 13px; box-shadow: 0 4px 12px rgba(16,42,67,.05); }
.admin-menu-title { font-size: 12px; }
.admin-notification-wrap { position: relative; margin-left: auto; }
.admin-heading-actions { display: flex; align-items: center; gap: 14px; margin-left: auto; }
.admin-heading-actions .admin-notification-wrap { margin-left: 0; }
.admin-notification-button { position: relative; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #c4d3df; border-radius: 8px; background: white; color: var(--ink); }
.admin-notification-button:hover, .admin-notification-button[aria-expanded="true"] { background: var(--ink); border-color: var(--ink); color: white; }
.admin-notification-button > b { position: absolute; top: -7px; right: -7px; min-width: 19px; height: 19px; display: grid; place-items: center; padding: 0 4px; border-radius: 10px; background: var(--coral); color: white; font-size: 10px; }
.admin-notification-panel { position: absolute; top: calc(100% + 10px); right: 0; z-index: 12; width: min(310px, calc(100vw - 32px)); padding: 10px; border: 1px solid #c4d3df; border-radius: 9px; background: white; box-shadow: 0 14px 30px rgba(16,42,67,.16); }
.admin-notification-panel > strong { display: block; padding: 7px 9px 9px; color: var(--ink); font-size: 13px; }
.admin-notification-panel > button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 9px; border: 0; border-radius: 5px; background: transparent; color: var(--ink); text-align: left; font-size: 11px; }
.admin-notification-panel > button:hover { background: #f0f6d8; }
.admin-notification-panel > button b { min-width: 20px; padding: 3px 5px; border-radius: 10px; background: #fff1ef; color: var(--coral); text-align: center; font-size: 10px; }
.admin-live-notification { position: fixed; top: 22px; right: 22px; z-index: 30; display: flex; align-items: center; gap: 9px; min-height: 56px; padding: 13px 13px 13px 16px; border: 1px solid #cce5b8; border-radius: 9px; background: #eaf6df; color: #3e652b; box-shadow: 0 14px 32px rgba(16,42,67,.18); animation: popup-in .25s ease-out; font-size: 12px; font-weight: 700; }
.admin-live-notification button { display: grid; place-items: center; margin-left: 7px; padding: 3px; border: 0; background: transparent; color: inherit; }
@media (max-width: 800px) {
	.admin-main > .container { display: block; }
	.admin-menu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin: 0 0 22px; position: static; }
	.categories-admin-content { padding: 12px; }
	.category-create-form, .category-edit-form, .category-admin-row { align-items: stretch; flex-direction: column; }
	.category-create-form input:nth-of-type(2), .category-edit-form input:nth-of-type(2) { width: 100%; }
	.category-create-form button, .category-edit-form button, .category-admin-row > form:last-child { width: 100%; justify-content: center; }
	.category-admin-row { gap: 10px; }
}
@media (max-width: 500px) {
	.admin-live-notification { top: 12px; right: 12px; left: 12px; justify-content: space-between; }
	.admin-notification-panel { position: fixed; top: 77px; left: 12px; right: 12px; width: auto; max-width: none; }
}
@media (max-width: 800px) {
	.admin-request-inline { width: 100%; margin: 22px 0 80px; }
	.admin-request-inline .admin-table-wrap { overflow: visible; padding: 10px 12px 14px; }
	.admin-request-inline .admin-table { display: block; min-width: 0; }
	.admin-request-inline .admin-table thead { display: none; }
	.admin-request-inline .admin-table tbody, .admin-request-inline .admin-table tr { display: block; }
	.admin-request-inline .admin-table tr { margin: 0 0 10px; padding: 10px 12px; border: 1px solid var(--line); border-left: 3px solid var(--lime-dark); border-radius: 7px; background: #fbfdfd; }
	.admin-request-inline .admin-table tr:last-child { margin-bottom: 0; }
	.admin-request-inline .admin-table td { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 32px; padding: 7px 0; border-bottom: 1px solid #edf1f3; white-space: normal; text-align: right; }
	.admin-request-inline .admin-table td:last-child { border-bottom: 0; padding-bottom: 2px; }
	.admin-request-inline .admin-table td::before { color: var(--muted); font-size: 10px; font-weight: 700; text-align: left; text-transform: uppercase; }
	.admin-request-inline .admin-table td:nth-child(1)::before { content: 'İstifadəçi'; }
	.admin-request-inline .admin-table td:nth-child(2)::before { content: 'Email'; }
	.admin-request-inline .admin-table td:nth-child(3)::before { content: 'Çek'; }
	.admin-request-inline .admin-table td:nth-child(4)::before { content: 'Status'; }
	.admin-request-inline .admin-table td:nth-child(5)::before { content: 'Tarix'; }
	.admin-request-inline .admin-table td:nth-child(6)::before { content: 'Əməliyyat'; }
	.admin-request-inline .request-actions { justify-content: flex-end; flex-wrap: wrap; }
	.admin-request-inline .request-actions button { min-height: 32px; }
}
.table-status.is-rejected { background: #fff1ef; color: #c94e3e; }
.request-list { margin-top: 0; }
.admin-request-inline { width: 100%; margin: 28px 0 80px; }
.admin-page .admin-request-inline, .admin-page .listing-controls-section, .admin-page .payment-settings-section { width: 100%; }
.user-controls-section { width: 100%; }
.user-controls-list { display: grid; gap: 10px; padding: 18px; }
.user-control-row { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 14px; align-items: center; padding: 13px 14px; border: 1px solid var(--line); border-radius: 7px; }
.user-control-row > div { display: grid; gap: 4px; min-width: 0; }
.user-control-row span { color: var(--muted); font-size: 11px; overflow-wrap: anywhere; }
.user-control-row strong { color: var(--ink); font-size: 13px; }
.user-self-label { padding: 7px 9px; background: #f1f4f6; border-radius: 5px; }
.receipt-link { color: var(--coral); font-weight: 700; }
.extension-requests-section small { color: var(--muted); font-size: 10px; }
.extension-payment-section small { color: var(--muted); font-size: 10px; }
.vip-requests-section small { color: var(--muted); font-size: 10px; }
.categories-admin-content { padding: 18px; }
.category-create-form, .category-edit-form { display: flex; align-items: center; gap: 9px; }
.category-create-form { margin-bottom: 14px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.category-create-form input, .category-edit-form input { min-width: 0; border: 1px solid var(--line); border-radius: 5px; padding: 9px 10px; color: var(--ink); }
.category-create-form input:first-of-type, .category-edit-form input:first-of-type { flex: 1; }
.category-create-form input:nth-of-type(2), .category-edit-form input:nth-of-type(2) { width: 180px; }
.category-admin-list { display: grid; gap: 9px; }
.category-admin-row { display: flex; align-items: center; gap: 9px; padding: 10px; border: 1px solid var(--line); border-radius: 7px; background: #fbfdfd; }
.category-edit-form { flex: 1; }
.category-icon-preview { display: grid; place-items: center; width: 34px; height: 34px; overflow: hidden; border-radius: 5px; background: #eef5d2; color: var(--ink); }
.category-icon-preview img { width: 100%; height: 100%; display: block; object-fit: cover; }
.category-icon { width: 54px; height: 54px; flex: 0 0 54px; display: grid; place-items: center; margin: 0 0 14px; border-radius: 14px; background: #eef5d2; color: var(--ink); }
.category-icon svg { filter: drop-shadow(0 3px 3px rgba(16,42,67,.12)); stroke-width: 1.8; }
.catalog-category-icon { width: 58px; height: 58px; flex: 0 0 58px; display: grid; place-items: center; border-radius: 14px; background: #eef5d2; color: var(--ink); box-shadow: none; }
.catalog-category-icon svg { stroke-width: 1.8; filter: drop-shadow(0 3px 3px rgba(16,42,67,.12)); }
.category-icon-preview svg { stroke-width: 1.8; }
.request-actions { display: flex; gap: 6px; }
.pending-listing-review { width: min(1180px, calc(100% - 48px)); margin: 0 auto 24px; background: white; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 8px 22px rgba(16,42,67,.07); }
.pending-listing-content { padding: 24px; }
.pending-listing-head { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }
.pending-listing-head h2 { margin: 5px 0 0; font-size: 22px; }
.pending-listing-head strong { color: var(--coral); font-size: 20px; white-space: nowrap; }
.pending-description { margin: 18px 0; color: var(--muted); line-height: 1.65; white-space: normal; }
.pending-seller { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; padding: 16px 0; margin: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pending-seller div { min-width: 0; }
.pending-seller dt { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.pending-seller dd { margin: 5px 0 0; font-size: 12px; overflow-wrap: anywhere; }
.pending-images { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 18px; }
.pending-images a { display: block; aspect-ratio: 1.25; overflow: hidden; border: 1px solid #d7e2ea; border-radius: 7px; background: #f3f6f7; }
.pending-images a:first-child { grid-column: 1 / -1; aspect-ratio: 16 / 6; }
.pending-images img { width: 100%; height: 100%; object-fit: contain; display: block; padding: 5px; transition: transform .2s; }
.pending-images a:hover img { transform: scale(1.04); }
.pending-no-image { color: var(--muted); font-size: 12px; }
.pending-actions { margin-top: 20px; }
.empty-state { padding: 50px 24px; text-align: center; color: var(--muted); }
.empty-state h2 { color: var(--ink); margin: 14px 0 5px; }
.empty-state p { margin: 0; }
.recent-listing-review { width: min(1180px, calc(100% - 48px)); margin: 0 auto 20px; background: white; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 8px 22px rgba(16,42,67,.07); }
.recent-listing-main { padding: 24px; }
.recent-listing-cards { display: grid; gap: 10px; padding: 16px; }
.recent-listing-card { background: white; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.recent-listing-summary { display: grid; grid-template-columns: 58px minmax(0, 1fr) auto auto; gap: 14px; align-items: center; padding: 12px 14px; }
.recent-listing-thumb { width: 58px; height: 58px; border-radius: 6px; overflow: hidden; background: #e9f0f4; color: var(--muted); display: grid; place-items: center; }
.recent-listing-thumb img { width: 100%; height: 100%; object-fit: cover; }
.recent-listing-card-info { min-width: 0; display: grid; gap: 3px; }
.recent-listing-card-info h3 { margin: 0; font-size: 14px; overflow-wrap: anywhere; }
.recent-listing-card-info > span:last-child { color: var(--muted); font-size: 11px; overflow-wrap: anywhere; }
.recent-listing-card-side { display: grid; justify-items: end; gap: 6px; white-space: nowrap; }
.recent-listing-card-side strong { color: var(--coral); font-size: 15px; }
.details-toggle { border: 0; background: transparent; color: var(--ink); font-size: 11px; font-weight: 700; display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
.details-toggle:hover { color: var(--coral); }
.recent-listing-details { border-top: 1px solid var(--line); padding: 18px; }
.listing-delete-form { display: flex; justify-content: flex-end; margin-top: 16px; }
.delete-listing-button { border: 0; border-radius: 5px; padding: 8px 10px; background: #fff1ef; color: #c94e3e; font-size: 11px; font-weight: 700; display: inline-flex; align-items: center; gap: 5px; }
.delete-listing-button:hover { background: #ffdcd6; }
.listing-expiry-line { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin: 18px 0; padding: 12px 14px; background: #f6f8fa; border-radius: 7px; color: var(--muted); font-size: 12px; }
.listing-expiry-line strong { color: var(--ink); }
.listing-expiry-line .table-status { margin-right: 2px; }
.listing-controls-section { width: 100%; margin: 28px 0 80px; }
.listing-controls-list { display: grid; gap: 10px; padding: 18px; }
	.user-controls-list { padding: 12px; }
	.user-control-row { grid-template-columns: 1fr auto; gap: 10px; }
	.user-control-row > .table-status, .user-control-row > form, .user-self-label { grid-column: 2; grid-row: 1; }
	.user-control-row > form, .user-self-label { grid-row: 2; }
.listing-control-row { display: grid; grid-template-columns: minmax(180px, 1fr) 150px 210px auto; gap: 12px; align-items: end; padding: 14px; border: 1px solid var(--line); border-radius: 7px; }
.listing-status-form { display: contents; }
.listing-notice-form { display: flex; align-items: end; }
.notice-button { border: 0; border-radius: 5px; padding: 7px 9px; background: #e8f1fb; color: #245b8f; font-size: 11px; font-weight: 700; display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
.notice-button:hover { background: #d8e8f8; }
.listing-control-title { min-width: 0; display: grid; gap: 5px; }
.listing-control-title strong { overflow-wrap: anywhere; }
.listing-control-title span { color: var(--muted); font-size: 11px; overflow-wrap: anywhere; }
.listing-control-row label { display: grid; gap: 5px; color: var(--muted); font-size: 10px; text-transform: uppercase; }
.listing-control-row select, .listing-control-row input { min-height: 36px; border: 1px solid var(--line); border-radius: 5px; padding: 8px; color: var(--ink); background: white; box-sizing: border-box; }
.listing-edit-list { display: grid; gap: 14px; padding: 18px; }
.listing-edit-form { display: grid; grid-template-columns: minmax(180px, 1.4fr) minmax(180px, 1.5fr) 120px 160px 130px 150px 130px auto; gap: 10px; align-items: end; padding: 14px; border: 1px solid var(--line); border-radius: 7px; background: #fbfdfd; }
.listing-edit-form label { display: grid; gap: 5px; color: var(--muted); font-size: 10px; text-transform: uppercase; }
.listing-edit-form input, .listing-edit-form select, .listing-edit-form textarea { width: 100%; min-height: 36px; border: 1px solid var(--line); border-radius: 5px; padding: 8px; color: var(--ink); background: white; box-sizing: border-box; }
.listing-edit-form textarea { resize: vertical; min-height: 58px; }
.listing-edit-form button { min-height: 36px; white-space: nowrap; }
.expiry-notice-section { width: 100%; margin: 28px 0 80px; }
.expiry-notice-section .settings-card { display: block; width: 100%; max-width: 100%; margin: 0 auto; box-sizing: border-box; }
.expiry-notice-card { padding: 24px; }
.settings-help { margin: 0 0 16px; color: var(--muted); font-size: 12px; }
.expiry-notice-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; align-items: end; }
.approve-button, .reject-button { border: 0; border-radius: 5px; padding: 7px 9px; font-size: 11px; font-weight: 700; }
.approve-button { background: #eaf6df; color: #3e652b; }
.reject-button { background: #fff1ef; color: #c94e3e; }
.whatsapp-button { background: #dff5e5; color: #18723c; border-radius: 6px; padding: 11px 13px; font-size: 12px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; gap: 7px; text-decoration: none; }
.whatsapp-button:hover { background: #c9ecd4; }
.receipt-options { display: grid; gap: 11px; }
.payment-settings-section { width: 100%; margin: 28px 0 80px; }
.payment-settings-section .settings-card { display: block; width: 100%; max-width: 100%; margin: 0 auto; background: white; border: 1px solid #c4d3df; border-radius: 10px; padding: 24px; box-shadow: 0 8px 22px rgba(16,42,67,.07); box-sizing: border-box; }
.settings-form { display: grid; gap: 18px; }
.settings-form small { color: var(--muted); font-size: 11px; font-weight: 400; }
.site-notice { background: #eaf6df; color: #3e652b; border-bottom: 1px solid #cce5b8; font-size: 13px; }
.site-notice .container { min-height: 42px; display: flex; align-items: center; gap: 8px; }
.popup-notification { position: fixed !important; top: 22px; right: 22px; z-index: 30; width: min(430px, calc(100% - 32px)); min-height: 58px; display: flex; align-items: center; gap: 10px; padding: 15px 46px 15px 17px; border: 1px solid #c4d3df; border-radius: 9px; box-shadow: 0 14px 32px rgba(16,42,67,.18); animation: popup-in .25s ease-out; }
.popup-notification .container { min-height: auto; width: auto; margin: 0; padding: 0; display: contents; }
.popup-notification.auth-errors, .popup-notification.profile-errors { background: #fff1ef; color: #c94e3e; border-color: #ffd4ce; }
.popup-notification.auth-success, .popup-notification.site-notice { background: #eaf6df; color: #3e652b; border-color: #cce5b8; }
.popup-notification.auth-errors div { display: flex; gap: 7px; align-items: center; margin: 4px 0; }
@media (max-width: 800px) { 
	.listing-detail-main { padding: 26px 0 90px; }
	.listing-detail-card { grid-template-columns: 1fr; gap: 22px; padding: 14px; border-radius: 9px; }
	.listing-detail-gallery { display: block; }
	.listing-main-image { aspect-ratio: 4 / 3; }
	.listing-thumbnail { width: 58px; height: 48px; }
	.listing-detail-info h1 { font-size: 27px; }
	.listing-detail-price { font-size: 21px; }
	.listing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
	.listing-image { aspect-ratio: 4 / 3; }
	.listing-body { padding: 10px; }
	.listing-title { font-size: 13px; min-height: 34px; }
	.listing-price { font-size: 16px; }
	.listing-meta { margin-top: 8px; font-size: 10px; }
	.pending-listing-review { width: calc(100% - 24px); } 
	.recent-listing-review { width: calc(100% - 24px); }
	.recent-listing-main { padding: 18px; }
	.recent-listing-cards { padding: 12px; }
	.recent-listing-summary { grid-template-columns: 48px minmax(0, 1fr) auto; gap: 10px; padding: 10px; }
	.recent-listing-thumb { width: 48px; height: 48px; }
	.recent-listing-card-side { grid-column: 2 / -1; grid-row: 2; display: flex; justify-content: space-between; align-items: center; }
	.details-toggle { grid-column: 2 / -1; grid-row: 3; justify-content: flex-start; padding: 4px 0; }
	.pending-listing-content { padding: 18px; } 
	.pending-listing-head { display: block; } 
	.pending-listing-head strong { display: block; margin-top: 10px; } 
	.pending-seller { grid-template-columns: repeat(2, minmax(0, 1fr)); } 
	.pending-images { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.pending-images a:first-child { aspect-ratio: 16 / 8; }
	.listing-controls-section { width: 100%; }
	.listing-controls-list { padding: 12px; }
	.listing-control-row { grid-template-columns: 1fr; align-items: stretch; }
	.listing-status-form { display: grid; grid-template-columns: 1fr; gap: 12px; }
	.listing-notice-form { align-items: stretch; }
	.notice-button { justify-content: center; }
	.listing-edit-list { padding: 12px; }
	.listing-edit-form { grid-template-columns: 1fr; align-items: stretch; }
	.expiry-notice-section { width: 100%; }
	.expiry-notice-card { padding: 18px; }
	.expiry-notice-form { grid-template-columns: 1fr; }
}
.popup-close { position: absolute; top: 10px; right: 10px; width: 30px; height: 30px; border: 0; border-radius: 5px; background: transparent; color: currentColor; display: grid; place-items: center; }
.popup-close:hover { background: rgba(16,42,67,.08); }
@keyframes popup-in { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }
.sell-button, .hero-button { border: 0; background: var(--lime); color: var(--ink); border-radius: 7px; padding: 13px 19px; font-weight: 700; display: inline-flex; align-items: center; gap: 8px; }
.sell-button:hover, .hero-button:hover { background: var(--lime-dark); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); }
.hero { background: #edf3ef; color: var(--ink); padding: 42px 0 48px; position: relative; overflow: hidden; }
.listing-filter-section { display: none; padding: 18px 0; background: white; border-bottom: 1px solid var(--line); }
.listing-filter-section.is-open { display: block; }
.listing-filters { display: flex; align-items: end; gap: 10px; flex-wrap: wrap; }
.listing-filters label { display: grid; gap: 5px; min-width: 135px; color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.listing-filters select, .listing-filters input { min-height: 38px; border: 1px solid #cfdbe5; border-radius: 6px; padding: 8px 10px; color: var(--ink); background: white; outline-color: var(--coral); font-size: 12px; }
.listing-filters label:first-child { min-width: 175px; }
.filter-button { min-height: 38px; border: 0; border-radius: 6px; padding: 0 13px; display: inline-flex; align-items: center; gap: 6px; background: var(--ink); color: white; font-size: 12px; font-weight: 700; }
.filter-button:hover { background: #1c405f; }
.filter-reset { align-self: center; color: var(--coral); font-size: 12px; font-weight: 700; }
.hero:after { content: ''; position: absolute; width: 390px; height: 390px; border: 1px solid rgba(174,200,50,.2); border-radius: 50%; right: -90px; top: -180px; box-shadow: 0 0 0 42px rgba(174,200,50,.04), 0 0 0 84px rgba(174,200,50,.025); pointer-events: none; }
.hero-copy { max-width: 700px; position: relative; z-index: 1; }
.hero-head { position: relative; z-index: 1; margin-bottom: 22px; }
.hero-head h2 { color: var(--ink); font-size: 28px; }
.hero-head p { color: var(--muted); margin-bottom: 0; }
.hero-head .text-link { color: var(--coral); }
.eyebrow { color: var(--lime); text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: 1.7px; }
h1, h2, h3 { font-family: 'Space Grotesk', sans-serif; margin: 0; letter-spacing: -.8px; }
h1 { font-size: clamp(36px, 5vw, 63px); line-height: 1.04; margin: 14px 0 17px; max-width: 700px; }
.hero p { color: #a9b8c8; font-size: 16px; margin: 0 0 30px; }
.section { padding: 42px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 22px; }
.section-head h2 { font-size: 25px; }
.section-head p { color: var(--muted); margin: 8px 0 0; font-size: 14px; }
.text-link { color: var(--coral); font-size: 14px; font-weight: 700; }
.categories { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.category { position: relative; z-index: 1; display: flex; flex-direction: column; overflow: hidden; background: white; color: var(--ink); border: 1px solid #cfdbe5; padding: 18px 13px 15px; border-radius: 10px; min-height: 205px; box-shadow: 0 5px 15px rgba(16,42,67,.06); transition: transform .2s, box-shadow .2s, border-color .2s; touch-action: manipulation; }
.category:hover { transform: translateY(-4px); border-color: var(--coral); box-shadow: 0 15px 28px rgba(16,42,67,.14); }
.category::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--coral); transform: scaleX(.35); transform-origin: left; transition: transform .25s ease; }
.category:hover::after { transform: scaleX(1); }
.category-icon { width: 54px; height: 54px; display: grid; place-items: center; background: #eef5d2; color: var(--ink); border-radius: 14px; margin: 0 0 14px; }
.category-icon svg { filter: drop-shadow(0 3px 3px rgba(16,42,67,.12)); stroke-width: 1.8; }
.category:nth-child(2) .category-icon { background: #e7f1fb; color: #245b8f; }
.category:nth-child(3) .category-icon { background: #fff1ef; color: #c94e3e; }
.category:nth-child(4) .category-icon { background: #f4edff; color: #7351a5; }
.category:nth-child(5) .category-icon { background: #e8f5ef; color: #287556; }
.category:nth-child(6) .category-icon { background: #fff4df; color: #9b6a18; }
.category-image { width: calc(100% + 36px); height: 132px; overflow: hidden; border-radius: 7px 7px 4px 4px; margin: -18px -18px 15px; background: #e9f0f4; position: relative; }
.category-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,42,67,.02) 30%, rgba(16,42,67,.28) 100%); pointer-events: none; }
.category-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.category:hover .category-image img { transform: scale(1.06); }
.category h3 { font-size: 14px; line-height: 1.25; letter-spacing: 0; margin: 0; }
.category span { color: var(--muted); font-size: 11px; display: block; margin-top: auto; padding-top: 7px; }
.featured { background: white; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.vip-section { background: white; color: var(--ink); padding: 28px 0 32px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.vip-section .section-head { margin-bottom: 16px; }
.section-count { color: var(--muted); font-size: 12px; }
.saved-section { background: #f0f6d8; border-bottom: 1px solid #d7e2ea; }
.saved-empty { display: grid; justify-items: center; gap: 7px; padding: 38px 20px; border: 1px dashed #b9c9a1; border-radius: 10px; color: var(--muted); background: rgba(255,255,255,.55); text-align: center; }
.saved-empty strong { color: var(--ink); font-size: 14px; }
.saved-empty span { font-size: 12px; }
.saved-empty[hidden] { display: none; }
.catalog-page { min-height: 100vh; background: var(--paper); }
.catalog-main { padding: 52px 0 110px; }
.catalog-heading { margin-bottom: 28px; }
.catalog-heading h1 { margin: 8px 0 6px; font-size: 38px; }
.catalog-heading p { margin: 0; color: var(--muted); font-size: 14px; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.catalog-category { position: relative; display: flex; align-items: center; gap: 14px; min-height: 108px; padding: 18px; border: 1px solid #cfdbe5; border-radius: 10px; background: white; color: var(--ink); box-shadow: 0 5px 16px rgba(16,42,67,.06); transition: transform .2s, border-color .2s, box-shadow .2s; }
.catalog-category:hover { transform: translateY(-4px); border-color: var(--coral); box-shadow: 0 14px 28px rgba(16,42,67,.12); }
.catalog-category::after { content: ''; position: absolute; left: 0; bottom: 0; width: 42px; height: 3px; border-radius: 0 3px 0 0; background: var(--coral); transition: width .25s ease; }
.catalog-category:hover::after { width: 100%; }
.catalog-category-icon { width: 58px; height: 58px; flex: 0 0 58px; display: grid; place-items: center; border-radius: 14px; background: #eef5d2; color: var(--ink); }
.catalog-category-icon svg { stroke-width: 1.8; filter: drop-shadow(0 3px 3px rgba(16,42,67,.12)); }
.catalog-category:nth-child(2) .catalog-category-icon { background: #e7f1fb; color: #245b8f; }
.catalog-category:nth-child(3) .catalog-category-icon { background: #fff1ef; color: #c94e3e; }
.catalog-category:nth-child(4) .catalog-category-icon { background: #f4edff; color: #7351a5; }
.catalog-category:nth-child(5) .catalog-category-icon { background: #e8f5ef; color: #287556; }
.catalog-category:nth-child(6) .catalog-category-icon { background: #fff4df; color: #9b6a18; }
.catalog-category-image { width: 112px; height: 82px; flex: 0 0 112px; overflow: hidden; border-radius: 8px; background: #e9f0f4; box-shadow: 0 4px 10px rgba(16,42,67,.12); }
.catalog-category-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.catalog-category:hover .catalog-category-image img { transform: scale(1.07); }
.catalog-category-content { display: grid; gap: 6px; min-width: 0; flex: 1; }
.catalog-category-content strong { font-size: 15px; overflow-wrap: anywhere; }
.catalog-category-content small { color: var(--muted); font-size: 11px; }
.catalog-category > svg { color: var(--coral); flex: 0 0 auto; }
.favorites-page { min-height: 100vh; background: var(--paper); }
.favorites-main { padding: 48px 0 100px; }
.favorites-main .section-head { align-items: flex-end; }
.favorites-main h1 { margin: 7px 0 0; font-size: 36px; }
.favorites-count { color: var(--muted); font-size: 12px; }
.favorites-empty { margin-top: 16px; }
.listing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.listing-grid:empty::after { content: 'Hələ heç bir elan yoxdur.'; grid-column: 1 / -1; display: block; padding: 42px 20px; border: 1px dashed #c4d3df; border-radius: 10px; color: var(--muted); background: #fbfcfd; text-align: center; font-size: 14px; }
.listing-card { background: white; border: 1px solid #cfdbe5; border-radius: 10px; overflow: hidden; position: relative; transition: box-shadow .2s, transform .2s, border-color .2s; min-width: 0; box-shadow: 0 4px 14px rgba(16,42,67,.08); }
.listing-card:hover { transform: translateY(-5px); border-color: #aebfcd; box-shadow: 0 16px 30px rgba(16,42,67,.16); }
.listing-card-link { cursor: pointer; }
.listing-image { aspect-ratio: 1.45; width: 100%; object-fit: cover; display: block; background: #e9f0f4; }
.favorite { position: absolute; right: 10px; top: 10px; background: rgba(255,255,255,.94); border: 0; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); box-shadow: 0 3px 10px rgba(16,42,67,.12); }
.favorite.is-saved { color: var(--coral); }
.listing-body { padding: 16px; border-top: 1px solid #edf1f4; }
.listing-title { font-size: 16px; line-height: 1.25; margin-bottom: 10px; min-height: 40px; overflow: hidden; }
.listing-price { font: 700 19px 'Space Grotesk', sans-serif; }
.listing-category { display: block; color: var(--coral); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 7px; }
.listing-meta { display: flex; justify-content: space-between; gap: 8px; color: var(--muted); font-size: 12px; margin-top: 14px; }
.listing-meta span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.listing-meta span { display: inline-flex; align-items: center; gap: 4px; }
.listing-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.listing-card { border-radius: 8px; }
.listing-image { aspect-ratio: 4 / 3; object-fit: cover; }
.listing-body { padding: 12px; }
.listing-category { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.listing-title { font-size: 14px; line-height: 1.3; margin: 6px 0 8px; min-height: 36px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.listing-price { font-size: 18px; }
.listing-meta { margin-top: 10px; font-size: 11px; }
.badge { display: inline-block; background: var(--lime); color: var(--ink); border-radius: 3px; padding: 4px 7px; font-size: 10px; font-weight: 700; margin-bottom: 10px; }
.empty-state { grid-column: 1/-1; padding: 34px; text-align: center; color: var(--muted); background: white; border: 1px dashed var(--line); }
.trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 14px; }
.trust-item { display: flex; gap: 13px; align-items: center; padding: 22px; background: #e9f0f4; border-radius: 8px; }
.trust-item i { color: var(--coral); }
.trust-item strong { display: block; font-size: 14px; }
.trust-item span { display: block; color: var(--muted); font-size: 12px; margin-top: 3px; }
.footer { background: var(--ink); color: #a9b8c8; padding: 40px 0 25px; }
.listing-detail-main { padding: 42px 0 80px; }
.listing-detail-card { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: 34px; background: white; border: 1px solid #cfdbe5; border-radius: 12px; padding: 24px; box-shadow: var(--shadow); }
.listing-detail-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; align-content: start; }
.listing-detail-gallery { display: block; }
.listing-main-image { aspect-ratio: 4 / 3; overflow: hidden; border-radius: 8px; background: #eef4f1; cursor: zoom-in; }
.listing-main-image img { width: 100%; height: 100%; object-fit: contain; padding: 10px; display: block; cursor: zoom-in; }
.image-lightbox { position: fixed; inset: 0; z-index: 30; display: none; place-items: center; padding: 28px; background: rgba(8, 22, 35, .86); }
.image-lightbox.is-open { display: grid; }
.image-lightbox-image { display: block; width: auto; height: auto; max-width: min(1100px, 94vw); max-height: 88vh; object-fit: contain; border-radius: 6px; box-shadow: 0 18px 55px rgba(0, 0, 0, .35); }
.image-lightbox-close { position: absolute; top: 18px; right: 22px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(16,42,67,.65); color: white; }
.image-lightbox-close:hover { background: var(--coral); border-color: var(--coral); }
.whatsapp-choice { position: fixed; inset: 0; z-index: 31; display: none; place-items: center; padding: 18px; background: rgba(8, 22, 35, .62); }
.whatsapp-choice.is-open { display: grid; }
.whatsapp-choice-card { position: relative; width: min(390px, 100%); padding: 28px; border: 1px solid #cfdbe5; border-radius: 10px; background: white; box-shadow: var(--shadow); }
.whatsapp-choice-card h2 { margin: 0 0 7px; font-size: 21px; }
.whatsapp-choice-card p { margin: 0 0 20px; color: var(--muted); font-size: 13px; }
.whatsapp-choice-close { position: absolute; top: 13px; right: 13px; display: grid; place-items: center; width: 30px; height: 30px; border: 0; border-radius: 6px; background: transparent; color: var(--muted); }
.whatsapp-choice-close:hover { background: #fff1ef; color: var(--coral); }
.whatsapp-choice-actions { display: grid; gap: 9px; }
.whatsapp-choice-actions button { display: flex; align-items: center; gap: 10px; width: 100%; padding: 12px 13px; border: 1px solid #cfdbe5; border-radius: 7px; background: #fbfdfd; color: var(--ink); font-size: 13px; font-weight: 700; text-align: left; }
.whatsapp-choice-actions button:hover { border-color: #18723c; background: #eaf6df; color: #18723c; }
.listing-gallery-thumbnails { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.listing-thumbnail { width: 68px; height: 54px; padding: 3px; border: 2px solid transparent; border-radius: 6px; background: #eef4f1; overflow: hidden; cursor: pointer; }
.listing-thumbnail img { width: 100%; height: 100%; object-fit: contain; display: block; }
.listing-thumbnail.is-active { border-color: var(--coral); }
.listing-detail-info h1 { font-size: 34px; line-height: 1.1; margin: 8px 0 12px; }
.listing-detail-price { color: var(--coral); font: 700 24px 'Space Grotesk', sans-serif; }
.listing-detail-meta { display: flex; flex-wrap: wrap; gap: 16px; margin: 22px 0; color: var(--muted); font-size: 12px; }
.listing-detail-meta span, .listing-seller a { display: inline-flex; align-items: center; gap: 6px; }
.listing-detail-block { border-top: 1px solid var(--line); padding-top: 18px; margin-top: 18px; }
.listing-detail-block h2 { font-size: 17px; margin-bottom: 8px; }
.listing-detail-block p { color: var(--muted); line-height: 1.65; white-space: normal; }
.listing-seller { display: grid; gap: 8px; color: var(--muted); font-size: 13px; }
.listing-seller strong { color: var(--ink); font-size: 16px; }
.listing-seller a { color: var(--coral); font-weight: 700; }
.listing-seller .whatsapp-button { width: fit-content; color: #18723c; }
.listing-seller span { display: none; }
@media (max-width: 800px) {
	.listing-detail-main { padding: 26px 0 90px; }
	.listing-detail-card { grid-template-columns: 1fr; gap: 22px; padding: 14px; border-radius: 9px; }
	.listing-detail-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
	.image-lightbox { padding: 16px; }
	.image-lightbox-image { max-width: 96vw; max-height: 80vh; }
	.image-lightbox-close { top: 12px; right: 12px; width: 38px; height: 38px; }
	.listing-detail-info h1 { font-size: 27px; }
	.listing-detail-price { font-size: 21px; }
	.listing-detail-meta { gap: 10px; margin: 16px 0; }
	.listing-detail-block { margin-top: 16px; padding-top: 16px; }
	.listing-detail-block h2 { font-size: 16px; }
	.listing-detail-block p { font-size: 13px; }
	.listing-seller { font-size: 12px; }
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 35px; }
.footer .brand { color: white; }
.footer p { max-width: 270px; line-height: 1.6; font-size: 13px; }
.footer h3 { color: white; font-size: 13px; margin-bottom: 14px; }
.footer a { display: block; font-size: 13px; margin: 9px 0; }
.footer a:hover { color: var(--lime); }
.copyright { border-top: 1px solid #29435b; margin-top: 30px; padding-top: 18px; font-size: 11px; }
.modal { position: fixed; inset: 0; background: rgba(16,42,67,.58); display: none; place-items: center; padding: 20px; z-index: 10; }
.modal.is-open { display: grid; }
.modal-card { background: white; width: min(560px, 100%); max-height: 90vh; overflow: auto; border-radius: 10px; padding: 28px; position: relative; }
.modal-close { position: absolute; top: 19px; right: 19px; border: 0; background: transparent; color: var(--muted); }
.modal-card h2 { font-size: 24px; margin-bottom: 5px; }
.modal-subtitle { color: var(--muted); font-size: 13px; margin: 0 0 22px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-field { display: flex; flex-direction: column; gap: 6px; font-size: 12px; font-weight: 700; }
.form-field.full { grid-column: 1/-1; }
.form-field input, .form-field select, .form-field textarea { border: 1px solid var(--line); border-radius: 5px; padding: 11px 12px; outline-color: var(--coral); color: var(--ink); }
.form-field textarea { min-height: 92px; resize: vertical; }
.form-submit { margin-top: 20px; width: 100%; justify-content: center; }
.auth-page { min-height: 100vh; background: var(--paper); }
.auth-layout { min-height: 100vh; display: grid; grid-template-columns: minmax(320px, .85fr) minmax(420px, 1.15fr); }
.auth-intro { background: var(--ink); color: white; padding: 48px clamp(28px, 7vw, 110px); display: flex; flex-direction: column; justify-content: space-between; }
.auth-intro h1 { margin: 16px 0; font-size: clamp(42px, 5vw, 68px); }
.auth-intro p { color: #a9b8c8; max-width: 390px; line-height: 1.7; }
.auth-back { color: #c9d7e5; font-size: 13px; display: inline-flex; align-items: center; gap: 8px; }
.auth-back:hover { color: var(--lime); }
.auth-panel { display: grid; place-items: center; padding: 40px 24px; }
.auth-card { width: min(430px, 100%); background: white; border: 1px solid var(--line); border-radius: 10px; padding: 34px; box-shadow: var(--shadow); }
.auth-card-head { margin-bottom: 25px; }
.auth-icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; background: #eef5d2; color: var(--ink); margin-bottom: 18px; }
.auth-card h2 { font-size: 28px; }
.auth-card-head p { color: var(--muted); font-size: 13px; margin: 7px 0 0; }
.auth-form { display: grid; gap: 16px; }
.password-field { position: relative; display: flex; align-items: center; width: 100%; }
.password-field input {
    width: 100%;
    min-height: 50px;
    padding: 0 42px 0 12px;
    border: 1px solid var(--line);
    border-radius: 5px;
    outline-color: var(--coral);
    color: var(--ink);
    background: white;
}
.password-toggle {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: var(--muted);
    display: grid;
    place-items: center;
    cursor: pointer;
    z-index: 1;
}
.password-toggle:hover { background: #eef5d2; color: var(--ink); }
.auth-submit { width: 100%; justify-content: center; }
.auth-errors { background: #fff1ef; color: #c94e3e; border: 1px solid #ffd4ce; border-radius: 6px; padding: 11px 13px; margin-bottom: 16px; font-size: 12px; }
.auth-success { background: #eaf6df; color: #3e652b; border: 1px solid #cce5b8; border-radius: 6px; padding: 11px 13px; margin-bottom: 16px; font-size: 12px; display: flex; gap: 7px; align-items: center; }
.auth-errors div { display: flex; gap: 7px; align-items: center; margin: 4px 0; }
.terms { color: var(--muted); font-size: 11px; display: flex; gap: 7px; align-items: flex-start; font-weight: 400; }
.terms a, .auth-switch a { color: var(--coral); font-weight: 700; }
.auth-switch { color: var(--muted); font-size: 12px; text-align: center; margin-top: 20px; }
.mobile-bottom-nav { display: none; }
@media (max-width: 800px) { .container { width: min(100% - 32px, 600px); } .top-links { display: none; } .nav-inner { min-height: 65px; padding: 10px 0 12px; flex-wrap: wrap; } .header-search { order: 3; width: 100%; min-width: 0; flex: 1 0 100%; margin: 2px 0 0; } .nav-actions { gap: 13px; margin-left: auto; } .nav-link, .logout-link { display: none; } .menu-toggle { display: block; } .nav-actions.is-open .nav-link { display: flex; position: absolute; left: 16px; right: 16px; top: 112px; background: white; border-bottom: 1px solid var(--line); padding: 16px; z-index: 5; } .hero { padding: 45px 0 58px; } .categories { grid-template-columns: repeat(3, 1fr); } .listing-grid { grid-template-columns: repeat(2, 1fr); } .listing-body { padding: 14px; } .listing-image { aspect-ratio: 1.35; } .trust { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; } .trust-item { min-width: 0; gap: 6px; padding: 13px 8px; align-items: flex-start; } .trust-item svg { width: 19px; height: 19px; flex: 0 0 19px; } .trust-item strong { font-size: 10px; line-height: 1.25; } .trust-item span { font-size: 9px; line-height: 1.3; } .footer-grid { grid-template-columns: 1fr 1fr; } .support-grid { grid-template-columns: 1fr; } .support-contact-card { grid-column: auto; } .support-intro h1 { font-size: 31px; } .support-card { padding: 22px 18px; } }
@media (max-width: 800px) { .mobile-bottom-nav { position: fixed; display: grid; grid-template-columns: repeat(5, 1fr); align-items: end; left: 0; right: 0; bottom: 0; min-height: 68px; padding: 7px 8px max(7px, env(safe-area-inset-bottom)); background: rgba(255,255,255,.97); border-top: 1px solid var(--line); box-shadow: 0 -8px 24px rgba(16,42,67,.08); z-index: 8; } .mobile-tab { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; min-height: 52px; color: var(--muted); font-size: 10px; font-weight: 600; } .mobile-tab.active, .mobile-tab:hover { color: var(--coral); } .mobile-add { width: 50px; height: 50px; margin: -20px auto 0; border: 5px solid var(--paper); border-radius: 50%; display: grid; place-items: center; color: var(--ink); background: var(--lime); box-shadow: 0 5px 16px rgba(16,42,67,.18); } main { padding-bottom: 68px; } .footer { padding-bottom: 95px; } }
@media (max-width: 800px) { .auth-layout { display: block; } .auth-intro { min-height: 255px; padding: 28px 24px; } .auth-intro h1 { font-size: 43px; margin: 12px 0; } .auth-intro p { display: none; } .auth-panel { padding: 24px 12px 40px; } .auth-card { padding: 25px 18px; } .profile-main { padding: 28px 0 100px; } .profile-card { padding: 25px 18px; } .profile-menu { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; margin-top: 20px; } .profile-menu-button { min-height: 54px; padding: 10px 9px; font-size: 11px; } .profile-menu-button > i { display: none; } .profile-details { grid-template-columns: 1fr; gap: 16px; margin-top: 22px; } .profile-actions { flex-direction: column; align-items: stretch; } .profile-actions .sell-button, .profile-logout { justify-content: center; } .profile-listing { align-items: flex-start; flex-direction: column; gap: 12px; } .profile-listing-meta { justify-items: start; text-align: left; width: 100%; } .profile-listing-expiry { justify-content: flex-start; flex-wrap: wrap; } .profile-empty-listings { align-items: flex-start; flex-wrap: wrap; } .profile-empty-listings .sell-button { margin-left: 0; width: 100%; justify-content: center; } }
@media (max-width: 800px) { .blue-tick-box { width: 100%; max-width: 100%; margin: 20px 0; padding: 16px; overflow: hidden; } .blue-tick-box form { width: 100%; min-width: 0; } .blue-tick-box .payment-info, .blue-tick-box .receipt-field, .blue-tick-box .receipt-field input { width: 100%; max-width: 100%; min-width: 0; } .blue-tick-box .receipt-field input { padding: 9px 6px; font-size: 11px; } .blue-tick-box .whatsapp-button, .blue-tick-box .sell-button { width: 100%; justify-content: center; } }
@media (max-width: 800px) { .auth-layout { display: block; } .auth-intro { min-height: 255px; padding: 28px 24px; } .auth-intro h1 { font-size: 43px; margin: 12px 0; } .auth-intro p { display: none; } .auth-panel { padding: 24px 12px 40px; } .auth-card { padding: 25px 18px; } .profile-main { padding: 28px 0 100px; } .profile-card { padding: 25px 18px; } .profile-menu { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; margin-top: 20px; } .profile-menu-button { min-height: 54px; padding: 10px 9px; font-size: 11px; } .profile-menu-button > i { display: none; } .profile-details { grid-template-columns: 1fr; gap: 16px; margin-top: 22px; } .profile-actions { flex-direction: column; align-items: stretch; } .profile-actions .sell-button, .profile-logout { justify-content: center; } .profile-listings-panel { width: calc(100% - 32px); padding: 22px 16px 24px; margin-top: 20px; } .profile-listing { align-items: flex-start; flex-direction: column; gap: 12px; } .profile-listing-meta { justify-items: start; text-align: left; width: 100%; } .profile-listing-expiry { justify-content: flex-start; flex-wrap: wrap; } .profile-empty-listings { align-items: flex-start; flex-wrap: wrap; } .profile-empty-listings .sell-button { margin-left: 0; width: 100%; justify-content: center; } }
@media (max-width: 800px) { .auth-layout { display: block; } .auth-intro { min-height: 255px; padding: 28px 24px; } .auth-intro h1 { font-size: 43px; margin: 12px 0; } .auth-intro p { display: none; } .auth-panel { padding: 24px 12px 40px; } .auth-card { padding: 25px 18px; } .profile-main { padding: 28px 0 100px; } .profile-card { padding: 25px 18px; } .profile-menu { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin-top: 20px; } .profile-menu-button { min-height: 54px; padding: 10px 9px; font-size: 11px; } .profile-menu-button > i { display: none; } .profile-details { grid-template-columns: 1fr; gap: 16px; margin-top: 22px; } .profile-actions { flex-direction: column; align-items: stretch; } .profile-actions .sell-button, .profile-logout { justify-content: center; } .profile-listing { align-items: flex-start; flex-direction: column; gap: 12px; } .profile-listing-meta { justify-items: start; text-align: left; width: 100%; } .profile-listing-expiry { justify-content: flex-start; flex-wrap: wrap; } .profile-empty-listings { align-items: flex-start; flex-wrap: wrap; } .profile-empty-listings .sell-button { margin-left: 0; width: 100%; justify-content: center; } }
@media (max-width: 800px) { .admin-main { padding: 30px 0 100px; } .admin-heading { align-items: flex-start; gap: 15px; } .admin-heading h1 { font-size: 31px; } .admin-heading p { font-size: 12px; } .admin-stats { gap: 8px; } .admin-stats > div { padding: 14px 12px; } .admin-stats strong { font-size: 23px; } .admin-menu { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin-bottom: 22px; } .admin-menu-button { min-height: 62px; padding: 11px 12px; } .admin-menu-title { font-size: 12px; } .admin-menu-count { font-size: 10px; } .admin-section { margin-top: 22px; border-radius: 9px; } .admin-section + .admin-section { margin-top: 24px; } .admin-section-head { padding: 15px 14px; } .admin-section-head h2 { font-size: 17px; } .admin-table th, .admin-table td { padding: 12px 14px; } .admin-request-inline { width: calc(100% - 24px); margin-bottom: 100px; } .payment-settings-section { width: 100%; margin: 20px 0 40px; } .payment-settings-section .settings-card { padding: 16px; } }
@media (max-width: 500px) { .container { width: calc(100% - 24px); } .nav-inner { gap: 12px; } .brand { font-size: 23px; } .brand::before { width: 29px; height: 29px; flex-basis: 29px; margin-right: 7px; } .brand-dot { margin: 0 3px; } .nav-actions { gap: 8px; } .nav-actions .sell-button, .menu-toggle { display: none; } .hero { padding: 34px 0 38px; } .hero-head { margin-bottom: 18px; } .hero-head h2 { font-size: 24px; } .categories { grid-template-columns: repeat(2, 1fr); gap: 8px; } .category { padding: 14px 11px; min-height: 108px; } .category-icon { margin-bottom: 10px; } .category h3 { font-size: 13px; line-height: 1.2; } .category span { font-size: 10px; } .listing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; } .listing-image { aspect-ratio: 1.05; } .listing-card { border-radius: 7px; } .listing-body { padding: 11px 10px 12px; } .listing-title { font-size: 13px; line-height: 1.25; min-height: 33px; margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .listing-price { font-size: 16px; } .listing-meta { font-size: 10px; margin-top: 9px; } .favorite { width: 32px; height: 32px; right: 7px; top: 7px; } .favorite svg { width: 15px; } .badge { font-size: 8px; padding: 3px 5px; margin-bottom: 7px; } .section { padding: 32px 0; } .section-head { align-items: start; gap: 10px; } .section-head h2 { font-size: 22px; } .section-head p { font-size: 12px; } .text-link { font-size: 12px; white-space: nowrap; } .footer-grid { grid-template-columns: 1fr 1fr; gap: 20px; } .footer-grid > div:first-child { grid-column: 1/-1; } .modal { padding: 12px; } .modal-card { padding: 23px 16px; } .form-grid { grid-template-columns: 1fr; } .form-field.full { grid-column: auto; } }
@media (max-width: 500px) { .category { min-height: 154px; padding: 13px 11px; } .category-icon { width: 43px; height: 43px; flex-basis: 43px; margin: 0 0 11px; border-radius: 11px; } }
@media (max-width: 500px) { .popup-notification { top: 12px; right: 12px; width: calc(100% - 24px); padding: 14px 43px 14px 14px; font-size: 12px; } }
@media (max-width: 800px) { .listing-filter-section { padding: 14px 0; } .listing-filters { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; } .listing-filters label, .listing-filters label:first-child { min-width: 0; } .listing-filters select, .listing-filters input { width: 100%; } .filter-button { justify-content: center; } .filter-reset { align-self: center; justify-self: start; } }
@media (max-width: 500px) { .listing-filters { grid-template-columns: 1fr; } .filter-button { width: 100%; } .filter-reset { justify-self: center; } }
@media (max-width: 800px) { .header-tools { order: 3; width: 100%; margin-left: 0; } .header-tools .header-search { width: 100%; min-width: 0; flex: 1; margin: 0; } .header-tools .filter-toggle { flex: 0 0 42px; } }
.listing-card { border: 1px solid #d1dce5; border-top: 3px solid var(--coral); box-shadow: 0 8px 20px rgba(16,42,67,.1); }
.listing-card:hover { border-color: var(--coral); border-top-color: var(--coral); box-shadow: 0 18px 32px rgba(16,42,67,.18); }
.listing-image { aspect-ratio: 4 / 3; object-fit: contain; padding: 8px; background: #eef4f1; }
.listing-body { background: linear-gradient(180deg, #ffffff 0%, #fbfdf9 100%); }
.listing-price { color: var(--coral); }
.listing-category { color: #e45c47; }
.favorite { color: var(--ink); border: 1px solid rgba(16,42,67,.08); }
.badge { background: var(--lime); box-shadow: 0 2px 0 var(--lime-dark); }
.admin-page > .nav { position: sticky; top: 0; z-index: 20; }
.admin-menu { top: 96px; max-height: calc(100vh - 116px); overflow-y: auto; }
.extension-payment-section .settings-card { padding: 24px; background: #fbfcfd; border: 1px solid #d7e2ea; border-radius: 8px; }
.extension-payment-section .settings-form { max-width: 680px; }
.extension-payment-section .form-field textarea { min-height: 120px; line-height: 1.55; background: white; }
@media (max-width: 800px) {
	.admin-menu { top: auto; max-height: none; overflow: visible; }
	.extension-payment-section .settings-card { padding: 16px; }
	.extension-payment-section .form-field textarea { min-height: 130px; }
	.admin-notification-panel { position: fixed; top: 77px; left: 16px; right: 16px; width: auto; max-width: none; }
	.favorites-main { padding: 30px 0 100px; }
	.favorites-main h1 { font-size: 29px; }
	.favorites-main .section-head { align-items: flex-start; }
	.catalog-main { padding: 32px 0 100px; }
	.catalog-heading h1 { font-size: 29px; }
	.catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
	.catalog-category { min-height: 116px; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 10px; padding: 14px; }
	.catalog-category-image { width: 100%; height: 94px; flex-basis: auto; }
	.catalog-category-content strong { font-size: 13px; line-height: 1.25; }
	.catalog-category > svg { position: absolute; top: 14px; right: 14px; }
}
@media (max-width: 800px) {
	.listing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
	.listing-card { border-radius: 7px; }
	.listing-image { aspect-ratio: 4 / 3; }
	.listing-body { padding: 10px; }
	.listing-title { font-size: 13px; line-height: 1.3; min-height: 34px; margin: 6px 0 8px; }
	.listing-price { font-size: 16px; }
	.listing-meta { font-size: 10px; margin-top: 8px; }
}
