html, body { max-width: 100%; overflow-x: hidden; }
.morat-brand strong { color: var(--lime); letter-spacing: 1px; }
.morat-hero { background: radial-gradient(circle at 75% 40%, rgba(108,230,239,.17), transparent 32%), radial-gradient(circle at 20% 100%, rgba(199,255,61,.1), transparent 30%), #080b10; }
.morat-console { position: relative; align-self: center; width: min(100%, 510px); margin: 45px auto 0; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(12,18,25,.86); box-shadow: 0 45px 100px rgba(0,0,0,.5), 0 0 90px rgba(108,230,239,.08); transform: rotate(2deg); }
.console-top { display: flex; align-items: center; gap: 6px; padding: 13px 16px; border-bottom: 1px solid var(--line); color: var(--muted); font: 10px var(--display); }
.console-top i { width: 7px; height: 7px; border-radius: 50%; background: #ff6e56; }
.console-top i:nth-child(2) { background: #ffbd2e; }
.console-top i:nth-child(3) { background: #27c93f; margin-right: 8px; }
.console-body { position: relative; overflow: hidden; min-height: 340px; padding: 42px 34px; }
.console-body small { display: block; color: var(--muted); letter-spacing: 2px; }
.console-body > strong { display: block; margin: 3px 0 50px; color: var(--lime); font: 600 clamp(48px, 14vw, 78px) var(--display); letter-spacing: -4px; text-shadow: 0 0 30px rgba(199,255,61,.25); }
.console-body p { color: #acb5be; font: 12px var(--display); }
.console-body p span { color: var(--cyan); margin-right: 8px; }
.console-pulse { position: absolute; right: -90px; bottom: -110px; width: 260px; height: 260px; border: 1px solid rgba(199,255,61,.3); border-radius: 50%; box-shadow: inset 0 0 60px rgba(199,255,61,.08), 0 0 40px rgba(199,255,61,.05); }
.morat-services-section { min-height: 650px; }
.service-grid { display: grid; gap: 14px; margin-top: 36px; }
.service-card { position: relative; overflow: hidden; min-height: 260px; padding: 25px; border: 1px solid #d6d8d3; border-radius: 14px; background: #e7e8e2; color: var(--ink); transition: transform .3s, box-shadow .3s; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(20,25,30,.12); }
.service-card::before { content: ""; position: absolute; width: 140px; height: 140px; right: -50px; top: -45px; border-radius: 50%; background: var(--service-color, var(--lime)); opacity: .22; filter: blur(2px); }
.service-card[data-accent="cyan"] { --service-color: var(--cyan); }
.service-card[data-accent="orange"] { --service-color: var(--orange); }
.service-card[data-accent="violet"] { --service-color: #b18cff; }
.service-card .service-index { color: #8b9290; font-size: 10px; }
.service-card h3 { max-width: 85%; margin: 50px 0 10px; font: 600 25px var(--display); letter-spacing: -1px; }
.service-card p { min-height: 42px; color: #687172; font-size: 12px; }
.service-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 25px; }
.service-price { font: 600 19px var(--display); }
.service-price small { color: #737b7b; font: 10px var(--body); }
.service-action { min-width: 42px; height: 42px; padding: 0 14px; border: 0; border-radius: 4px; background: var(--ink); color: white; cursor: pointer; font-size: 11px; font-weight: 700; }
.quote-section { display: grid; gap: 40px; padding: 90px 20px; background: #0d1218; }
.quote-copy h2 { margin: 15px 0 25px; font: 600 clamp(40px, 11vw, 70px) var(--display); line-height: .96; letter-spacing: -3px; }
.quote-copy > p { max-width: 510px; color: var(--muted); }
.privacy-note { display: flex; align-items: center; gap: 10px; margin-top: 28px; color: #aeb6be; font-size: 11px; }
.privacy-note span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: rgba(199,255,61,.12); color: var(--lime); }
.quote-card { align-self: start; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: var(--panel); }
.website-field { position: absolute !important; left: -9999px !important; }
.quote-status { text-align: center; }
.quote-state-icon { display: grid; place-items: center; width: 72px; height: 72px; margin: 5px auto 20px; border: 1px solid #46515c; border-radius: 50%; color: var(--lime); font-size: 27px; }
.quote-status h3 { font: 600 26px var(--display); }
.quote-status p { color: var(--muted); font-size: 13px; }
.quote-code { display: inline-block; margin: 10px 0 20px; padding: 6px 10px; border-radius: 4px; background: #0b1016; color: var(--cyan); font: 11px var(--display); }
.quote-offer { padding: 22px; border-radius: 9px; background: var(--lime); color: var(--ink); }
.quote-offer strong { display: block; margin: 5px 0 15px; font: 600 36px var(--display); }
.whatsapp-button { background: #1fae5c; color: white; }
.product-open { display: block; width: 100%; padding: 0; border: 0; background: transparent; color: inherit; text-align: left; text-decoration: none; cursor: pointer; }
.product-card .interest-button { z-index: 4; }
.product-card.sold .product-media img { filter: grayscale(.65); }
.product-card.sold .interest-button { background: #7b838b; color: #d9dde0; cursor: not-allowed; transform: none; }
.sold-tag { position: absolute; z-index: 3; top: 9px; left: 9px; padding: 5px 8px; border-radius: 3px; background: #5d646b; color: #f2f2ec; font-size: 8px; font-weight: 800; letter-spacing: 1px; }
.sold-price span, .detail-price.sold-price strong { color: #8b949c !important; }
.sold-admin-badge { display: inline-block; margin-left: 6px; padding: 2px 6px; border-radius: 4px; background: rgba(255,255,255,.1); color: #bfc6cc; font: 700 8px var(--body); letter-spacing: .8px; text-transform: uppercase; vertical-align: middle; }
.sold-editor { display: flex; grid-template-columns: none; align-items: center; gap: 10px; min-height: 46px; padding: 11px 12px; border: 1px solid rgba(120,126,130,.35); border-radius: 5px; background: rgba(255,255,255,.03); }
.sold-editor input { width: 18px; height: 18px; padding: 0; }
.product-media .product-slide { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; transform: scale(1.045); filter: saturate(.9); will-change: opacity, transform; transition: opacity .72s ease, transform 1.05s cubic-bezier(.2,.72,.2,1), filter .72s ease; }
.product-media .product-slide.active { opacity: 1; transform: scale(1); filter: saturate(1.04); }
.gallery-counter { position: absolute; z-index: 3; right: 8px; top: 8px; padding: 5px 7px; border-radius: 999px; background: rgba(5,9,14,.63); color: rgba(255,255,255,.9); font-size: 9px; font-weight: 800; letter-spacing: .4px; backdrop-filter: blur(8px); }
.product-detail-modal { overflow-x: hidden; padding: 14px; }
.product-detail-card { overflow-x: hidden; overflow-y: auto; display: grid; width: min(100%, 980px); max-width: 100%; min-width: 0; max-height: calc(100vh - 28px); border-radius: 16px; background: #111821; color: white; }
.detail-gallery, .detail-content { min-width: 0; }
.detail-gallery { background: #080d12; }
.detail-main-image { display: block; width: 100%; max-width: 100%; height: min(62vh, 520px); object-fit: cover; }
.detail-thumbs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; padding: 10px; }
.detail-thumbs button { min-width: 0; width: 100%; height: 64px; padding: 0; border: 1px solid transparent; border-radius: 7px; background: transparent; cursor: pointer; overflow: hidden; }
.detail-thumbs button.active { border-color: var(--lime); }
.detail-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.detail-content { padding: 24px; }
.detail-content h2 { margin: 6px 0 8px; font: 600 32px var(--display); line-height: 1; }
.detail-price { display: flex; align-items: baseline; gap: 10px; margin: 12px 0 18px; }
.detail-price strong { color: var(--lime); font: 600 28px var(--display); }
.detail-price del { color: var(--muted); font-size: 13px; }
.detail-sold-badge { display: inline-block; margin-top: 8px; padding: 7px 10px; border-radius: 4px; background: #5d646b; color: white; font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.detail-actions { display: grid; gap: 10px; margin: 18px 0 24px; }
.detail-actions .button:disabled { background: #7b838b; color: #d9dde0; cursor: not-allowed; box-shadow: none; }
.marketplace-button { background: #1877f2; color: white; }
.share-product-button { border: 1px solid rgba(199,255,61,.35); background: rgba(199,255,61,.08); color: var(--lime); }
.share-product-button:hover { background: rgba(199,255,61,.15); }
.interest-detail-button { background: linear-gradient(135deg, var(--lime), #a8ee25); color: var(--ink); box-shadow: 0 12px 28px rgba(199,255,61,.14); }
.storewide-sale-banner { overflow: hidden; position: relative; display: grid; gap: 7px; margin: 0 0 42px; padding: 20px; border-radius: 15px; background: radial-gradient(circle at 92% 20%, rgba(255,255,255,.2), transparent 25%), linear-gradient(115deg, #0b1118 0%, #17221a 50%, #b7f72e 160%); color: white; text-decoration: none; box-shadow: 0 22px 50px rgba(15,22,18,.16); }
.storewide-sale-banner::after { content: "50%"; position: absolute; right: -8px; top: -22px; color: rgba(255,255,255,.055); font: 700 100px var(--display); transform: rotate(-7deg); pointer-events: none; }
.storewide-sale-banner > span { color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: 2px; }
.storewide-sale-banner > strong { position: relative; z-index: 1; max-width: 650px; font: 600 clamp(24px, 6vw, 42px) var(--display); line-height: 1.02; letter-spacing: -1.3px; }
.storewide-sale-banner > strong em { color: var(--lime); font-style: normal; }
.storewide-sale-banner > b { position: relative; z-index: 1; justify-self: start; padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.35); font-size: 10px; letter-spacing: .6px; }
.seller-detail-card { margin: 16px 0 20px; padding: 17px; border: 1px solid rgba(199,255,61,.25); border-radius: 12px; background: linear-gradient(135deg, rgba(199,255,61,.11), rgba(255,255,255,.035)); }
.seller-detail-card small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.seller-detail-head { display: flex; align-items: center; gap: 11px; margin-top: 9px; }
.seller-avatar { overflow: hidden; display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid rgba(199,255,61,.35); border-radius: 16px; background: #0b1016; color: var(--lime); font-weight: 900; }
.seller-avatar img { width: 100%; height: 100%; object-fit: cover; }
.seller-detail-head strong, .seller-detail-head em { display: block; }
.seller-detail-head em { color: var(--muted); font-style: normal; font-size: 11px; }
.seller-detail-card p { margin: 12px 0; color: #d9dde0; font-size: 12px; }
.seller-flags { display: flex; flex-wrap: wrap; gap: 7px; }
.seller-flags span, .status-badge { display: inline-flex; align-items: center; border-radius: 999px; padding: 6px 9px; background: rgba(255,255,255,.08); font-size: 10px; font-weight: 800; }
.seller-flags .seller-stars { color: #ffcf58; letter-spacing: 1px; }
.seller-flags .seller-stars b { margin-left: 3px; color: #fff2bf; letter-spacing: 0; }
.status-approved { color: #55e190; background: rgba(85,225,144,.14); }
.status-pending { color: #ffd36d; background: rgba(255,211,109,.14); }
.status-rejected { color: #ff8068; background: rgba(255,128,104,.14); }
.detail-section { padding: 18px 0; border-top: 1px solid var(--line); }
.detail-section h3 { margin: 0 0 10px; font: 600 17px var(--display); }
.detail-section p, .detail-section li { color: #c6cdd4; font-size: 13px; }
.detail-section ul { margin: 0; padding-left: 18px; }
.condition-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.delivery-section p { margin-bottom: 12px; color: #e7ebee; font-weight: 700; }
.delivery-map { height: 190px; overflow: hidden; border: 1px solid rgba(199,255,61,.28); border-radius: 12px; background: #0a0e13; }
.delivery-map iframe { display: block; width: 100%; height: 100%; border: 0; filter: saturate(.85) contrast(1.05); }
.delivery-map-link { display: inline-flex; margin-top: 10px; color: var(--lime); font-size: 12px; font-weight: 800; text-decoration: none; }
.delivery-map-link:hover { text-decoration: underline; }
.condition-item { display: flex; align-items: center; gap: 9px; min-height: 54px; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.03); }
.condition-item > span { display: grid; place-items: center; flex: 0 0 26px; width: 26px; height: 26px; border-radius: 50%; font-weight: 800; }
.condition-item.ok > span { background: rgba(199,255,61,.16); color: var(--lime); }
.condition-item.bad > span { background: rgba(255,80,60,.14); color: #ff8068; }
.condition-item.neutral > span { background: rgba(255,255,255,.08); color: var(--muted); }
.condition-item strong { display: block; font-size: 12px; }
.condition-item small { color: var(--muted); font-size: 10px; }
.condition-editor { margin: 18px 0; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.03); }
.condition-editor-grid { display: grid; gap: 10px; margin-top: 14px; }

.morat-dashboard .dashboard-sidebar { z-index: 10; }
.dashboard-nav { position: relative; }
.inbox-count { display: inline-grid; place-items: center; min-width: 17px; height: 17px; margin-left: 5px; padding: 0 4px; border-radius: 10px; background: var(--lime); color: var(--ink); font-size: 8px; }
.dashboard-services { margin-top: 0; }
.dashboard-services .service-card { background: var(--panel); border-color: var(--line); color: white; }
.dashboard-services .service-card p { color: var(--muted); }
.dashboard-services .service-price small { color: var(--muted); }
.dashboard-services .service-action { background: var(--lime); color: var(--ink); }
.admin-price-editor { display: flex; gap: 7px; margin-top: 22px; }
.admin-price-editor input { height: 39px; }
.admin-price-editor button { border: 0; border-radius: 4px; background: var(--lime); color: var(--ink); font-size: 10px; font-weight: 700; padding: 0 12px; cursor: pointer; }
.registration-history { margin-top: 24px; padding: 24px; border: 1px solid var(--line); border-radius: 10px; background: var(--panel); }
.registration-history > .eyebrow { margin-bottom: 15px; }
.registration-row { display: grid; gap: 4px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.registration-row:last-child { border-bottom: 0; }
.registration-row strong { font: 600 13px var(--display); }
.registration-row span { color: var(--muted); font-size: 10px; }
.registration-row a { color: var(--cyan); font-size: 10px; word-break: break-all; }
.inbox-list { display: grid; gap: 12px; }
.notification-card { position: relative; padding: 22px; border: 1px solid var(--line); border-radius: 10px; background: var(--panel); }
.notification-card .notification-type { color: var(--lime); font-size: 9px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; }
.notification-card p { margin: 12px 0 16px; color: #d7dbe0; white-space: pre-wrap; }
.notification-card small { color: var(--muted); font-size: 9px; }
.notification-admin { display: grid; gap: 20px; margin-top: 35px; padding-top: 35px; border-top: 1px solid var(--line); }
.admin-notification-list { display: grid; gap: 9px; align-content: start; }
.admin-notification { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 14px; border: 1px solid var(--line); border-radius: 7px; background: #111820; }
.admin-notification p { margin: 3px 0; color: #c8cdd2; font-size: 12px; }
.admin-notification small { color: var(--muted); font-size: 9px; }
.admin-notification button, .danger-button { border: 0; background: transparent; color: #ff8068; cursor: pointer; }
.user-row { grid-template-columns: auto 1fr auto; }
.user-controls { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr auto auto; gap: 7px; }
.user-controls input { height: 38px; }
.user-controls button { border: 0; border-radius: 4px; padding: 0 11px; background: #29333e; color: white; font-size: 10px; font-weight: 700; cursor: pointer; }
.user-controls .delete-user { background: rgba(255,80,60,.12); color: #ff8068; }
.user-controls .message-user { color: var(--lime); }
.seller-line { margin: 5px 0 0; color: var(--muted); font-size: 10px; }
.pending-product { border-color: rgba(255,211,109,.3); }
.form-help { margin: -6px 0 14px; color: var(--muted); font-size: 11px; }
.seller-user-row { align-items: start; }
.seller-profile-editor { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 8px; padding: 14px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.03); }
.seller-profile-editor label { display: grid; gap: 5px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.seller-profile-editor input { height: 38px; }
.seller-profile-editor input[type="file"] { height: auto; padding: 8px; font-size: 10px; }
.seller-profile-editor label span { color: var(--muted); font-size: 9px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.seller-profile-editor .seller-check { display: flex; align-items: center; gap: 8px; }
.seller-profile-editor .seller-check input { width: 16px; height: 16px; }
.seller-profile-editor button { border: 0; border-radius: 4px; background: var(--lime); color: var(--ink); font-size: 10px; font-weight: 800; cursor: pointer; }
.user-row .user-avatar { overflow: hidden; }
.user-row .user-avatar img { width: 100%; height: 100%; object-fit: cover; }
.flash-offer-editor { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 14px; margin: 0 0 18px; padding: 15px; border: 1px solid rgba(199,255,61,.24); border-radius: 10px; background: linear-gradient(135deg, rgba(199,255,61,.09), rgba(108,230,239,.05)); }
.flash-offer-editor strong, .flash-offer-editor small { display: block; }
.flash-offer-editor strong { margin: 4px 0; font: 600 18px var(--display); }
.flash-offer-editor small { color: var(--muted); font-size: 11px; }
.flash-offer-editor > div:last-child { display: flex; flex: 1 1 260px; gap: 8px; }
.flash-offer-editor select { min-width: 0; flex: 1; }
.flash-offer-editor button { min-height: 42px; border: 0; border-radius: 5px; background: var(--lime); color: var(--ink); font-size: 11px; font-weight: 800; cursor: pointer; }
.reviews-section { padding: 88px 20px; background: radial-gradient(circle at 78% 25%, rgba(108,230,239,.1), transparent 27%), #0c1219; }
.review-heading { margin-bottom: 28px; }
.reviews-summary { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 26px; }
.reviews-summary > div { flex: 1 1 165px; min-height: 116px; padding: 19px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.035); }
.reviews-score { background: linear-gradient(135deg, rgba(199,255,61,.14), rgba(255,255,255,.04)) !important; }
.reviews-summary strong { display: block; font: 600 35px var(--display); }
.reviews-summary span { display: block; margin-top: 4px; color: #ffd469; font-size: 14px; letter-spacing: 2px; }
.reviews-summary small { display: block; margin-top: 7px; color: var(--muted); font-size: 10px; }
.reviews-grid { display: grid; gap: 12px; }
.review-card { min-width: 0; padding: 19px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.035); box-shadow: 0 16px 35px rgba(0,0,0,.1); transition: transform .45s ease, border-color .45s ease, box-shadow .45s ease; }
.review-card:hover { transform: translateY(-4px); border-color: rgba(199,255,61,.35); box-shadow: 0 20px 44px rgba(0,0,0,.23); }
.review-card-top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; }
.review-avatar { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 50%; background: var(--lime); color: var(--ink); font-weight: 900; }
.review-card-top strong, .review-card-top small { display: block; }
.review-card-top small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.review-rating { color: #ffd469; font-size: 12px; letter-spacing: 1px; white-space: nowrap; }
.review-card p { margin: 16px 0 0; color: #cbd2d8; font-size: 13px; line-height: 1.55; }
.review-loading { height: 170px; border-radius: 12px; background: linear-gradient(100deg, rgba(255,255,255,.04) 8%, rgba(255,255,255,.1) 18%, rgba(255,255,255,.04) 33%); background-size: 200% 100%; animation: review-shimmer 1.5s infinite linear; }
.review-modal { z-index: 200; padding: 14px; background: rgba(2,4,7,.86); backdrop-filter: blur(8px); }
.review-dialog-card { position: relative; width: min(100%, 490px); max-height: calc(100vh - 28px); overflow: auto; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: #111821; color: white; box-shadow: 0 30px 90px rgba(0,0,0,.55); }
.review-dialog-card h2 { margin: 8px 0; font: 600 30px var(--display); }
.review-dialog-card p { margin: 0 0 20px; color: var(--muted); font-size: 13px; }
.review-dialog-card form { display: grid; gap: 14px; }
.review-dialog-card label { display: grid; gap: 7px; color: #e9eced; font-size: 12px; font-weight: 700; }
.review-dialog-card label small { color: var(--muted); font-weight: 400; }
.review-dialog-close { position: absolute; right: 12px; top: 12px; }
.reviews-admin-layout { display: grid; gap: 18px; }
.generated-review-link { display: grid; gap: 7px; margin-top: 15px; padding: 11px; border: 1px dashed rgba(199,255,61,.45); border-radius: 7px; background: rgba(199,255,61,.07); }
.generated-review-link small { color: #d7e6c5; font-size: 10px; }
.generated-review-link > div { display: flex; gap: 7px; }
.generated-review-link input { min-width: 0; flex: 1; font-size: 10px; }
.generated-review-link button, .review-link-row button, .admin-review-actions button { border: 0; border-radius: 5px; background: var(--lime); color: var(--ink); font-size: 10px; font-weight: 800; cursor: pointer; }
.review-link-list, .admin-review-list { display: grid; gap: 10px; }
.review-link-list { margin-bottom: 18px; }
.review-link-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px; border: 1px solid var(--line); border-radius: 8px; background: var(--panel); }
.review-link-row strong, .review-link-row small { display: block; }
.review-link-row strong { margin: 3px 0; font: 600 13px var(--display); }
.review-link-row small { color: var(--muted); font-size: 10px; }
.review-link-row button { min-height: 34px; padding: 0 10px; background: rgba(255,128,104,.88); color: white; }
.admin-review-card { display: grid; grid-template-columns: 1fr; gap: 9px; padding: 14px; border: 1px solid var(--line); border-radius: 9px; background: var(--panel); }
.admin-review-card label { display: grid; gap: 5px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.admin-review-card textarea { min-height: 74px; resize: vertical; }
.admin-review-title { display: flex; align-items: center; justify-content: space-between; color: #ffd469; letter-spacing: 1px; }
.admin-review-title small { color: var(--muted); font-size: 10px; letter-spacing: 0; }
.admin-review-actions { display: flex; gap: 8px; }
.admin-review-actions button { min-height: 36px; padding: 0 12px; }
.admin-review-actions [data-review-delete] { background: rgba(255,128,104,.88); color: white; }
.reveal { opacity: 0; filter: blur(7px); transition: opacity .72s ease, transform .78s cubic-bezier(.2,.75,.2,1), filter .7s ease; }
.reveal.reveal-up { transform: translateY(36px); }
.reveal.reveal-left { transform: translateX(-54px) rotate(-1deg); }
.reveal.reveal-right { transform: translateX(54px) rotate(1deg); }
.reveal.reveal-zoom { transform: scale(.91); }
.reveal.reveal-blur { transform: translateY(18px) scale(1.035); }
.reveal.visible { opacity: 1; transform: none; filter: none; }
@media (min-width: 700px) { .reviews-section { padding: 120px 5vw; } .reviews-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .reviews-admin-layout { grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); align-items: start; } }
@media (prefers-reduced-motion: reduce) { .reveal, .reveal.reveal-up, .reveal.reveal-left, .reveal.reveal-right, .reveal.reveal-zoom, .reveal.reveal-blur { opacity: 1; transform: none; filter: none; } }
@keyframes review-shimmer { to { background-position: -200% 0; } }
.quote-admin-list { display: grid; gap: 15px; }
.quote-admin-card { overflow: hidden; display: grid; border: 1px solid var(--line); border-radius: 10px; background: var(--panel); }

/* Asistente flotante MORATCELLS */
.morat-chat .sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; margin: -1px; padding: 0; border: 0; clip: rect(0,0,0,0); white-space: nowrap; }
.morat-chat { position: fixed; z-index: 190; right: 18px; bottom: 18px; font-family: var(--body); }
.morat-chat-toggle { position: relative; display: grid; place-items: center; width: 62px; height: 62px; padding: 0; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: linear-gradient(145deg, #d2ff4d, #aef51e); color: #080b10; box-shadow: 0 17px 45px rgba(0,0,0,.42), 0 0 0 0 rgba(199,255,61,.34); cursor: pointer; transition: transform .25s ease, box-shadow .25s ease; }
.morat-chat-toggle:hover { transform: translateY(-4px) rotate(-3deg); box-shadow: 0 23px 55px rgba(0,0,0,.5), 0 0 34px rgba(199,255,61,.2); }
.morat-chat-toggle svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.morat-chat-pulse { position: absolute; top: 2px; right: 3px; width: 13px; height: 13px; border: 3px solid #0d131a; border-radius: 50%; background: #56e793; }
.morat-chat-hint { position: absolute; right: 72px; width: max-content; padding: 9px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 9px; background: #111821; color: white; box-shadow: 0 12px 30px rgba(0,0,0,.28); font-size: 11px; font-weight: 700; pointer-events: none; opacity: 0; transform: translateX(8px); animation: chat-hint 6s 2s ease both; }
.morat-chat.open .morat-chat-hint { display: none; }
.morat-chat-panel { position: absolute; right: 0; bottom: 76px; overflow: hidden; display: grid; grid-template-rows: auto minmax(180px, 1fr) auto auto auto; width: min(390px, calc(100vw - 28px)); height: min(610px, calc(100vh - 110px)); border: 1px solid rgba(255,255,255,.16); border-radius: 21px; background: #0d141c; color: white; box-shadow: 0 35px 90px rgba(0,0,0,.58); opacity: 0; visibility: hidden; transform: translateY(18px) scale(.96); transform-origin: right bottom; transition: opacity .28s ease, visibility .28s ease, transform .38s cubic-bezier(.2,.8,.2,1); }
.morat-chat.open .morat-chat-panel { opacity: 1; visibility: visible; transform: none; }
.morat-chat-header { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; padding: 15px 15px 14px; border-bottom: 1px solid rgba(255,255,255,.08); background: radial-gradient(circle at 10% 0, rgba(199,255,61,.16), transparent 34%), #111923; }
.morat-chat-avatar { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(199,255,61,.38); border-radius: 13px; background: #080d12; color: white; font: 700 17px var(--display); }
.morat-chat-avatar span { color: var(--lime); }
.morat-chat-header strong, .morat-chat-header small { display: block; }
.morat-chat-header strong { font: 600 14px var(--display); letter-spacing: -.2px; }
.morat-chat-header small { margin-top: 4px; color: #aeb9c2; font-size: 9px; }
.morat-chat-header small i { display: inline-block; width: 6px; height: 6px; margin-right: 4px; border-radius: 50%; background: #56e793; box-shadow: 0 0 10px rgba(86,231,147,.7); }
.morat-chat-close { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; background: rgba(255,255,255,.04); color: #dbe1e5; font-size: 20px; cursor: pointer; }
.morat-chat-messages { overflow-y: auto; display: flex; flex-direction: column; gap: 11px; padding: 18px 15px 12px; scrollbar-width: thin; scrollbar-color: rgba(199,255,61,.3) transparent; }
.morat-chat-message { display: flex; animation: chat-message-in .36s cubic-bezier(.2,.8,.2,1) both; }
.morat-chat-message > div { max-width: 88%; padding: 11px 13px; border-radius: 5px 15px 15px 15px; background: #18222c; color: #dfe5e8; box-shadow: 0 8px 22px rgba(0,0,0,.13); }
.morat-chat-message.user { justify-content: flex-end; }
.morat-chat-message.user > div { border-radius: 15px 5px 15px 15px; background: var(--lime); color: #091008; }
.morat-chat-message p { margin: 0; font-size: 12px; line-height: 1.55; }
.morat-chat-actions { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.morat-chat-actions a { padding: 7px 9px; border: 1px solid rgba(199,255,61,.28); border-radius: 7px; background: rgba(199,255,61,.07); color: var(--lime); font-size: 9px; font-weight: 800; text-decoration: none; }
.morat-chat-actions a:hover { background: rgba(199,255,61,.14); }
.morat-chat-typing > div { display: flex; gap: 4px; padding: 13px 16px; }
.morat-chat-typing span { width: 5px; height: 5px; border-radius: 50%; background: #98a5ae; animation: chat-dot 1s infinite ease-in-out; }
.morat-chat-typing span:nth-child(2) { animation-delay: .14s; }
.morat-chat-typing span:nth-child(3) { animation-delay: .28s; }
.morat-chat-suggestions { overflow-x: auto; display: flex; gap: 6px; padding: 5px 15px 11px; }
.morat-chat-suggestions button { flex: 0 0 auto; padding: 7px 9px; border: 1px solid rgba(255,255,255,.11); border-radius: 999px; background: rgba(255,255,255,.035); color: #bdc7ce; font-size: 9px; font-weight: 700; cursor: pointer; }
.morat-chat-suggestions button:hover { border-color: rgba(199,255,61,.34); color: var(--lime); }
.morat-chat-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 11px 12px; border-top: 1px solid rgba(255,255,255,.08); background: #101821; }
.morat-chat-form input { min-width: 0; height: 44px; padding: 0 13px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; outline: 0; background: #0a1016; color: white; font: 11px var(--body); }
.morat-chat-form input:focus { border-color: rgba(199,255,61,.58); box-shadow: 0 0 0 3px rgba(199,255,61,.07); }
.morat-chat-form button { width: 44px; height: 44px; border: 0; border-radius: 10px; background: var(--lime); color: #071006; font-size: 18px; font-weight: 900; cursor: pointer; }
.morat-chat-note { padding: 0 13px 10px; background: #101821; color: #697680; font-size: 8px; text-align: center; }
@keyframes chat-message-in { from { opacity: 0; transform: translateY(8px) scale(.98); } }
@keyframes chat-dot { 0%, 70%, 100% { opacity: .35; transform: translateY(0); } 35% { opacity: 1; transform: translateY(-3px); } }
@keyframes chat-hint { 0%, 15% { opacity: 0; transform: translateX(8px); } 24%, 74% { opacity: 1; transform: none; } 84%, 100% { opacity: 0; transform: translateX(8px); } }
@media (max-width: 540px) {
  .morat-chat { right: 12px; bottom: 12px; }
  .morat-chat-toggle { width: 57px; height: 57px; }
  .morat-chat-panel { position: fixed; right: 10px; bottom: 78px; width: calc(100vw - 20px); height: min(590px, calc(100dvh - 92px)); border-radius: 17px; }
  .morat-chat-hint { right: 65px; }
}
@media (min-width: 700px) {
  .storewide-sale-banner { grid-template-columns: 1fr auto; align-items: center; padding: 27px 30px; }
  .storewide-sale-banner > span { grid-column: 1; }
  .storewide-sale-banner > strong { grid-column: 1; }
  .storewide-sale-banner > b { grid-column: 2; grid-row: 1 / span 2; align-self: center; }
}
@media (prefers-reduced-motion: reduce) {
  .morat-chat-panel, .morat-chat-message, .morat-chat-toggle, .morat-chat-hint, .morat-chat-typing span { animation: none !important; transition: none !important; }
}
.quote-photos { display: flex; gap: 6px; overflow-x: auto; padding: 12px; background: #0e141b; }
.quote-photos img { flex: 0 0 115px; width: 115px; height: 105px; object-fit: cover; border-radius: 6px; }
.quote-admin-body { padding: 20px; }
.quote-admin-body h3 { margin: 4px 0; font: 600 18px var(--display); }
.quote-admin-body p { margin: 10px 0; color: var(--muted); font-size: 12px; white-space: pre-wrap; }
.quote-admin-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; color: var(--cyan); font-size: 10px; }
.quote-price-form { display: flex; gap: 8px; margin-top: 18px; }
.quote-price-form input { height: 42px; }
.quote-price-form button { flex: 0 0 auto; }
.quote-delete { margin-top: 12px; color: #ff8068; border: 0; background: transparent; font-size: 10px; cursor: pointer; }
.register-dialog { width: min(calc(100% - 30px), 480px); padding: 30px; border: 1px solid var(--line); border-radius: 15px; background: #111821; color: white; box-shadow: 0 35px 100px rgba(0,0,0,.6); }
.register-dialog::backdrop { background: rgba(0,0,0,.75); backdrop-filter: blur(6px); }
.register-dialog h2 { margin: 7px 0 13px; font: 600 30px var(--display); }
.register-dialog > p { color: var(--muted); font-size: 13px; }
.dialog-close { position: absolute; right: 15px; top: 15px; }
.charge-warning { margin: 18px 0; padding: 14px; border: 1px solid rgba(255,190,40,.3); border-radius: 6px; background: rgba(255,190,40,.07); color: #f3d087; font-size: 12px; }

@media (min-width: 720px) {
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quote-section { grid-template-columns: .9fr 1.1fr; padding: 120px 5vw; }
  .notification-admin { grid-template-columns: minmax(300px, .8fr) 1.2fr; }
  .quote-admin-card { grid-template-columns: 250px 1fr; }
  .quote-photos { flex-wrap: wrap; align-content: start; }
  .product-detail-card { grid-template-columns: 1fr 1fr; }
  .detail-actions { grid-template-columns: 1fr; }
  .condition-editor-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .morat-hero { grid-template-columns: 1fr 1fr; }
  .service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .public-service-grid .service-card:first-child { grid-column: span 2; }
  .dashboard-services { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .condition-editor-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
