:root{--brand-accent:#FE4C55;--brand-accent-600:#e64b55;--brand-accent-700:#cc3f48;--brand-ring:rgba(255,106,106,.35);--brand-secondary:#5021ff;--text-primary:#111827;--text-secondary:#6b7280;--text-muted:#9ca3af;--border:#e5e7eb;--card:#ffffff;--chip-green:#10b981;--shadow-md:0 4px 6px rgba(0,0,0,.07);--radius:12px}.plans-grid{display:grid;gap:1.25rem}@media (min-width:640px){.plans-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1280px){.plans-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.plan{position:relative;overflow:hidden;border-radius:var(--radius);border:1px solid var(--border);background:var(--card);box-shadow:var(--shadow-md);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.plan:hover{transform:translateY(-2px)}.plan--selected{box-shadow:0 0 0 3px var(--brand-ring),var(--shadow-md)}.plan__top{position:relative;height:76px;background:linear-gradient(90deg,var(--brand-accent) 0,var(--brand-accent-600) 100%)}.plan__chip{right:14px;top:30px;padding:4px 10px;color:var(--text-primary);font-weight:700;font-size:12px}.plan__chip,.plan__disk{position:absolute;border-radius:999px;background:#fff}.plan__disk{left:18px;top:50%;transform:translateY(-20%);width:86px;height:86px;border:3px solid #fff;box-shadow:0 6px 16px rgba(255,106,106,.25);display:grid;place-items:center;text-align:center}.plan__disk image{width:100%;height:auto}.plan__disk-currency{font-size:11px;font-weight:700;color:var(--text-muted);line-height:1}.plan__disk-price{font-size:22px;font-weight:800;color:var(--text-primary)}.plan__content{padding:16px 16px 0}.plan__header{margin-top:30px}.plan__title{font-size:24px;font-weight:800;color:var(--text-primary)}.plan__desc{margin-top:2px;font-size:12px;color:var(--text-secondary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.plan__image{width:72px;height:72px;object-fit:contain;border-radius:10px;border:1px solid var(--border);background:#fff}.plan__priceRow{display:flex;align-items:baseline;gap:8px;margin-top:12px}.plan__final{font-size:28px;font-weight:800;color:var(--brand-accent)}.plan__strike{font-size:14px;color:var(--text-muted);text-decoration:line-through}.plan__oneTime{font-size:12px;color:var(--text-secondary)}.plan__divider{height:1px;background:var(--border);margin:16px 0}.plan__bullets{display:grid;gap:12px;padding:0 0 6px;list-style:none}.plan__bullet{display:flex;gap:8px;align-items:flex-start;font-size:13px;color:var(--text-primary);font-weight:500}.plan__bulletIcon{width:18px;height:18px;margin-top:2px;color:var(--brand-accent)}.plan__actions{padding:14px 16px 18px!important}.plan__cta{height:44px;border-radius:999px!important;font-weight:800!important;letter-spacing:.3px;margin-bottom:10px;border-color:var(--brand-accent)!important;color:var(--brand-accent)!important;box-shadow:none!important}.plan__cta--selected{background:linear-gradient(90deg,var(--brand-accent) 0,var(--brand-accent-600) 100%)!important;color:#fff!important;border-color:transparent!important}.plan__cta--outline{background:#fff!important}.payment-radio .MuiFormControlLabel-label{font-weight:600}@media (max-width:640px){.plan__content{padding:14px 14px 0}.plan__actions{padding:12px 14px 16px}.plan__disk{width:82px;height:82px}}.pgw-content{padding-top:8px}.pgw-list{padding:0}.pgw-item{display:grid!important;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;border:1px solid var(--border);border-radius:999px!important;margin:8px 0;padding:10px 12px!important;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.pgw-item:hover{border-color:rgba(255,106,106,.55);background:#fffafa}.pgw-avatar{width:40px;height:40px;border-radius:10px;padding:5px;background:#fff;border:1px solid var(--border);color:var(--brand-accent);font-size:18px}.pgw-title{font-weight:700!important;color:var(--text-primary)!important}.pgw-sub{color:var(--text-secondary)!important}.pgw-radio .MuiSvgIcon-root{width:22px;height:22px}.pgw-actions{padding:12px 16px!important}.pgw-cancel{color:var(--text-secondary)!important;font-weight:600!important}.pgw-cancel,.pgw-proceed{border-radius:999px!important}.pgw-proceed{padding:8px 18px!important;background:linear-gradient(90deg,var(--brand-accent) 0,var(--brand-accent-600) 100%)!important;box-shadow:none!important}@media (max-width:480px){.pgw-item{padding:10px!important}.pgw-avatar{width:34px;height:34px}}.checkout-card{border-radius:12px;border:1px solid var(--border);box-shadow:var(--shadow-md)}.stripe-wrap{max-width:840px;margin:0 auto;padding:24px}.stripe-panel{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden}.stripe-panel__head{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;padding:16px 18px;background:linear-gradient(90deg,var(--brand-secondary),#7b61ff);color:#fff}.stripe-panel__title{font-weight:800;font-size:18px}.stripe-panel__subtitle{opacity:.95;font-size:12px}.stripe-price{background:#fff;color:var(--text-primary);border-radius:999px;padding:10px 14px;min-width:140px;text-align:right;box-shadow:var(--shadow-sm)}.stripe-price__amt{font-weight:900;font-size:22px}.stripe-price__strike{font-size:12px;color:#9ca3af;text-decoration:line-through;margin-left:8px}.stripe-section{padding:16px 18px;background:var(--panel)}.stripe-section+.stripe-section{border-top:1px solid var(--border)}.stripe-section__title{font-weight:800;font-size:18px;margin:10px 0;color:var(--text-primary)}.stripe-actions{display:flex;justify-content:flex-end;gap:12px;padding:12px 18px 18px}.btn-cancel{color:var(--brand-secondary)!important;font-weight:600!important}.btn-pay{border-radius:999px!important;padding:10px 20px!important;background:linear-gradient(90deg,var(--brand-accent),var(--brand-accent-600))!important;color:#fff!important}.btn-pay:disabled{opacity:.7!important}.stripe-secure{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-secondary);padding:0 18px 18px}.stripe-el-shell{border:1px solid var(--border);border-radius:12px;padding:10px 12px;background:#fff;margin-top:10px}.section-header-wrapper{margin-bottom:2rem;border-bottom:1px solid var(--border-color,#e0e0e0);padding-bottom:1rem}.section-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.section-text{display:flex;flex-direction:column;gap:.25rem}.section-title{font-size:32px!important;font-weight:700!important;color:var(--text-primary)!important;margin:0!important}.section-subtitle{font-size:12px!important;font-weight:600!important;color:var(--bg-primary)!important;background-color:var(--bg-secondary)!important;padding:5px 15px!important;border-radius:20px!important;display:inline-block!important;text-transform:uppercase;letter-spacing:1px!important;margin-bottom:.25rem!important;width:fit-content}.view-more-btn{background:transparent!important;border:1px solid var(--cta-primary)!important;color:var(--cta-primary)!important;font-weight:600!important;padding:6px 16px!important;border-radius:30px!important;text-transform:none!important;transition:all .3s ease!important}.view-more-btn:hover{background:var(--cta-primary)!important;color:white!important;box-shadow:0 4px 8px rgba(59,130,246,.2)}.auction-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.25rem;margin-bottom:2rem}.auction-card{background:#fff;border-radius:.75rem;display:flex;flex-direction:column;position:relative;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.auction-card:hover{transform:translateY(-3px);box-shadow:0 10px 20px -5px rgba(0,0,0,.1)}.live-badge{background:linear-gradient(135deg,#FE4C55,#ef4444);color:#fff;position:absolute;top:8px;right:8px;padding:4px;border-radius:5px;font-size:11px;font-weight:700;text-transform:uppercase;text-align:center;width:92px;z-index:10}.product-img{width:100%;height:220px;object-fit:cover;border-radius:.75rem .75rem 0 0;object-position:top}.product-content-info{flex:1;padding:1rem}.product-brand{font-size:.875rem;font-weight:600;color:#6b7280;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.05em}.product-title{font-size:18px;font-weight:800;color:#333333;margin-bottom:.5rem;line-height:1.3}.product-description{font-size:18px;color:#6b7280;font-weight:500;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.time-remaining{background:#FFEFF0;border-radius:0 0 .75rem .75rem;padding:.75rem 1rem;font-size:20px;font-weight:700;color:#F42D31;text-align:center;letter-spacing:.05em}.view-more-btn{width:100%;max-width:200px;margin:1rem auto 0;background:white;color:#FF4C55;border:1px solid #ff4c55;border-radius:.5rem;padding:.75rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;gap:.5rem}.view-more-btn:hover{background:#FF4C55;color:white;transform:translateY(-2px);box-shadow:0 6px 12px rgba(59,130,246,.3)}.view-more-btn:hover .svg-icon path{stroke:white}@media (max-width:480px){.how-it-work-container{padding:1rem}.product-img{height:180px}.auction-card{min-height:auto}.product-title{font-size:1.125rem;margin-bottom:0}.product-description{font-size:.8rem;margin-bottom:2px}.time-remaining{font-size:.875rem}}@media (min-width:481px) and (max-width:767px){.auction-grid{grid-template-columns:repeat(2,1fr)}.product-img{height:200px}}@media (min-width:768px) and (max-width:1023px){.auction-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem}.product-img{height:220px}}@media (min-width:1024px){.auction-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.product-img{height:210px}}@media (min-width:1440px){.how-it-work-container{padding:3rem 4rem}.auction-grid{grid-template-columns:repeat(4,1fr);gap:2rem}.product-img{height:179px}}@media (max-width:768px){.section-title{font-size:1.2rem!important}.steps-grid{grid-template-columns:1fr;gap:2.5rem}.step-title{font-size:20px;margin-bottom:.5rem}.easy-work{font-size:1.2rem}.easy-step{font-size:1rem!important}}.admin-dropdown-trigger{display:flex!important;align-items:center!important;gap:.25rem!important;cursor:pointer;background:transparent!important;border:none!important;color:var(--text-primary);font-weight:600;font-size:.95rem;transition:all .2s ease;position:relative;padding:32px 16px!important}.admin-dropdown-trigger:hover{background:#f7fafc;border-color:#cbd5e0}.admin-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px}.admin-dropdown-menu{margin-top:8px}.admin-dropdown-paper{background:white!important;border-radius:var(--border-radius-lg)!important;box-shadow:var(--shadow-xl)!important;border:1px solid var(--border-light)!important;margin-top:.5rem!important;min-width:200px!important;overflow:hidden}.MuiMenu-paper.navbar-dropdown-paper{top:70px!important}.MuiMenu-paper.admin-dropdown-paper{top:50px!important}.admin-dropdown-header{padding:12px 16px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.admin-welcome-text{color:#64748b;font-weight:500}.admin-dropdown-item{padding:.75rem 1rem!important;transition:all .2s ease!important;border-bottom:1px solid var(--border-light)!important;color:var(--text-primary)!important;font-weight:500!important;font-size:.9rem!important;gap:10px}.admin-dropdown-item,.icon-wrapper1,.logout-item{display:flex;align-items:center}.logout-item{gap:8px;width:100%;padding:12px 16px;background:none;border:none;cursor:pointer;color:#dc2626}.logout-item:hover{background:#fef2f2}.mobile-admin-dropdown{width:100%}.mobile-admin-dropdown-trigger{display:flex;align-items:center;gap:8px;width:100%;padding:12px 16px;justify-content:flex-start}.mobile-admin-dropdown-content{width:100%;background:#f8fafc;border-radius:4px;margin:4px 0;overflow:hidden}.mobile-admin-info{padding:10px 16px;border-bottom:1px solid #e2e8f0;background:#f1f5f9}.mobile-admin-dropdown-link{display:flex;align-items:center;gap:8px;width:100%;padding:12px 16px;background:none;cursor:pointer;color:gray;border:none;border-left:1px solid transparent;transition:background-color .2s ease}.admin-dropdown-item:hover{background:rgba(99,102,241,.05)!important;transform:translateX(5px)}.mobile-admin-dropdown-link:hover{background:#fef2f2}@media (max-width:768px){.admin-dropdown-trigger{padding:6px 10px;font-size:13px;min-width:100px}.admin-name{max-width:80px}}@media (max-width:480px){.admin-dropdown-trigger{padding:4px 8px;min-width:90px}.admin-name{max-width:60px}}@media (max-width:768px){.navbar-cta-btn,.navbar-right-links{display:none}}.admin-layout{display:flex!important;min-height:calc(50vh - 50px);margin-bottom:20px;border-bottom:2px solid #e9e9e9;border-left:2px solid #e9e9e9}.admin-sidebar{width:280px;background:#FFFFFF;flex-shrink:0;position:sticky;top:80px;backdrop-filter:blur(10px)}.admin-content,.admin-sidebar{min-height:calc(50vh - 100px);overflow-y:auto;border-top:2px solid #e9e9e9}.admin-content{flex:1;padding:1rem;background:#fff;border-right:2px solid #e9e9e9;border-left:2px solid #e9e9e9}.no-data-wrapper{width:100%;height:100%;min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.admin-content.no-padding{padding:0!important}@media (max-width:768px){.admin-sidebar{border:none;height:max-content}.admin-layout{border:none!important;margin-bottom:2px}.admin-content{border:none;height:max-content}}.sidebar-header{padding:32px 24px;background:linear-gradient(135deg,rgba(255,106,106,.1),rgba(255,106,106,.2));border-bottom:1px solid rgba(255,106,106,.1);position:relative;overflow:hidden}.sidebar-header:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#FE4C55,transparent)}.profile-avatar{width:72px;height:72px;font-size:20px;margin-bottom:20px;transition:all .3s ease}.profile-avatar:hover{transform:scale(1.05);box-shadow:0 12px 30px rgba(255,106,106,.3)}.profile-name{font-size:20px;color:#000000}.profile-email{font-size:14px;color:#000000;margin-bottom:5px}.verification-badge{background:linear-gradient(135deg,#ff6a6a,#ff5252);padding:10px 20px;font-size:13px;width:100%}.verification-badge:hover{transform:translateY(-2px)}.verification-badge-status{display:inline-flex;align-items:center;padding:1px 6px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border:1px solid transparent;transition:all .2s ease-in-out;white-space:nowrap}.verification-badge-status.pending{background-color:#fef3cd;color:#856404;border-color:#ffeaa7}.verification-badge-status.pending:hover{background-color:#fceb9c;transform:translateY(-1px);box-shadow:0 2px 4px rgba(255,193,7,.2)}.verification-badge-status.verified{background-color:#d1f2eb;color:#155724;border-color:#a3e4d7}.verification-badge-status.verified:hover{background-color:#a3e4d7;transform:translateY(-1px);box-shadow:0 2px 4px rgba(40,167,69,.2)}.verification-badge-status.declined{background-color:#f8d7da;color:#721c24;border-color:#f1aeb5}.verification-badge-status.declined:hover{background-color:#f1aeb5;transform:translateY(-1px);box-shadow:0 2px 4px rgba(220,53,69,.2)}.verification-badge-status.unverified{background-color:#e2e3e5;color:#383d41;border-color:#d6d8db}.verification-badge-status.unverified:hover{background-color:#d6d8db;transform:translateY(-1px);box-shadow:0 2px 4px rgba(108,117,125,.2)}.verification-badge-status.declined:before,.verification-badge-status.pending:before,.verification-badge-status.unverified:before,.verification-badge-status.verified:before{margin-right:6px;font-size:10px}.verification-badge-status.small{padding:2px 8px;font-size:10px;border-width:1px}.verification-badge-status.large{padding:6px 16px;font-size:14px;border-width:2px}.verification-badge-status.outline{background-color:transparent}.verification-badge-status.pending.outline{color:#856404;border-color:#856404}.verification-badge-status.verified.outline{color:#155724;border-color:#155724}.verification-badge-status.declined.outline{color:#721c24;border-color:#721c24}.verification-badge-status.unverified.outline{color:#383d41;border-color:#383d41}.sidebar-menu{display:flex;flex-direction:column;margin-top:20px;gap:4px}.menu-item1{display:flex;align-items:center;padding:14px 24px;color:#000000;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:14px;font-weight:500;margin:0 8px;border-radius:8px;position:relative;overflow:hidden}.menu-item1:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%}.menu-item1:hover:before{left:100%}.menu-item1:hover{background:linear-gradient(135deg,rgba(255,106,106,.1),rgba(255,106,106,.1));color:#000000;margin:0 8px}.menu-item1.active{background-color:#FE4C55;color:#fffafa}.menu-item1[href*=delete],.menu-item1[href*=signout]{color:#fecaca;border-left-color:#ef4444}.menu-item1[href*=delete]:hover,.menu-item1[href*=signout]:hover{background:linear-gradient(135deg,rgba(239,68,68,.1),rgba(220,38,38,.1));color:#fca5a5;border-left-color:#ef4444}.menu-item1[href*=delete].active,.menu-item1[href*=signout].active{background:linear-gradient(135deg,rgba(239,68,68,.15),rgba(220,38,38,.15));color:#fecaca;border-left-color:#ef4444}.admin-sidebar::-webkit-scrollbar{width:4px}.admin-sidebar::-webkit-scrollbar-track{background:rgba(255,255,255,.05)}.admin-sidebar::-webkit-scrollbar-thumb{background:rgba(255,106,106,.3);border-radius:2px}.admin-sidebar::-webkit-scrollbar-thumb:hover{background:rgba(255,106,106,.5)}.profile-content{background:white;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.04);backdrop-filter:blur(10px);padding:12px}.profile-header-section{display:flex;justify-content:space-between;align-items:center;gap:25%;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #e2e8f0}.profile-avatar-container{display:flex;align-items:center;gap:20px}.profile-avatar{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#FE4C55,#ff8e8e);display:flex;align-items:center;justify-content:center;color:white;font-size:24px;font-weight:700;border:3px solid rgba(255,106,106,.2);box-shadow:0 8px 25px rgba(255,106,106,.2);flex-shrink:0}.profile-info-main{flex:1}.profile-name{font-size:24px;font-weight:700;color:#1e293b;letter-spacing:-.01em}.profile-email{font-size:16px;color:#64748b;line-height:1.4}.verification-badge{background:linear-gradient(135deg,#FE4C55,#ff5252);color:white;padding:12px;border-radius:12px;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;white-space:nowrap}.verification-badge:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.verification-badge:hover:before{left:100%}.verification-badge:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(255,106,106,.4),0 0 0 1px rgba(255,106,106,.1)}.info-section{margin-bottom:36px;margin-top:12px;padding:16px;border:1px solid #e9e9e9}.info-section:last-child{margin-bottom:0}.field-label{display:block;font-weight:600;color:#1e293b;font-size:14px;margin-bottom:8px;letter-spacing:-.01em}.field-input{width:100%;color:#475569;font-size:15px;padding:12px 16px;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0;transition:all .2s ease;font-family:inherit;box-sizing:border-box}.field-input:focus{outline:none;border-color:#FE4C55;background:white;box-shadow:0 0 0 3px rgba(255,106,106,.1)}.field-input:hover{border-color:#cbd5e1;background:#f1f5f9}.field-textarea{resize:vertical;min-height:80px;font-family:inherit}.toggle-label{font-size:14px;color:#64748b;font-weight:500;margin-left:7px}.toggle-switch{position:relative;display:inline-block;width:38px;height:21px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#cbd5e1,#94a3b8);border-radius:28px;box-shadow:inset 0 2px 4px rgba(0,0,0,.1)}.toggle-slider,.toggle-slider:before{position:absolute;transition:all .4s cubic-bezier(.4,0,.2,1)}.toggle-slider:before{content:"";height:16px;width:16px;left:3px;bottom:3px;background:white;border-radius:50%;box-shadow:0 2px 6px rgba(0,0,0,.2)}input:checked+.toggle-slider{background:linear-gradient(135deg,#FE4C55,#ff5252)}input:checked+.toggle-slider:before{transform:translateX(18px);box-shadow:0 2px 8px rgba(255,106,106,.4)}.action-buttons{display:flex;gap:12px;justify-content:flex-end;margin-top:32px;padding-top:24px;border-top:1px solid #e2e8f0}.save-button{background:linear-gradient(135deg,#FE4C55,#ff5252);color:white;padding:12px 32px;border-radius:10px;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease}.save-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(255,106,106,.4)}.cancel-button{background:#f8fafc;color:#64748b;padding:12px 32px;border-radius:10px;font-size:14px;font-weight:600;border:1px solid #e2e8f0;cursor:pointer;transition:all .3s ease}.cancel-button:hover{background:#f1f5f9;border-color:#cbd5e1}@media (max-width:768px){.profile-content{padding:10px;margin:0}.profile-header-section{flex-direction:column;gap:20px;align-items:center}.profile-avatar-container{width:100%}.verification-badge{align-self:flex-start}.grid.grid-cols-1.md\:grid-cols-2,.grid.grid-cols-1.md\:grid-cols-3{gap:16px}.action-buttons{flex-direction:column}.cancel-button,.save-button{width:100%;text-align:center}}@media (max-width:480px){.profile-avatar-container{flex-direction:column;text-align:center;align-items:center}.profile-avatar{width:70px;height:70px;font-size:20px}.profile-name{font-size:20px}.profile-email{font-size:14px}.verification-badge{padding:10px 20px;font-size:13px;width:100%;text-align:center}.info-section{margin-bottom:24px}}.profile-content>*{animation:slideIn .3s ease-out forwards}@media (max-width:991px){.admin-layout{display:block;padding:70px 10px 10px!important;border:none}.no-bottom-padding{padding-bottom:0!important}.admin-mobile-screen{width:100%;background:#fff}.mobile-header{height:52px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 8px;border-bottom:1px solid #eee;position:sticky;top:0;background:#fff;z-index:5}.mobile-header.center-title{grid-template-columns:auto;justify-content:center}.mobile-title{justify-self:center;font-weight:700;font-size:16px}.back-btn{justify-self:start;display:inline-flex;align-items:center;gap:8px;height:36px;padding:0 4px 0 12px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;font-weight:600;transition:transform .15s ease,box-shadow .2s ease}.back-btn:active{transform:scale(.98)}.back-icon,.back-icon:before{content:"";display:block;width:14px;height:2px;background:#111;border-radius:2px}.back-icon{position:relative}.back-icon:before{width:8px;height:8px;border-color:transparent transparent #111 #111;border-style:solid;border-width:2px;transform:rotate(45deg);position:absolute;left:-6px;top:-5px;background:transparent}.admin-mobile-stage-menu .admin-sidebar{width:100%;padding-top:8px}.admin-mobile-stage-menu .menu-item{width:calc(100% - 24px);margin:6px 12px;font-size:15px;padding:14px 16px;text-align:left;border-radius:12px;transition:background .2s ease,transform .2s ease}.admin-mobile-stage-menu .menu-item:hover{transform:translateX(4px)}.admin-mobile-stage-content .admin-content{border-radius:0;padding:0}.mobile-content-wrap{padding:8px 4px 20px;border-bottom:2px solid #e9e9e9}}@media (min-width:992px) and (hover:hover) and (pointer:fine){.menu-item:hover{transform:translateX(4px);background:#f8fafc}}@media (hover:none),(max-width:991px){.admin-mobile-stage-menu .menu-item:hover,.menu-item:hover{background:inherit!important;transform:none!important}}.menu-item.active{background:#f1f5f9;color:#111827;font-weight:700}.verification-dialog-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:9999;padding:16px}.verification-dialog-container{background:#fff;width:100%;max-width:450px;border-radius:16px;overflow:hidden;max-height:90vh;display:flex;flex-direction:column}.verification-dialog-header{padding:14px 18px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e7eb}.verification-dialog-title{font-size:18px;font-weight:600}.verification-dialog-close{background:transparent;border:none;font-size:20px;cursor:pointer}.verification-form{padding:16px;overflow-y:auto}.form-group{margin-bottom:15px}.form-label{font-size:14px;margin-bottom:6px;display:block}.form-select{width:100%;padding:10px;border-radius:10px;border:1px solid #d1d5db;font-size:14px}.upload-grid{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width:480px){.upload-grid{grid-template-columns:1fr 1fr}}.upload-area{width:100%;height:160px;border:2px dashed #d1d5db;display:flex;justify-content:center;align-items:center;border-radius:12px;position:relative;overflow:hidden}.upload-input{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer}.upload-preview{width:100%;height:100%;object-fit:cover}.upload-placeholder{display:flex;flex-direction:column;align-items:center}.upload-icon{font-size:40px;color:#9ca3af}.submit-button2{width:100%;background:#ff6a6a;color:white;padding:12px;font-size:15px;border-radius:10px;border:none;margin-top:20px;cursor:pointer}.submit-button:disabled{opacity:.6;cursor:not-allowed}.submit-button1{background:#FE4C55;color:white;font-weight:600;padding:.625rem 1rem;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s ease;font-size:.875rem}.advertisement-card{background:#ffffff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:all .3s ease;overflow:hidden;border:1px solid #e1e8ed}.advertisement-card:hover{transform:translateY(-4px);box-shadow:0 8px 15px rgba(0,0,0,.15)}.ad-image{position:relative;width:100%;height:200px;overflow:hidden}.ad-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.advertisement-card:hover .ad-image img{transform:scale(1.05)}.ad-content{padding:20px}.ad-category{color:#6b7280;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.ad-title{color:#1f2937;font-size:1.1rem;font-weight:600;margin-bottom:6px;line-height:1.3}.ad-description{color:#6b7280;font-size:.875rem;line-height:1.5;height:42px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ad-category:empty,.ad-date:empty,.ad-description:empty,.ad-price:empty,.ad-title:empty{display:none}.ad-meta{padding-top:10px;border-top:1px solid #f3f4f6}.ad-meta1{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.ad-stats{gap:16px}.ad-price{color:#059669;font-size:1.5rem;font-weight:700}.ad-date{color:#9ca3af;font-size:.875rem}.ad-stats{gap:12px}.ad-stat-item,.ad-stats{display:flex;align-items:center}.ad-stat-item{gap:4px;color:#6b7280;font-size:.9rem}.ad-stat-item svg{font-size:1.1rem!important;color:#6b7280;transition:color .2s ease}.ad-stat-item:hover i{color:#1f2937}.input-error{border-color:#f87171}.error-text{color:#f87171;font-size:.875rem;margin-top:.25rem}.content-section{justify-content:center;align-items:center;min-height:70vh;text-align:center;padding:20px 0}.headerContainer{display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem}.searchContainer{display:flex;align-items:center;gap:.5rem}.searchInput{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.375rem;outline:none;transition:all .2s;font-size:.875rem;width:250px!important;max-width:100%}.searchInput:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.searchInput::placeholder{color:#9ca3af}@media (max-width:768px){.ad-meta{flex-direction:row;justify-content:space-between}.ad-stats{gap:10px}.ad-image{height:160px}.ad-content{padding:16px;text-align:start}.ad-title{font-size:1.125rem}.ad-price{font-size:1.25rem}.ad-meta{flex-direction:column;align-items:flex-start;gap:6px}}.advertisements-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;padding:20px}@media (max-width:640px){.advertisements-grid{grid-template-columns:1fr;gap:16px;padding:16px}}.advertisements-grid-single-row{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media (max-width:1024px){.advertisements-grid-single-row{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.advertisements-grid-single-row{grid-template-columns:1fr;gap:16px;padding:16px}}.transaction-table{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#374151;width:100%;border-collapse:collapse}.table-container{background:#fff;border-radius:10px;border:1px solid rgba(128,128,128,.212);overflow-x:auto;box-shadow:0 4px 12px rgba(0,0,0,.08)}.table-header{background-color:#FE4C55;color:#fff;border-bottom:2px solid #e2e8f0}.table-header-cell{font-weight:600;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em;padding:.75rem 1rem;white-space:nowrap}.table-row{transition:background-color .25s ease,transform .2s ease}.table-row:hover{background-color:#fff4f4;transform:translateY(-2px)}.table-cell{padding:1rem;border-bottom:1px solid #f0f0f0;font-size:.875rem;white-space:nowrap;text-align:center}.table-cell span{display:inline-block;padding:.25rem .6rem;border-radius:12px;font-size:.75rem;font-weight:600;text-align:center;min-width:70px}.table-cell span.Completed{background-color:#FE4C55;color:#fff}.table-cell span.Pending{background-color:#ffd6d6;color:#FE4C55}.table-cell span.Rejected{background-color:#ffe5e5;color:#FE4C55}@media (max-width:768px){.table-container{border-radius:8px;font-size:.8rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.transaction-table{min-width:600px}.table-cell,.table-header-cell{padding:1rem}.transaction-history-header{font-size:1.25rem}}.upload-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:9999;animation:fadeIn .25s ease-in-out}.upload-dialog{background:#fff;border-radius:12px;width:100%;max-width:500px;padding:24px;box-shadow:0 10px 30px rgba(0,0,0,.3);animation:slideIn .3s ease-out;position:relative}.upload-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.upload-title{font-size:1.25rem;font-weight:600;color:#111}.upload-close-button{background:transparent;border:none;font-size:1.75rem;color:#555;cursor:pointer;line-height:1;transition:color .2s}.upload-close-button:hover{color:#000}.upload-form{gap:1rem}.form-group,.upload-form{display:flex;flex-direction:column}.form-group{gap:.25rem}.form-label{font-weight:500;color:#333}.form-input,.form-textarea{width:100%;border:1px solid #ccc;border-radius:8px;padding:10px 12px;font-size:.95rem;transition:border-color .2s}.form-input:focus,.form-textarea:focus{border-color:#3b82f6;outline:none}.form-footer{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1rem}.cancel-button,.submit-button{border:none;border-radius:8px;padding:10px 18px;font-size:.95rem;cursor:pointer;transition:background .2s}.cancel-button{background:#e5e7eb;color:#111}.cancel-button:hover{background:#d1d5db}.submit-button{background:#2563eb;color:#fff}.submit-button:hover{background:#1d4ed8}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:640px){.mobile-range-picker{width:100vw!important;left:0!important;right:0!important;padding:8px}.mobile-range-picker .ant-picker-panel-container{width:100%!important}.mobile-range-picker .ant-picker-panels{flex-direction:column}.mobile-range-picker .ant-picker-panel{width:100%!important}}.loadingspinner{--square:14px;--offset:18px;--duration:2.4s;--delay:0.2s;--timing-function:ease-in-out;--in-duration:0.4s;--in-delay:0.1s;--in-timing-function:ease-out;width:calc(3 * var(--offset) + var(--square));height:calc(2 * var(--offset) + var(--square));margin:20px auto;position:relative}.loadingspinner div{position:absolute;width:var(--square);height:var(--square);background:#fe4c55;border-radius:2px}#square1{left:0;top:0;animation:square1 var(--duration) var(--delay) var(--timing-function) infinite,squarefadein var(--in-duration) calc(1 * var(--in-delay)) var(--in-timing-function) both}#square2{left:0;top:var(--offset);animation:square2 var(--duration) var(--delay) var(--timing-function) infinite,squarefadein var(--in-duration) calc(1 * var(--in-delay)) var(--in-timing-function) both}#square3{left:var(--offset);top:var(--offset);animation:square3 var(--duration) var(--delay) var(--timing-function) infinite,squarefadein var(--in-duration) calc(2 * var(--in-delay)) var(--in-timing-function) both}#square4{left:calc(2 * var(--offset));top:var(--offset);animation:square4 var(--duration) var(--delay) var(--timing-function) infinite,squarefadein var(--in-duration) calc(3 * var(--in-delay)) var(--in-timing-function) both}#square5{left:calc(3 * var(--offset));top:var(--offset);animation:square5 var(--duration) var(--delay) var(--timing-function) infinite,squarefadein var(--in-duration) calc(4 * var(--in-delay)) var(--in-timing-function) both}@keyframes square1{0%{left:0;top:0}8.33%{left:0;top:var(--offset)}to{left:0;top:var(--offset)}}@keyframes square2{0%{left:0;top:var(--offset)}8.33%{left:0;top:calc(2 * var(--offset))}16.66%{left:var(--offset);top:calc(2 * var(--offset))}25%{left:var(--offset);top:var(--offset)}83.33%{left:var(--offset);top:var(--offset)}91.66%{left:var(--offset);top:0}to{left:0;top:0}}@keyframes square3{0%,to{left:var(--offset);top:var(--offset)}25%{left:var(--offset);top:0}33.33%{left:calc(2 * var(--offset));top:0}41.66%{left:calc(2 * var(--offset));top:var(--offset)}66.66%{left:calc(2 * var(--offset));top:var(--offset)}75%{left:calc(2 * var(--offset));top:calc(2 * var(--offset))}83.33%{left:var(--offset);top:calc(2 * var(--offset))}91.66%{left:var(--offset);top:var(--offset)}}@keyframes square4{0%{left:calc(2 * var(--offset));top:var(--offset)}33.33%{left:calc(2 * var(--offset));top:var(--offset)}41.66%{left:calc(2 * var(--offset));top:calc(2 * var(--offset))}50%{left:calc(3 * var(--offset));top:calc(2 * var(--offset))}58.33%{left:calc(3 * var(--offset));top:var(--offset)}to{left:calc(3 * var(--offset));top:var(--offset)}}@keyframes square5{0%{left:calc(3 * var(--offset));top:var(--offset)}50%{left:calc(3 * var(--offset));top:var(--offset)}58.33%{left:calc(3 * var(--offset));top:0}66.66%{left:calc(2 * var(--offset));top:0}75%{left:calc(2 * var(--offset));top:var(--offset)}to{left:calc(2 * var(--offset));top:var(--offset)}}@keyframes squarefadein{0%{transform:scale(.75);opacity:0}to{transform:scale(1);opacity:1}}.seller-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:20px;padding:100px 0!important}.pagi{display:flex;gap:8px;justify-content:center;align-items:center}.pagi button{border:1px solid #e5e7eb;border-radius:8px;padding:6px 10px;background:#fff}.pagi button[aria-current=page]{background:#111827;color:#fff}.seller-prod-card{background:#fff;border:1px solid #eaeaea;border-radius:14px;overflow:hidden;cursor:pointer;box-shadow:0 6px 20px rgba(16,24,40,.06)}.seller-prod-image-wrap{position:relative;width:100%;aspect-ratio:16/11;overflow:hidden;border-bottom:1px solid #f1f2f4}.seller-prod-image,.seller-prod-image-wrap{border-top-left-radius:14px;border-top-right-radius:14px}.seller-prod-image{width:100%;height:100%;object-fit:cover;display:block}.seller-prod-badge{position:absolute;left:-12px;top:12px;background:#FE4C55;color:#fff;font-size:11px;padding:2px 12px;transform:skewX(-16deg);box-shadow:0 2px 8px rgba(0,0,0,.15)}.seller-prod-body{padding:12px 14px;position:relative}.seller-prod-avatar{width:36px;height:36px;border-radius:9999px;position:absolute;right:14px;top:-18px;border:3px solid #fff;object-fit:cover;box-shadow:0 2px 8px rgba(16,24,40,.12)}.seller-prod-cat{color:#8F95A3;font-size:12px;display:flex;align-items:center;gap:4px}.seller-prod-divider{height:1px;background:#F1F2F4;margin:8px 0}.seller-prod-title{font-weight:600;color:#0F172A;min-height:22px}.seller-prod-meta{display:flex;align-items:center;gap:6px;font-size:12px;color:#8F95A3}.seller-prod-footer,.seller-prod-rating{display:flex;align-items:center;justify-content:space-between}.seller-prod-footer{font-size:13px}.seller-prod-price{color:#1dbf73;font-weight:700}.seller-card{background:#fff;border:1px solid #eaeaea;border-radius:14px;box-shadow:0 2px 14px rgba(16,24,40,.06)}.seller-sticky{position:sticky;top:88px;align-self:start}.seller-meta{color:#6b7280;font-size:12px}.star-badge{border:1px solid #ffd48a;padding:2px 8px;border-radius:999px;font-size:12px}.header-rating-box,.star-badge{background:#FFF7E6;color:#8A5A00}.header-rating-box{border:1px solid #ffd48a;padding:8px 10px;border-radius:10px;min-width:44px;text-align:center}.header-ads-chip{background:#EEF6FF;border:1px solid #b2d6ff;color:#0B5CBD;border-radius:10px;padding:6px 10px;font-weight:600}.MuiButton-root.header-write-btn,.header-write-btn .MuiButton-root{background:#ff5c66;box-shadow:0 12px 24px rgba(255,92,102,.25)}.tabs-bar{background:#F6F7FB;padding:1px}.ad-tabs{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none}.ad-tabs::-webkit-scrollbar{display:none}.ad-tab{padding:12px 18px;border-radius:10px;background:#fff;border:1px solid #ececec;font:500 14px/1.2 system-ui,-apple-system;color:#6b7280;transition:all .2s}.ad-tab--active{background:#ff5c66;border-color:#ff5c66;color:#fff}.review-card{background:#fff;border:1px solid #eaeaea;border-radius:14px;box-shadow:0 2px 14px rgba(16,24,40,.06);padding:16px}.review-item{border-bottom:1px solid #f1f2f4;padding-bottom:14px;margin-bottom:14px}.review-text{color:#334155;font-size:14px;line-height:1.6;margin-top:4px}.write-card{border:1px dashed #e5e7eb;border-radius:12px;background:#fff;padding:16px}.write-title{font-weight:600;margin-bottom:6px}.rate-hint{color:#6b7280;font-size:12px;margin-left:6px}.product-card{background:#fff;border:1px solid #eaeaea;border-radius:14px;overflow:hidden;cursor:pointer;box-shadow:0 6px 20px rgba(16,24,40,.06)}.product-image-wrapper{position:relative;width:100%;aspect-ratio:16/11;overflow:hidden;border-bottom:1px solid #f1f2f4}.product-image,.product-image-wrapper{border-top-left-radius:14px;border-top-right-radius:14px}.product-image{width:100%;height:100%;object-fit:cover;display:block}.featured-badge{position:absolute;left:-12px;top:12px;background:#FE4C55;color:#fff;font-size:11px;padding:2px 12px;transform:skewX(-16deg);box-shadow:0 2px 8px rgba(0,0,0,.15)}.product-content{padding:12px 14px;position:relative}.profile-img{width:44px;height:44px;border-radius:9999px;position:absolute;right:14px;top:-18px;object-fit:cover;box-shadow:0 2px 8px rgba(16,24,40,.12)}.product-category{color:#8F95A3;font-size:12px;display:flex;align-items:center;gap:4px}.product-divider{height:1px;background:#F1F2F4;margin:8px 0}.product-title{font-weight:600;color:#0F172A;min-height:22px}.product-meta{display:flex;align-items:center;gap:6px;font-size:12px;color:#8F95A3}.product-footer,.product-rating{display:flex;align-items:center;justify-content:space-between}.product-footer{font-size:13px}.price{font-weight:700}.blog-card{border-radius:16px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .3s ease;border:1px solid #e5e7eb;background:white}.blog-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.3)}.blog-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-weight:600!important;line-height:1.4!important}.blog-section-title{font-size:2rem!important;font-weight:600!important;margin-bottom:1.5rem!important;border-bottom:2px solid #ff4c55;display:inline-block;color:#1a202c}.media-16x9{position:relative;width:100%;padding-bottom:56.25%;overflow:hidden}.media-16x9 img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-2,.line-clamp-3{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3}.blog-detail-page{font-family:Inter,sans-serif}.blog-title-main{font-weight:700!important;line-height:1.2;color:#1a202c;margin-bottom:1rem;font-size:2.5rem}.blog-meta-info{margin-bottom:1.5rem}.meta-items{flex-wrap:wrap}.meta-item,.meta-items{display:flex;align-items:center;gap:.5rem}.meta-icon,.meta-text{color:#718096;font-size:.875rem}.meta-divider{color:#cbd5e0}.trending-badge{background:linear-gradient(135deg,#ff6b6b,#ff4c55);padding:.25rem .75rem;border-radius:20px;display:flex;align-items:center;gap:.375rem}.trending-icon,.trending-text{color:white;font-size:.75rem}.trending-text{font-weight:600}.blog-hero-container{margin-bottom:2rem;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.1)}.blog-hero-image{width:100%;height:400px;object-fit:cover;border-radius:16px}.blog-content-main{line-height:1.8}.blog-description{font-size:1.125rem;color:#4a5568;line-height:1.8;margin-bottom:1.5rem}.related-blogs-section{background:white;padding:1.5rem;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #e2e8f0}.related-blogs-title{font-weight:700;margin-bottom:1.5rem!important;color:#1a202c;font-size:1.25rem;border-bottom:2px solid #ff4c55;padding-bottom:.5rem}.related-blogs-grid{display:flex;flex-direction:column;gap:1rem}.related-blog-card{background:#f8fafc;border-radius:12px;padding:1rem;border:1px solid #e2e8f0;transition:all .3s ease;cursor:pointer;text-decoration:none;display:block;color:inherit}.related-blog-card:hover{transform:translateY(-1px);box-shadow:0 4px 15px rgba(0,0,0,.1);border-color:#ff4c55;background:white;text-decoration:none;color:inherit}.related-blog-header{display:flex;gap:.75rem;margin-bottom:.75rem}.related-blog-image{width:60px;height:60px;border-radius:8px;object-fit:cover;flex-shrink:0}.related-blog-content{flex:1;min-width:0}.related-blog-title{font-weight:600!important;color:#4a5363;line-height:1.4!important;margin:.5rem 0!important;font-size:.95rem}.related-blog-description,.related-blog-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-blog-description{color:#718096;line-height:1.5;font-size:.875rem}.related-blog-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e2e8f0}.related-blog-meta{display:flex;align-items:center;gap:.5rem}.meta-icon-small{color:#a0aec0;font-size:.75rem}.meta-text-small{color:#718096;font-size:.75rem}.meta-divider-small{color:#cbd5e0;font-size:.75rem}.read-more-link{display:flex;align-items:center;gap:.25rem;transition:all .3s ease}.read-more-text{font-weight:600}.arrow-icon,.read-more-text{color:#ff4c55;font-size:.75rem}.arrow-icon{transition:transform .3s ease}.related-blog-card:hover .arrow-icon{transform:translateX(3px)}.related-blog-card:hover .read-more-text{color:#e0434a}.blogs-page-header{text-align:center;margin-bottom:3rem}.blogs-main-title{font-weight:700;color:#1a202c;margin-bottom:.5rem;font-size:2.5rem}.blogs-subtitle{color:#718096;font-size:1.125rem}.blogs-grid-container{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:1024px){.blogs-grid-container{grid-template-columns:1fr 300px;gap:3rem}}.popular-topics-section{background:white;padding:1.5rem;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #e2e8f0}.popular-topics-title{font-weight:700;margin-bottom:1rem!important;color:#1a202c;font-size:1.25rem;border-bottom:2px solid #ff4c55;padding-bottom:.5rem}.topic-tag{display:inline-block;background:#f8fafc;color:#4a5568;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500;margin:.25rem;transition:all .3s ease;border:1px solid #e2e8f0;cursor:pointer}.topic-tag:hover{background:#ff4c55;color:white;border-color:#ff4c55;transform:translateY(-1px)}.compact-blog-card{border-radius:12px;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;transition:all .3s ease;text-decoration:none;color:inherit;display:block}.compact-blog-card:hover{transform:translateY(-1px);box-shadow:0 4px 15px rgba(0,0,0,.1);border-color:#ff4c55;background:white;text-decoration:none;color:inherit}.compact-blog-image{width:80px;height:60px;border-radius:8px;object-fit:cover}.trending-section{background:linear-gradient(135deg,#fff5f5,#fed7d7);padding:1.5rem;border-radius:16px;border-left:4px solid #ff4c55;margin-bottom:2rem}.trending-title{font-weight:700;color:#1a202c;margin-bottom:1rem;font-size:1.25rem;display:flex;align-items:center;gap:.5rem}@media (max-width:1024px){.blog-title-main,.blogs-main-title{font-size:2rem}}@media (max-width:768px){.blog-title-main{font-size:1.75rem}.blog-hero-image{height:300px}.blog-description{font-size:1rem}.related-blogs-section{margin-top:2rem}.blogs-main-title{font-size:1.75rem}.related-blog-header{flex-direction:column;gap:.5rem}.related-blog-image{width:100%;height:120px}}@media (max-width:640px){.meta-items{gap:.25rem}.related-blog-card{padding:.75rem}.blogs-container{padding-left:1rem;padding-right:1rem}}.faqs-header{padding:3rem 0;text-align:center}.faq-icon-wrapper{margin-bottom:1.5rem}.faq-main-icon{font-size:4rem;color:#ff4c55;opacity:.9}.faqs-main-title{font-weight:700!important;color:#1a202c;margin-bottom:1rem}.faqs-subtitle{color:#718096;font-size:1.25rem;max-width:600px;margin:0 auto;line-height:1.6}.faq-list{max-width:1200px;margin:0 auto 3rem}.faq-card{border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06);border:1px solid #e2e8f0;background:white;transition:all .3s ease;overflow:hidden;height:100%}.faq-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.1);border-color:#ff4c55}.faq-question-section{padding:.5rem!important;cursor:pointer;display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;transition:background-color .3s ease;min-height:60px;align-items:center}.faq-question-section:hover{background-color:#f7fafc}.faq-question{font-weight:700!important;color:#2d3748;line-height:1.4;flex:1;margin:0;font-size:1.1rem!important}.faq-toggle-btn{color:#ff4c55!important;background:#fff5f5!important;border-radius:6px;transition:all .3s ease;flex-shrink:0;width:32px;height:32px}.faq-toggle-btn.Mui-expanded,.faq-toggle-btn:hover{background:#ff4c55!important;color:white!important}.faq-answer-section{padding:1rem 1.25rem;border-top:1px solid #e2e8f0;background-color:#fafbfc}.faq-answer{color:#4a5568;line-height:1.6;margin:0;font-size:.95rem}.support-section{padding:2.5rem 2rem;background:white;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.06);border:1px solid #e2e8f0;max-width:800px;margin:2.5rem auto 0}.support-title{font-weight:600;color:#1a202c;margin-bottom:.75rem;font-size:1.25rem}.support-text{color:#718096;margin-bottom:.75rem;font-size:.95rem}.contact-info{color:#ff4c55;font-weight:500;font-size:.9rem}@media (max-width:768px){.faqs-header{padding:2rem 0}.faqs-main-title{font-size:1.75rem!important}.faqs-subtitle{font-size:1.125rem}.faq-main-icon{font-size:3rem}.faq-question-section{padding:.875rem 1rem;min-height:55px}.faq-answer-section{padding:.875rem 1rem}.support-section{padding:2rem 1.5rem;margin:2rem auto 0}.faq-question{font-size:.95rem}}@media (max-width:640px){.faqs-container{padding:1rem .5rem}.faqs-main-title{font-size:1.5rem!important}.faq-question{font-size:.9rem}.faq-question-section{padding:.75rem;min-height:50px}.faq-answer-section{padding:.75rem}.support-section{padding:1.5rem 1rem}}