:root{--green: #00cc81;--green-dark: #008252;--blue: #05aff2;--text: #212121;--muted: #6a6a6a;--line: #c8c8c840;color:var(--text);background:#fff;font-family:Arial,Helvetica,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-width:320px;background:#fff}.custom-modal-scroll{overflow-y:auto!important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;will-change:scroll-position;transform:translateZ(0)}.custom-modal-scroll::-webkit-scrollbar{width:6px}.custom-modal-scroll::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.custom-modal-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.custom-modal-scroll::-webkit-scrollbar-thumb:hover{background:#94a3b8}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;color:#fff;transition:transform .3s cubic-bezier(.4,0,.2,1);will-change:transform}.top-row{display:flex;align-items:center;justify-content:center;gap:28px;min-height:54px;padding:5px 15px;background:#008252d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.top-button{display:inline-flex;align-items:center;gap:7px;border:0;background:transparent;color:#fff;font-size:14px;font-weight:700}.top-row-mobile{display:none}.bottom-row{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:68px;padding:12px 30px;background:#00cc81d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.1);transition:box-shadow .3s ease,border-color .3s ease}.site-header.scrolled-down{transform:translateY(-54px)}.site-header.scrolled-down .bottom-row{box-shadow:0 4px 20px #00000014;border-bottom-color:#ffffff26}.header-placeholder{height:122px}.header-left{display:flex;align-items:center;gap:18px;min-width:0;flex:0 0 auto}.logo-container{display:flex;align-items:center;border:0;background:transparent;margin-left:30px;margin-right:12px;padding:0}.logo-container img{height:40px;width:auto;max-width:none}.option-button{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:#fff;font-size:14px;font-weight:700;white-space:nowrap}.category-trigger{padding:10px 0}.search-container{position:relative;flex:1;max-width:600px;min-width:260px;margin:0 20px}.search-bar{display:flex;align-items:center;gap:10px;width:100%;height:45px;padding:5px 10px 5px 18px;border-radius:30px;background:#fff;color:var(--text);box-shadow:0 1px 3px #0000001a}.search-bar input{flex:1;min-width:0;border:0;outline:0;color:var(--text)}.search-bar button{display:flex;align-items:center;justify-content:center;min-width:48px;height:34px;border:0;border-radius:25px;background:var(--blue);color:#fff;font-size:14px;font-weight:800;padding:0 18px}.search-icon-mobile{display:none}.suggestions-list{position:absolute;top:calc(100% + 5px);left:0;z-index:80;width:100%;max-height:300px;overflow-y:auto;margin:0;padding:0;border-radius:5px;background:#fff;color:var(--text);list-style:none;box-shadow:0 4px 6px #0000001a}.suggestions-list li{padding:10px;font-size:14px;cursor:pointer}.suggestions-list li:hover{background:#f0f0f0}.header-options{display:flex;align-items:center;justify-content:flex-end;gap:18px;flex:0 0 auto}.location-wrap{position:relative}.location-menu{position:absolute;top:calc(100% + 10px);right:0;z-index:1000;width:270px;max-width:90vw;padding:14px 16px;border-radius:14px;background:#fff;box-shadow:0 8px 30px #00000026,0 2px 8px #0000000f;display:flex;flex-direction:column;gap:10px;color:#333}.location-menu:before{content:"";position:absolute;top:-5px;right:20px;width:10px;height:10px;background:#fff;transform:rotate(45deg);border-top:1px solid rgba(0,0,0,.05);border-left:1px solid rgba(0,0,0,.05)}.location-menu h4{margin:0 0 2px;font-size:15px;font-weight:700;color:#111;text-align:center}.location-fields{display:flex;flex-direction:column;gap:10px}.field-group label{display:block;font-size:11px;font-weight:600;color:#64748b;margin-bottom:3px;text-transform:uppercase;letter-spacing:.3px}.location-menu .searchable-trigger{padding:7px 10px;border-radius:8px;font-size:13px}.location-menu .searchable-trigger .value-text{gap:6px}.location-menu .btn-apply{margin-top:4px;height:36px;border:0;border-radius:8px;background:var(--blue, #05aff2);color:#fff;font-size:14px;font-weight:600;transition:all .2s ease;cursor:pointer;display:flex;align-items:center;justify-content:center}.location-menu .btn-apply:hover{background:#049be6;transform:translateY(-1px);box-shadow:0 4px 10px #05aff240}.location-backdrop{display:none}@media(max-width:767px){.location-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.location-menu{position:fixed;top:50%;left:50%;right:auto;transform:translate(-50%,-50%);width:90vw;max-width:300px;border-radius:16px;padding:18px 16px;box-shadow:0 20px 60px #0003;animation:popIn .2s cubic-bezier(.16,1,.3,1)}.location-menu:before{display:none}}@keyframes popIn{0%{opacity:0;transform:translate(-50%,-45%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes highlightPulse{0%{background-color:#10b98159}to{background-color:transparent}}.msg-highlight-pulse{animation:highlightPulse 2s ease-out;border-radius:12px}.searchable-select{position:relative;width:100%}.searchable-trigger{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border:1px solid #e0e0e0;border-radius:10px;background:#fdfdfd;cursor:pointer;transition:all .2s ease;font-size:14px;color:#333}.searchable-trigger:hover{background:#fff;border-color:#bbb}.searchable-trigger.active{border-color:var(--blue, #05aff2);box-shadow:0 0 0 3px #05aff226;background:#fff}.searchable-trigger .value-text{display:flex;align-items:center;gap:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.searchable-trigger .trigger-icon{display:flex;align-items:center;color:#888}.searchable-trigger .flag{font-size:16px}.searchable-trigger .subtext{color:#888;font-size:13px}.searchable-trigger .currency-code{font-weight:600;color:#444}.searchable-trigger .chevron{color:#888;transition:transform .2s ease}.searchable-trigger .chevron.up{transform:rotate(180deg)}.searchable-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:1001;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;border:1px solid #eee;overflow:hidden;display:flex;flex-direction:column}.searchable-search-wrapper{display:flex;align-items:center;padding:0 12px;border-bottom:1px solid #f0f0f0;background:#fafafa}.searchable-search-wrapper .search-icon{color:#aaa;margin-right:8px}.searchable-search{padding:14px 0;border:none;background:transparent;outline:none;font-size:14px;width:100%}.searchable-options{max-height:180px;overflow-y:auto;padding:6px 0;scrollbar-width:thin}.searchable-options::-webkit-scrollbar{width:6px}.searchable-options::-webkit-scrollbar-track{background:transparent}.searchable-options::-webkit-scrollbar-thumb{background:#ddd;border-radius:10px}.searchable-options::-webkit-scrollbar-thumb:hover{background:#ccc}.searchable-option{display:flex;align-items:center;gap:10px;padding:10px 16px;cursor:pointer;font-size:14px;color:#444;transition:background .15s}.searchable-option .flag{font-size:16px}.searchable-option .subtext{color:#888;font-size:13px}.searchable-option .currency-code{font-weight:600;color:#444}.searchable-option:hover{background:#f4f4f4;color:#111}.searchable-option.empty{color:#999;justify-content:center;padding:16px}.menu-button{display:none;border:0;background:transparent;color:#fff}.hero{position:relative;height:420px;overflow:hidden;background:#08a9ea}.hero img{width:100%;height:100%;object-fit:cover}.swiper-text-container{position:absolute;z-index:2;top:55px;left:40px;color:#fff}.swiper-text-container p{margin:0;font-size:45px;line-height:1.18;font-weight:900}.swiper-text-container span{display:inline-block;color:#ffc116;font-size:45px;font-weight:900}.categories-swiper{width:100%;overflow:hidden;position:relative;padding:28px 0 36px;background:#fff}.categories-swiper::-webkit-scrollbar{display:none}.categories-swiper:before,.categories-swiper:after{content:"";position:absolute;top:0;width:80px;height:100%;z-index:2;pointer-events:none}.categories-swiper:before{left:0;background:linear-gradient(to right,#fff,#fff0)}.categories-swiper:after{right:0;background:linear-gradient(to left,#fff,#fff0)}.categories-marquee-content{display:flex;width:max-content}.categories-marquee-set{display:flex;align-items:flex-start;gap:24px;padding-right:24px}.categories-marquee-content.animate-marquee{animation:marquee-scroll 35s linear infinite}.categories-marquee-content:hover{animation-play-state:paused}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.category-item-home{display:flex;flex:0 0 120px;flex-direction:column;align-items:center;gap:8px;border:0;background:transparent;color:#333;text-align:center}.icon-container{display:flex;width:100px;height:100px;align-items:center;justify-content:center}.icon-container img{width:80px;height:80px;object-fit:contain;transition:transform .3s ease}.category-item-home:hover .icon-container img{transform:scale(1.1)}.category-name{text-transform:capitalize;max-width:120px;overflow:hidden;color:#333;font-size:16px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.scroll-wrapper{width:100%;margin:auto;padding:20px 50px}.products-container{display:flex;align-items:center;justify-content:space-between}.products-container h2,.similar-title{margin:0 0 28px;color:#000;font-size:32px;font-weight:400}.grid{display:grid;grid-template-columns:repeat(5,1fr);gap:30px}.scroll-item{position:relative;display:block;width:100%;min-width:0;height:350px;overflow:hidden;border:0;background:#fff;color:var(--text);padding:10px;text-align:center}.image-container{display:flex;width:100%;height:230px;align-items:center;justify-content:center;overflow:hidden;background:#f0f0f0;transition:height .26s ease}.image-container img{width:100%;height:100%;object-fit:cover}.product-details{display:flex;flex-direction:column;gap:3px;padding:10px 0}.product-name{display:-webkit-box;height:40px;margin:0;overflow:hidden;color:#333;font-size:14px;font-weight:500;line-height:1.35;text-align:left;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;white-space:normal}.price-rating{display:flex;align-items:center;justify-content:space-between;gap:10px}.price{color:#000;font-size:18px;font-weight:800}.rating{display:inline-flex;align-items:center;gap:2px;color:#ffc107;font-size:14px}.location-sold{display:flex;align-items:center;gap:5px;color:#666;font-size:13px;text-transform:capitalize}.location-sold img{width:16px;height:16px}.overlay-button{display:block;width:100%;margin-top:4px;border:0;border-radius:8px;background:#0583f2;color:#fff;padding:8px 12px;font-size:13px;opacity:0;pointer-events:none;transition:opacity .26s ease}.scroll-item:hover{box-shadow:0 12px 28px #0000000f}.scroll-item:hover .image-container{height:195px}.scroll-item:hover .overlay-button{opacity:1}.view-more-btn{display:flex;width:278px;height:64px;align-items:center;justify-content:center;gap:8px;margin:20px auto;border:0;border-radius:32px;background:var(--green);color:#fff;font-size:18px;font-weight:800;box-shadow:0 4px 10px #0003}.view-more-btn:hover{background:#00b05d}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;background:#00000061}.categories-modal{display:flex;width:min(800px,calc(100vw - 40px));height:min(600px,calc(100vh - 80px));overflow:hidden;border-radius:5px;background:#fff;box-shadow:0 30px 70px #00000047}.categories-list{width:35%;height:100%;overflow:auto;padding:10px;border-right:1px solid var(--line)}.categories-list button{display:flex;width:100%;height:auto;align-items:center;justify-content:space-between;border:0;border-bottom:1px solid var(--line);background:#fff;color:var(--muted);padding:7px 15px;font-size:13px;line-height:1.5;text-align:left}.categories-list button.active,.categories-list button:hover{background:#f7fbfa;color:#006f47}.brands-grid{display:flex;width:65%;height:100%;flex-wrap:wrap;align-content:flex-start;justify-content:flex-start;overflow:auto;padding:28px 20px}.brand-item{display:flex;width:25%;flex-direction:column;align-items:center;border:0;background:transparent;padding:13px 4px;color:var(--muted);text-align:center}.brand-item img{height:50px;width:80px;object-fit:contain}.brand-item span{text-transform:capitalize;margin-top:8px;font-size:12px}.container-products{padding:30px 50px}.product-list-head{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:10px}.product-list-head h2{margin:0;font-size:20px;font-weight:800}.product-list-head select{border:0;background:#fff;color:#444;font-size:14px}.wide-search{display:flex;align-items:center;gap:10px;max-width:650px;margin-bottom:28px;border:1px solid #ddd;border-radius:30px;padding:7px 10px 7px 18px}.wide-search input{flex:1;border:0;outline:0}.wide-search button{border:0;border-radius:25px;background:var(--blue);color:#fff;padding:10px 22px;font-weight:800}.product-page-wrapper{max-width:1480px;width:94%;margin:0 auto;padding:20px 0 50px}.product-back-bar{margin-bottom:16px}.product-back-btn{display:inline-flex;align-items:center;gap:8px;background:transparent;border:none;color:#4b5563;font-size:14.5px;font-weight:600;cursor:pointer;padding:4px 0;transition:color .2s ease,transform .2s ease}.product-back-btn:hover{color:#111827;transform:translate(-4px)}.publication-detail{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:28px;max-width:100%;height:auto;margin:0;padding:0;background:transparent;overflow:visible;align-items:start}.left-column{display:flex;flex-direction:column;gap:24px;overflow-y:visible;height:auto}.image-gallery-card{background:#fff;border-radius:16px;border:1px solid #e5e7eb;padding:16px;box-shadow:0 4px 16px #00000008}.image-viewer-container{display:flex;gap:14px}.thumbnail-list{display:flex;width:74px;max-height:460px;flex-direction:column;gap:8px;overflow-y:auto;overflow-x:hidden;padding-right:2px}.thumbnail-list button{width:70px;height:66px;overflow:hidden;border:2px solid #e5e7eb;border-radius:8px;background:#fff;padding:0;cursor:pointer;transition:all .2s ease}.thumbnail-list button:hover{border-color:#00b074}.thumbnail-list button.active{border-color:#00b074;box-shadow:0 0 0 2px #00b07433}.thumbnail-list img{width:100%;height:100%;object-fit:cover}.main-image-display{display:flex;flex:1;min-height:380px;max-height:460px;align-items:center;justify-content:center;background:#f8f9fa;border-radius:12px;overflow:hidden;border:1px solid #f1f5f9;box-shadow:0 2px 10px #00000005}.main-image-display img{width:100%;max-height:460px;object-fit:contain}.product-card-section{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;box-shadow:0 2px 12px #00000008}.section-card-title{margin:0 0 14px;font-size:18px;font-weight:700;color:#111827;letter-spacing:-.01em}.product-description-text{margin:0;color:#374151;font-size:15px;line-height:1.65;white-space:pre-line}.specs-grid-modern{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px 20px}.spec-item{display:flex;flex-direction:column;gap:3px;padding:10px 14px;background:#f8f9fa;border-radius:10px;border:1px solid #f1f5f9}.spec-label{color:#6b7280;font-size:12.5px;font-weight:500}.spec-value{color:#111827;font-size:14.5px;font-weight:600}.seller-card-modern{display:flex;flex-direction:column;gap:16px}.seller-header-row{display:flex;align-items:center;gap:14px}.seller-avatar-wrapper{width:48px;height:48px;border-radius:50%;overflow:hidden;border:2px solid #e5e7eb;flex-shrink:0}.seller-avatar-img{width:100%;height:100%;object-fit:cover}.seller-meta-info{display:flex;flex-direction:column;gap:3px}.seller-name-row{display:flex;align-items:center;gap:8px}.seller-name-text{margin:0;font-size:16.5px;font-weight:700;color:#111827}.seller-verified-badge{display:inline-flex;align-items:center;gap:4px;color:#00b074;font-size:12.5px;font-weight:600;background:#f0fdf4;padding:2px 7px;border-radius:10px}.seller-sub-meta{display:flex;align-items:center;gap:8px;color:#4b5563;font-size:13px}.seller-rating{display:inline-flex;align-items:center;gap:4px}.meta-bullet{color:#9ca3af}.seller-location{display:inline-flex;align-items:center;gap:4px}.seller-badges-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.seller-badge-item{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#f8f9fa;border-radius:10px;border:1px solid #f1f5f9}.seller-badge-item .badge-icon{color:#00b074;flex-shrink:0}.seller-badge-item strong{display:block;font-size:13px;color:#111827}.seller-badge-item span{display:block;font-size:11.5px;color:#6b7280}.seller-store-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;height:44px;border-radius:10px;background:#f3f4f6;border:1px solid #e5e7eb;color:#1f2937;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.seller-store-btn:hover{background:#e5e7eb;color:#111827}.sticky-purchase-card,.sticky-right-column{position:sticky;top:84px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;box-shadow:0 4px 20px #0000000d;display:flex;flex-direction:column;gap:16px;z-index:10;transition:top .3s ease}.purchase-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.product-title-desktop{margin:0;color:#111827;font-size:26px;font-weight:700;line-height:1.25;letter-spacing:-.015em}.favorite-btn-desktop{background:#f8f9fa;border:1px solid #e5e7eb;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:all .2s ease}.favorite-btn-desktop:hover{background:#fee2e2;border-color:#fca5a5;transform:scale(1.05)}.product-meta-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.meta-chip-modern{display:inline-flex;align-items:center;border:1px solid #e5e7eb;border-radius:16px;background:#f3f4f6;color:#374151;padding:4px 12px;font-size:12.5px;font-weight:600}.meta-uploaded-modern{display:inline-flex;align-items:center;gap:4px;color:#00b074;font-size:13px;font-weight:600}.price-section-desktop{margin:2px 0 0}.strike-price{display:block;margin-bottom:2px;color:#9ca3af;font-size:14px}.detail-price-desktop{color:#00b074;font-size:36px;font-weight:800;line-height:1;letter-spacing:-.02em}.similar-listings-container{max-width:1480px;width:94%;margin:40px auto 20px;padding:0}.similar-listings-title{font-size:24px;font-weight:800;color:#111827;margin-top:0;margin-bottom:20px;letter-spacing:-.015em}.buyer-protection-modern{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;color:#15803d;font-size:13px;font-weight:600}.location-card-modern{display:flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb;color:#374151;font-size:13px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease}.location-card-modern:hover{background:#f0fdf4;border-color:#bbf7d0;color:#00b074}.location-card-modern svg{color:#ef4444;flex-shrink:0}.action-buttons-desktop{display:flex;flex-direction:column;gap:12px;margin-top:2px}.buy-button-desktop{display:flex;width:100%;height:48px;align-items:center;justify-content:center;border:none;border-radius:12px;background:#00b074;color:#fff;font-size:15px;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 3px 12px #00b07438}.buy-button-desktop:hover{background:#009965;transform:translateY(-1px);box-shadow:0 5px 16px #00b0744d}.offer-button-desktop{display:flex;width:100%;height:48px;align-items:center;justify-content:center;border:2px solid #00b074;border-radius:12px;background:#fff;color:#00b074;font-size:15px;font-weight:700;cursor:pointer;transition:all .2s ease}.offer-button-desktop:hover{background:#f0fdf4;transform:translateY(-1px)}.contact-button-desktop{display:flex;width:100%;height:48px;align-items:center;justify-content:center;border:1px solid #d1d5db;border-radius:12px;background:#f9fafb;color:#374151;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.contact-button-desktop:hover{background:#f3f4f6;border-color:#9ca3af;color:#111827}.social-actions-desktop{display:flex;align-items:center;justify-content:space-around;padding-top:14px;border-top:1px solid #f3f4f6}.social-action-btn{display:inline-flex;align-items:center;gap:6px;background:transparent;border:none;color:#6b7280;font-size:13.5px;font-weight:600;cursor:pointer;padding:5px 10px;border-radius:8px;transition:all .2s ease}.social-action-btn:hover{background:#f3f4f6;color:#111827}.social-action-btn.liked{color:#ef4444}.reviews-trigger-desktop{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 14px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .15s ease}.reviews-trigger-desktop:hover{background:#f3f4f6;border-color:#d1d5db}.reviews-stars{display:flex;align-items:center;gap:3px}.reviews-count-text{font-size:13px;font-weight:600;color:#374151}.similar-listings-container{margin-top:40px;padding-top:32px;border-top:1px solid #e5e7eb}.similar-listings-title{font-size:21px;font-weight:800;color:#111827;margin-bottom:20px;letter-spacing:-.01em}@media(max-width:1120px){.publication-detail{grid-template-columns:1fr;gap:28px}.sticky-purchase-card{position:static}.product-title-desktop{font-size:24px}.detail-price-desktop{font-size:34px}}.center-column{border:1px solid #e0e0e0;border-radius:14px;padding:20px 22px;align-self:start;overflow-y:visible;max-height:none;box-shadow:0 1px 3px #0000000a}.center-column h1{margin:0;color:var(--text);font-size:22px;font-weight:600;line-height:1.25}.product-meta{display:flex;align-items:center;gap:8px;margin:7px 0 10px;flex-wrap:wrap}.meta-chip{display:inline-flex;align-items:center;border:1px solid #d4d4d4;border-radius:20px;background:#f8f8f8;color:#555;padding:4px 12px;font-size:12px;font-weight:500}.meta-uploaded{display:inline-flex;align-items:center;color:#05aff2;font-size:14px;font-weight:500;padding-left:12px;border-left:1px solid #d4d4d4;line-height:1}.price-section{margin:0 0 8px}.price-section s{display:block;margin-bottom:2px;color:#aaa;font-size:13px}.detail-price{color:#d71920;font-size:24px;font-weight:800;line-height:1}.buyer-protection{display:flex;align-items:center;gap:7px;margin:0 0 10px;color:#1a8c3c;font-size:13px;font-weight:600}.product-details-table{margin:0 0 10px;border-top:1px solid #efefef}.detail-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:7px 0;border-bottom:1px solid #f2f2f2;font-size:13px;flex-wrap:wrap}.detail-label{color:#888;flex-shrink:0;max-width:60%;word-break:break-word}.detail-value{color:#222;font-weight:500;text-align:right}.product-description-section{padding:18px 0 0;border-top:1px solid #ebebeb;margin-top:16px}.product-description-section h3{margin:0 0 8px;font-size:13px;font-weight:700;color:#555;text-transform:uppercase;letter-spacing:.06em}.product-description-section p{margin:0;color:var(--text);font-size:14px;line-height:1.7;white-space:pre-line}.location-card{display:flex;align-items:center;gap:8px;margin:0 0 10px;padding:10px 14px;border:1px solid #e6e6e6;border-radius:8px;background:#f8f9fa;color:#444;font-size:13px;font-weight:500;text-decoration:none;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.location-card:hover{background:#edf2fb;border-color:#b8cfef;color:#0563c8}.location-card svg{color:#e53e3e;flex-shrink:0}.action-buttons{display:flex;flex-direction:column;gap:7px;margin:0 0 12px}.buy-button{display:flex;width:100%;align-items:center;justify-content:center;border:none;border-radius:28px;background:#0583f2;color:#fff;padding:11px;font-size:14px;font-weight:700;cursor:pointer;transition:background .15s}.buy-button:hover{background:#046fd4}.offer-button{display:flex;width:100%;align-items:center;justify-content:center;border:2px solid #0583f2;border-radius:28px;background:#fff;color:#0583f2;padding:9px;font-size:14px;font-weight:700;cursor:pointer;transition:background .15s}.offer-button:hover{background:#f0f7ff}.contact-button{display:flex;width:100%;align-items:center;justify-content:center;border:2px solid #d8d8d8;border-radius:28px;background:#fff;color:#444;padding:9px;font-size:14px;font-weight:600;cursor:pointer;transition:border-color .15s}.contact-button:hover{border-color:#aaa}.seller-card{display:flex;align-items:center;gap:12px;border-top:1px solid #efefef;padding:10px 0 0}.seller-avatar{width:44px;height:44px;overflow:hidden;border-radius:50%;background:#e8e8e8;flex-shrink:0}.seller-avatar img{width:100%;height:100%;object-fit:cover}.seller-card h3{margin:0;font-size:14px;font-weight:600;text-transform:capitalize}.seller-card p{display:flex;align-items:center;gap:4px;margin:3px 0 0;color:#f5a623;font-size:12px}.comments-block{margin-top:10px;padding-top:10px;border-top:1px solid #efefef}.comments-block h3{margin:0 0 10px;font-size:13px;font-weight:600;color:#555;text-transform:uppercase;letter-spacing:.04em}.comment-item{display:flex;gap:12px;margin-bottom:14px}.comment-item img{width:40px;height:40px;flex:0 0 auto;border-radius:50%;object-fit:cover;background:#ddd}.comment-item strong{display:block;font-size:13px}.reviews-trigger{display:flex;align-items:center;gap:10px;width:100%;margin-top:10px;padding:11px 14px;border:1px solid #e6e6e6;border-radius:8px;background:#f8f9fa;cursor:pointer;text-align:left;transition:background .15s,border-color .15s}.reviews-trigger:hover{background:#edf2fb;border-color:#b8d0ef}.reviews-stars{display:flex;align-items:center;gap:2px}.reviews-count{flex:1;font-size:13px;font-weight:500;color:#444}.reviews-chevron{color:#bbb}.lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-user-select:none;user-select:none;animation:lightbox-fadein .25s ease-out}@keyframes lightbox-fadein{0%{opacity:0}to{opacity:1}}.lightbox-content{position:relative;max-width:85vw;max-height:75vh;display:flex;align-items:center;justify-content:center}.lightbox-image{max-width:100%;max-height:75vh;object-fit:contain;border-radius:8px;box-shadow:0 10px 40px #00000080;animation:lightbox-zoom .25s cubic-bezier(.34,1.56,.64,1)}@keyframes lightbox-zoom{0%{transform:scale(.9)}to{transform:scale(1)}}.lightbox-close{position:absolute;top:24px;right:24px;background:#ffffff26;border:none;color:#fff;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,transform .2s;z-index:10001}.lightbox-close:hover{background:#ffffff4d;transform:scale(1.05)}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff26;border:none;color:#fff;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,transform .2s;z-index:10000}.lightbox-nav:hover{background:#ffffff4d;transform:translateY(-50%) scale(1.05)}.lightbox-prev{left:32px}.lightbox-next{right:32px}.lightbox-thumbnails{position:absolute;bottom:24px;left:50%;transform:translate(-50%);display:flex;gap:12px;padding:8px 16px;background:#ffffff1a;border-radius:40px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:10000;max-width:90vw;overflow-x:auto;scrollbar-width:none}.lightbox-thumbnails::-webkit-scrollbar{display:none}.lightbox-thumbnail-btn{width:48px;height:48px;border-radius:50%;overflow:hidden;border:2px solid transparent;background:none;padding:0;cursor:pointer;transition:border-color .2s,transform .2s;flex-shrink:0}.lightbox-thumbnail-btn img{width:100%;height:100%;object-fit:cover}.lightbox-thumbnail-btn.active{border-color:var(--blue, #05aff2);transform:scale(1.1)}.lightbox-thumbnail-btn:hover{transform:scale(1.05)}@media(max-width:768px){.lightbox-nav{width:44px;height:44px}.lightbox-prev{left:12px}.lightbox-next{right:12px}.lightbox-close{top:16px;right:16px;width:40px;height:40px}.lightbox-thumbnails{bottom:16px;gap:8px}.lightbox-thumbnail-btn{width:40px;height:40px}}.reviews-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.reviews-modal{display:flex;flex-direction:column;width:100%;max-width:480px;max-height:82vh;overflow:hidden;border-radius:14px;background:#fff;box-shadow:0 24px 64px #0000002e}.reviews-modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 14px;border-bottom:1px solid #efefef;flex-shrink:0}.reviews-modal-header h2{margin:0;font-size:17px;font-weight:700;color:var(--text)}.reviews-modal-header button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:50%;background:#f2f2f2;color:#555;cursor:pointer;transition:background .15s}.reviews-modal-header button:hover{background:#e4e4e4}.reviews-seller-row{display:flex;align-items:center;gap:14px;padding:16px 20px;border-bottom:1px solid #f0f0f0;flex-shrink:0}.reviews-seller-avatar{width:46px;height:46px;border-radius:50%;object-fit:cover;background:#e8e8e8;flex-shrink:0}.reviews-seller-name{margin:0 0 4px;font-size:14px;font-weight:600;text-transform:capitalize;color:var(--text)}.reviews-rating-label{margin-left:4px;font-size:12px;color:#888}.reviews-list{flex:1;overflow-y:auto;padding:4px 20px 12px}.review-item{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid #f5f5f5}.review-item:last-child{border-bottom:none}.review-item img{width:38px;height:38px;border-radius:50%;object-fit:cover;background:#e8e8e8;flex-shrink:0}.review-item strong{display:block;font-size:13px;font-weight:600;margin-bottom:4px;color:var(--text)}.review-item p{margin:0;font-size:13px;color:#666;line-height:1.5}.reviews-empty{padding:40px 0;text-align:center;color:#bbb;font-size:14px}.comment-item p{margin:4px 0 0;color:#666;font-size:13px;line-height:1.45}.mobile-publication-detail{display:none}.help-container{padding:30px 20px 50px;background:#fff}.header-section{max-width:980px;margin:0 auto 30px;text-align:center}.header-section h1{margin:20px 0;color:#007850;font-size:36px}.help-search-bar{display:flex;max-width:650px;margin:0 auto;border:1px solid #e5e5e5;border-radius:30px;overflow:hidden}.help-search-bar input{flex:1;border:0;outline:0;padding:14px 20px}.help-search-bar button{width:58px;border:0;background:var(--blue);color:#fff}.categories-grid-container,.faq-section,.contact-section{max-width:980px;margin:30px auto}.categories-grid-container h2,.faq-section h3,.contact-section h4{margin:0 0 18px;font-size:24px}.categories-grid-help{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.help-category-item{display:flex;min-height:120px;flex-direction:column;align-items:center;justify-content:center;border:1px solid #e2e2e2;border-radius:8px;background:#fff}.help-category-item span{font-size:32px}.help-category-item p{margin:12px 0 0;font-weight:700}.faq-item{border-bottom:1px solid #e9e9e9}.faq-item>button{display:flex;width:100%;align-items:center;justify-content:space-between;border:0;background:#fff;padding:18px 0;color:var(--text);font-weight:700;text-align:left}.faq-answer{padding:0 0 18px;color:#555;line-height:1.6}.rotated{transform:rotate(180deg)}.contact-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.contact-box{display:flex;min-height:90px;align-items:center;justify-content:center;gap:10px;border:0;border-radius:8px;color:#fff;font-weight:800}.contact-box.online{background:#008252}.contact-box.form{background:#0583f2}.help-modal,.contact-modal{position:relative;width:min(560px,calc(100vw - 32px));border-radius:8px;background:#fff;padding:28px;color:var(--text)}.close-btn,.drawer-close{position:absolute;top:12px;right:14px;border:0;background:transparent;color:var(--text);font-size:28px}.contact-modal{display:grid;gap:12px}.contact-modal h2{margin-top:0}.contact-modal label{display:grid;gap:6px;color:#555;font-size:14px;font-weight:700}.contact-modal input,.contact-modal textarea{width:100%;border:1px solid #ddd;border-radius:8px;padding:10px;outline-color:var(--green)}.contact-modal button[type=submit]{border:0;border-radius:8px;background:var(--green);color:#fff;padding:12px;font-weight:800}.success{color:#007850;font-weight:800}.error{color:#b42318;font-weight:800}.info-page{max-width:980px;margin:40px auto;padding:30px 50px;min-height:360px}.info-page h1{color:#007850;font-size:36px}.info-page p{color:#555;font-size:18px;line-height:1.65}.info-page button,.empty-card button,.empty-card a{display:inline-flex;border:0;border-radius:8px;background:#0583f2;color:#fff;padding:12px 18px;font-weight:800;cursor:pointer;text-decoration:none}.auth-page,.protected-page,.profile-page,.chat-page,.sell-page{max-width:430px;min-height:100vh;margin:0 auto;background:#fff}.auth-page{position:relative;display:grid;place-items:start center;padding:28px 20px}.back-link{position:absolute;top:18px;left:18px;border:0;background:transparent}.auth-card{display:grid;width:100%;max-width:360px;gap:12px;padding-top:28px;text-align:center}.auth-card img{width:150px;margin:0 auto 8px}.auth-card h1{margin:0 0 8px;font-size:22px}.auth-card input,.sell-form input,.sell-form textarea,.sell-form select{width:100%;border:0;border-bottom:1px solid #ddd;background:#fff;padding:14px 0;outline:0}.login-submit,.register-submit,.publish-button,.protected-page button,.session-button{border:0;border-radius:9px;color:#fff;padding:13px 18px;font-weight:800}.login-submit{background:#0583f2}.register-submit,.publish-button,.protected-page button,.session-button{background:#4cd080}.text-action,.switch-auth{border:0;background:transparent;padding:8px;font-weight:700}.switch-auth{color:#111}.form-message{margin:6px 0 0;color:#555;font-size:13px}.form-message.error{color:#d71920}.protected-page{display:grid;align-content:center;gap:14px;padding:28px;text-align:center}.protected-page img{width:160px;margin:0 auto}.protected-page h1{margin:0;font-size:24px}.protected-page p{margin:0;color:#666}.protected-page .secondary{background:#0583f2}.profile-head,.chat-head,.sell-topbar{display:grid;grid-template-columns:42px 58px minmax(0,1fr) 42px;align-items:center;gap:10px;padding:18px 16px}.profile-head button,.chat-head button,.sell-topbar button{border:0;background:transparent}.profile-head img{width:50px;height:50px;border-radius:50%;object-fit:cover}.profile-head h1,.sell-topbar h1{margin:0;font-size:17px}.profile-head h1{min-width:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:normal}.sell-topbar h1{text-align:center}.sell-topbar{grid-template-columns:42px 1fr 42px}.session-button{display:block;width:calc(100% - 32px);margin:12px 16px 18px}.profile-shortcuts,.profile-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;border-bottom:8px solid #efeeee;padding:12px 16px}.profile-grid{grid-template-columns:repeat(4,1fr);align-items:start}.profile-shortcuts button,.profile-grid button{text-transform:capitalize;display:grid;place-items:center;gap:6px;border:0;background:#fff;color:#666;font-size:12px}.profile-shortcuts svg,.profile-grid svg,.file-text-icon{width:28px;height:28px;color:#666}.chat-page{background:#fff;padding-bottom:58px}.chat-head{grid-template-columns:42px 1fr 42px;background:#4cd080;padding:10px 12px 8px}.chat-head img{width:90px;justify-self:center}.chat-search{display:flex;align-items:center;gap:10px;width:calc(100% - 24px);margin:10px 12px 8px;border-radius:20px;background:#f2f4f7;padding:0 16px;color:#666}.chat-search input{flex:1;border:0;background:transparent!important;padding:12px 0;outline:0;margin:0!important}.chat-list article{display:grid;grid-template-columns:46px 1fr auto;gap:10px;align-items:center;border-bottom:1px solid #ddd;padding:10px 14px}.chat-empty{margin:0;padding:20px 16px;color:#666}.chat-list img{width:40px;height:40px;border-radius:50%;object-fit:cover}.chat-list h3,.chat-list p{margin:0}.chat-list h3{font-size:15px;font-weight:500;text-transform:capitalize}.chat-list p,.chat-list span{color:#666;font-size:13px}.chat-list p{display:-webkit-box;max-width:220px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.chat-bottom-tabs{position:fixed;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(4,1fr);max-width:430px;margin:0 auto;border-top:1px solid #ddd;background:#fff;padding:5px 4px 6px}.chat-bottom-tabs button{text-transform:capitalize;display:grid;place-items:center;gap:2px;border:0;background:transparent;color:#555;font-size:11px}.chat-bottom-tabs svg{width:24px;height:24px}.chat-bottom-tabs img{height:24px}.chat-bottom-tabs .active{color:#20c96b}.sell-page{min-height:100vh}.sell-category-list{display:grid}.sell-category-list button{text-transform:capitalize;display:grid;grid-template-columns:36px 1fr 26px;align-items:center;gap:10px;border:0;border-bottom:1px solid #ddd;background:#fff;padding:12px 16px;color:#555;text-align:left}.sell-category-icon{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;background:#d9fce9;color:#4cd080}.sell-form{display:grid;gap:0}.sell-step{display:flex;align-items:center;gap:12px;border-top:8px solid #efeeee;padding:18px 16px;color:#555}.sell-step span{display:grid;width:24px;height:24px;place-items:center;border-radius:50%;background:#d9fce9;color:#4cd080;font-weight:800}.photo-slots{display:grid;grid-template-columns:repeat(5,1fr);gap:18px 22px;padding:6px 20px 24px}.photo-slots button{display:grid;aspect-ratio:1;place-items:center;border:1px solid #2fc95a;border-radius:14px;background:#fff;color:#2fc95a}.sell-form label{display:grid;gap:6px;border-bottom:1px solid #ddd;padding:14px 16px 0;color:#222}.sell-form textarea{min-height:96px;resize:vertical}.sell-toggles{display:grid;gap:10px;padding:16px}.sell-toggles label{display:flex;align-items:center;gap:10px;border:0;padding:0}.publish-button{margin:16px}.footer{width:100%;background:#c8c8c826;color:var(--text);padding:40px 50px;font-size:14px}.footer-header{display:flex;align-items:center;width:100%;margin:auto}.footer-logo-row{display:flex;align-items:center;gap:15px}.footer-logo{width:140px}.footer-description{margin:0;font-size:14px;white-space:nowrap}.footer-container{display:flex;width:100%;align-items:start;justify-content:space-between;flex-wrap:wrap;margin:auto}.footer-section{flex:1;min-width:200px}.footer-section h4{margin-bottom:20px;font-size:24px;font-weight:600}.footer-title{margin-bottom:0;color:#828282;font-size:16px}.footer-email{margin-top:5px;margin-bottom:15px;font-size:14px}.footer-link,.footer-link2{margin-top:5px;margin-bottom:15px}.footer button{border:0;background:transparent;color:var(--text);padding:0;text-align:left}.small-footer-title{margin-bottom:0!important;font-size:16px!important}.qr-social-container{display:flex;flex:1;flex-direction:column;align-items:center;gap:15px}.qr-buttons-row{display:flex;width:100%;align-items:center;justify-content:center;gap:15px}.qr-column{display:flex;flex:1;justify-content:center}.qr-code{width:100px}.buttons-column{display:flex;flex:1;flex-direction:column;align-items:center;gap:10px}.store-button{width:160px}.social-media{width:100%;text-align:center}.social-media h4{font-weight:500}.social-icons{display:flex;justify-content:center;gap:10px}.social-icons img{width:30px}.footer-bottom{display:flex;width:100%;justify-content:space-between;margin:auto;padding-top:20px}.footer-bottom p{margin:0}.footer-links{display:flex;gap:15px}.notice,.empty-card{border:1px solid #ddd;border-radius:8px;background:#fff;padding:20px;color:#666}.skeleton,.category-skeleton{position:relative;overflow:hidden;min-height:220px;background:linear-gradient(100deg,#edf2ef 25%,#f8fbfa 37%,#edf2ef 63%);background-size:400% 100%;animation:shimmer 1.2s ease-in-out infinite}.category-skeleton{flex:0 0 90px;min-height:90px;border-radius:50%}.chat-bubble-skeleton{position:relative;overflow:hidden;height:44px;border-radius:16px;background:linear-gradient(100deg,#edf2ef 25%,#f8fbfa 37%,#edf2ef 63%);background-size:400% 100%;animation:shimmer 1.2s ease-in-out infinite}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;display:flex;justify-content:flex-end;background:#0006}.drawer{position:relative;display:flex;width:min(340px,100%);flex-direction:column;gap:10px;background:#fff;padding:54px 20px 20px}.drawer button,.drawer a{border:0;border-radius:8px;background:#f4f6f5;color:var(--text);padding:14px;text-align:left}@keyframes shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}@media(max-width:1200px){.grid{grid-template-columns:repeat(4,1fr)}.header-options{gap:10px}}@media(max-width:1024px){.grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.desktop-only,.header-options,.category-trigger{display:none}.top-row-mobile{display:block;background:#00a367d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.site-header.scrolled-down{transform:translateY(-60px)}.header-placeholder{height:110px}.top-row-mobile a{display:flex;align-items:center;gap:15px;padding:8px 14px}.top-row-mobile img{width:44px;height:44px}.top-row-mobile span{display:grid;flex:1;color:#fff;font-size:14px}.top-row-mobile b{height:30px;border-radius:32px;background:#0583f2;color:#fff;padding:8px 12px;font-size:14px;line-height:1}.bottom-row{flex-wrap:nowrap;align-items:center;justify-content:flex-start;padding:10px 15px}.header-left{flex-wrap:wrap;gap:8px}.logo-container{margin-left:0}.logo-container img{height:30px}.menu-button{display:inline-flex;margin-left:auto}.search-container{order:3;flex-basis:100%;max-width:none}.search-bar{height:35px;margin-top:5px;padding:0 5px 0 12px}.search-bar button{width:27px;min-width:27px;height:27px;padding:0}.search-word{display:none}.search-icon-mobile{display:block}.hero,.hero img{height:250px}.swiper-text-container{top:36px;left:18px}.swiper-text-container p,.swiper-text-container span{font-size:30px}.categories-swiper{padding:16px 0 22px}.categories-swiper:before,.categories-swiper:after{width:30px}.category-item-home{flex-basis:78px}.icon-container{width:72px;height:72px}.icon-container img{width:58px;height:58px}.category-name{max-width:76px;font-size:12px}.scroll-wrapper,.container-products{padding:20px}.products-container h2,.similar-title{font-size:20px}.grid{grid-template-columns:repeat(2,1fr);gap:14px}.image-container{height:140px}.scroll-item{height:250px;padding:0}.desktop-detail{display:none}.mobile-publication-detail{display:block;background:#fff}.mobile-gallery{position:relative;background:#f6f6f6}.mobile-gallery img{width:100%;height:345px;object-fit:cover}.mobile-dots{position:absolute;right:0;bottom:10px;left:0;display:flex;justify-content:center;gap:6px}.mobile-dots button{width:8px;height:8px;border:0;border-radius:50%;background:#bfbfbf;padding:0}.mobile-dots button.active{background:var(--green)}.mobile-price-card{padding:14px 16px 26px;border-bottom:8px solid #efeeee}.mobile-price-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.mobile-price-row strong{color:#d71920;font-size:26px;font-weight:800;line-height:1.1}.mobile-price-row span{border-radius:18px;background:#e8f5e9;color:#2e7d32;padding:5px 12px;font-size:12px;font-weight:700;white-space:nowrap}.mobile-price-card s{display:block;margin-top:5px;color:#777}.mobile-price-card h1{margin:22px 0 0;font-size:20px;font-weight:500;line-height:1.25}.protection-card{display:flex;align-items:center;gap:12px;border-bottom:8px solid #efeeee;padding:18px 16px;background:#fff}.protection-icon{display:grid;width:62px;height:62px;flex:0 0 auto;place-items:center;border-radius:50%;background:#c6f6d5;color:#22b455}.protection-card h3{margin:0 0 4px;color:#37ad49;font-size:14px;font-weight:800}.protection-card p{margin:0;color:#666;font-size:13px;line-height:1.3}.mobile-buy-button{display:flex;height:52px;align-items:center;justify-content:center;margin:14px 16px;border-radius:28px;background:#2fc95a;color:#fff;font-weight:800}.mobile-section-card{border-top:8px solid #efeeee;padding:16px;background:#fff}.mobile-section-card h3{margin:0 0 12px;font-size:16px}.mobile-section-card p{margin:0;font-size:14px;line-height:1.45;white-space:pre-line}.mobile-detail-list{display:grid;gap:8px}.mobile-detail-list p{display:flex;align-items:center;gap:7px;margin:0;font-size:14px;white-space:normal}.mobile-seller-card{display:flex;align-items:center;gap:12px;border-top:8px solid #efeeee;border-bottom:8px solid #efeeee;padding:16px;background:#fff}.mobile-seller-card img{width:48px;height:48px;flex:0 0 auto;border-radius:50%;object-fit:cover;background:#ddd}.mobile-seller-card h3{margin:0 0 4px;font-size:16px}.mobile-seller-card p{display:flex;align-items:center;gap:2px;margin:0 0 2px;color:#ff9800;font-weight:700}.mobile-seller-card span{color:#777;font-size:13px}.mobile-location-card{border-bottom:8px solid #efeeee;padding:12px 16px;background:#fff}.mobile-location-card .location-card{margin:0}.mobile-section-card .comment-item{margin-top:12px}.similar-title{margin-bottom:16px}.categories-modal{width:calc(100vw - 24px);height:calc(100vh - 90px)}.categories-list{width:44%}.brands-grid{width:56%;padding:16px 8px}.brand-item{width:50%}.categories-grid-help,.contact-options{grid-template-columns:1fr}.footer{background:#f7f7f7;padding:22px 12px 26px;text-align:center}.footer-logo-row,.footer-header,.footer-bottom{flex-direction:column;align-items:center;justify-content:center}.footer-logo-row{gap:14px}.footer-logo{width:170px}.footer-container{display:block;margin-top:16px}.footer-section:not(.qr-social-container){display:none}.footer-description{color:#666;font-size:14px;white-space:normal}.qr-social-container{display:flex;align-items:center;gap:18px}.qr-buttons-row{width:100%}.qr-column{display:none}.buttons-column{display:flex;flex-direction:row;justify-content:center;gap:10px}.store-button{width:150px;max-width:calc(50vw - 24px)}.social-media h4{margin:0 0 10px;font-size:13px;font-weight:700}.social-icons{gap:14px}.social-icons img{width:34px}.footer-links{order:1;justify-content:center;flex-wrap:wrap;gap:18px;margin:8px 0 0;font-size:12px}.footer-bottom p{order:2;margin-top:18px;color:gray;font-size:11px;line-height:1.3}}.auth-footer-translation{margin-top:20px;display:flex;justify-content:center;border-top:1px solid #eee;padding-top:15px}.lang-toggle-btn{display:flex;align-items:center;gap:8px;background:#f8f9fa;border:1px solid #dee2e6;color:#495057;padding:8px 16px;border-radius:20px;font-size:13px;font-weight:600;transition:all .2s ease}.lang-toggle-btn:hover{background:#e9ecef;border-color:#ced4da;color:#212529}.lang-toggle-btn svg{color:var(--green)}.password-input-wrapper{position:relative;width:100%}.password-input-wrapper input{width:100%;padding-right:45px!important}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:var(--muted);display:flex;align-items:center;justify-content:center;padding:0;height:100%;cursor:pointer}.password-toggle:hover{color:var(--text)}.profile-dashboard-layout{display:flex;min-height:100vh;background:#f8fbfa}.dashboard-sidebar{width:280px;background:#fff;border-right:1px solid #eef2f1;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;overflow-y:auto}.dashboard-sidebar::-webkit-scrollbar{width:4px}.dashboard-sidebar::-webkit-scrollbar-thumb{background:#d1d9d7;border-radius:4px}.sidebar-header{padding:24px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #f0f4f3}.sidebar-header img{height:32px}.sidebar-nav{flex:1;padding:16px 0}.nav-group{margin-bottom:20px}.nav-group-title{padding:0 24px;margin-bottom:8px;font-size:11px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.nav-item{display:flex;align-items:center;gap:12px;padding:10px 24px;color:#475569;font-size:14px;font-weight:500;transition:all .2s;border:0;background:transparent;width:100%;text-align:left;cursor:pointer}.nav-item:hover{background:#f1f5f9;color:var(--green)}.nav-item.active{background:#ecfdf5;color:var(--green);border-right:3px solid var(--green)}.nav-item svg{width:18px;height:18px}.dashboard-content{flex:1;padding:32px;max-width:1200px;margin:0 auto}.profile-summary-card{background:#fff;border-radius:16px;padding:24px;display:flex;align-items:center;gap:20px;box-shadow:0 4px 6px -1px #0000000d;margin-bottom:24px;position:relative;overflow:hidden}.profile-summary-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--green)}.summary-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #ecfdf5}.summary-info h2{margin:0;font-size:22px;color:#1e293b;display:flex;align-items:center;gap:8px}.verification-badge{color:var(--blue);width:18px;height:18px}.summary-info p{margin:4px 0 0;color:#64748b;font-size:14px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:32px}.stat-card{background:#fff;padding:20px;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;gap:8px;transition:transform .2s}.stat-card:hover{transform:translateY(-2px)}.stat-value{font-size:24px;font-weight:800;color:var(--green)}.stat-label{font-size:13px;color:#64748b;font-weight:600}.widget-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.widget-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000001a}.widget-card h3{margin:0 0 16px;font-size:16px;font-weight:700;color:#1e293b}.widget-list{display:flex;flex-direction:column;gap:12px}.widget-item{display:flex;align-items:center;justify-content:space-between;padding:12px;border-radius:8px;background:#f8fafc;transition:background .2s;cursor:pointer}.widget-item:hover{background:#f1f5f9}.settings-btn-abs{position:absolute;top:24px;right:24px;border:0;background:transparent;color:#94a3b8;cursor:pointer}.back-link-circle{width:32px;height:32px;border-radius:50%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;border:0;color:#475569}.badge-off{font-size:10px;background:#fee2e2;color:#ef4444;padding:2px 6px;border-radius:4px;font-weight:700}@media(max-width:1024px){.dashboard-sidebar{display:none}.profile-dashboard-layout{display:block;padding:16px}.dashboard-content{padding:0}.profile-summary-card{flex-direction:column;text-align:center;gap:12px}.profile-summary-card:before{width:100%;height:4px;top:0;left:0}.settings-btn-abs{top:12px;right:12px}}.sell-dashboard-layout{display:flex;min-height:100vh;background:#f8fbfa}.sell-sidebar{width:320px;background:#fff;border-right:1px solid #eef2f1;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.sell-sidebar-header{padding:20px;border-bottom:1px solid #f0f4f3;display:flex;flex-direction:column;gap:16px}.sell-sidebar-header h2{margin:0;font-size:18px;color:#1e293b;display:flex;align-items:center;gap:12px}.sell-sidebar-header .back-btn{background:transparent;border:0;padding:0;color:#64748b;cursor:pointer;display:flex;align-items:center}.sell-search-container{position:relative;display:flex;align-items:center}.sell-search-container svg{position:absolute;left:12px;color:#94a3b8}.sell-search-input{width:100%;padding:10px 10px 10px 36px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;font-size:14px;outline:none;transition:all .2s}.sell-search-input:focus{border-color:var(--green);background:#fff}.sell-category-list-scroll{flex:1;overflow-y:auto;padding:12px 0}.sell-category-list-scroll::-webkit-scrollbar{width:4px}.sell-category-list-scroll::-webkit-scrollbar-thumb{background:#d1d9d7;border-radius:4px}.sell-cat-item{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:transparent;border:0;width:100%;text-align:left;cursor:pointer;color:#475569;font-size:14px;font-weight:500;transition:all .2s}.sell-cat-item:hover{background:#f1f5f9}.sell-cat-item.active{background:#ecfdf5;color:var(--green);border-right:3px solid var(--green)}.sell-cat-item-left{text-transform:capitalize;display:flex;align-items:center;gap:12px}.sell-cat-icon{width:32px;height:32px;border-radius:8px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#64748b}.sell-cat-item.active .sell-cat-icon{background:#d1fae5;color:var(--green)}.sell-content-area{flex:1;padding:32px;max-width:900px;margin:0 auto;overflow-y:auto}.sell-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#94a3b8;text-align:center;gap:16px}.sell-empty-state svg{color:#cbd5e1}.sell-empty-state h3{color:#475569;margin:0}.sell-form-dashboard{display:flex;flex-direction:column;gap:24px}.sell-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000000d;border:1px solid #f1f5f9}.sell-card-header{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.sell-card-header h3{margin:0;font-size:16px;color:#1e293b;font-weight:700}.sell-card-header .step-badge{background:var(--green);color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.modern-input-group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.modern-input-group label{font-size:13px;font-weight:600;color:#475569}.modern-input,.modern-select,.modern-textarea{padding:12px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;font-size:14px;color:#1e293b;outline:none;transition:border-color .2s;width:100%;text-transform:capitalize}.modern-textarea{min-height:120px;resize:vertical}.modern-input:focus,.modern-select:focus,.modern-textarea:focus{border-color:var(--green);background:#fff}.drag-drop-area{border:2px dashed #cbd5e1;border-radius:12px;padding:32px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#f8fafc;cursor:pointer;transition:all .2s}.drag-drop-area:hover{border-color:var(--green);background:#ecfdf5}.drag-drop-area svg{color:#94a3b8}.drag-drop-area p{margin:0;color:#64748b;font-size:14px}.photo-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:12px;margin-top:16px}.photo-preview-slot{width:100%;aspect-ratio:1;border-radius:8px;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;background:#f8fafc;color:#cbd5e1}.modern-toggle-list{display:flex;flex-direction:column;gap:12px}.modern-toggle-item{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s}.modern-toggle-item:hover{border-color:var(--green);background:#f8fafc}.modern-toggle-item input{width:18px;height:18px;accent-color:var(--green)}.modern-toggle-item span{font-size:14px;color:#334155;font-weight:500}.sell-actions{display:flex;justify-content:flex-end;gap:16px;margin-top:24px;padding-top:24px;border-top:1px solid #e2e8f0}.btn-draft{padding:12px 24px;background:#fff;border:1px solid #cbd5e1;color:#475569;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.btn-draft:hover{background:#f1f5f9}.btn-publish{padding:12px 32px;background:var(--green);border:0;color:#fff;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:opacity .2s}.btn-publish:hover{opacity:.9}.btn-publish:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.sell-dashboard-layout{flex-direction:column}.sell-sidebar{width:100%;height:auto;position:relative;max-height:40vh;border-right:0;border-bottom:1px solid #eef2f1}.sell-content-area{padding:16px}}.chat-dashboard-layout{display:flex;height:100vh;width:100vw;background:#f0f2f5;overflow:hidden}.chat-sidebar{width:380px;min-width:380px;background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;height:100%;position:relative}@media(max-width:768px){.chat-sidebar{width:100%;min-width:100%}}.chat-sidebar-header{padding:16px;background:#f8fafc;display:flex;align-items:center;border-bottom:1px solid #e2e8f0;position:relative;height:64px}.chat-back-btn{background:transparent;border:none;display:flex;align-items:center;justify-content:center;padding:8px;border-radius:50%;color:#64748b;transition:all .2s ease;cursor:pointer;z-index:2}.chat-back-btn:hover{background:#f1f5f9;color:#1e293b}.chat-sidebar-header .logo-img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);height:44px}.chat-sidebar-search{padding:12px 16px;background:#fff;border-bottom:1px solid #e2e8f0}.chat-search-input-wrapper{background:#f1f5f9;border-radius:8px;display:flex;align-items:center;padding:8px 12px;gap:8px}.chat-search-input-wrapper input{border:none;background:transparent;width:100%;outline:none;font-size:14px;color:#334155}.chat-category-tabs{display:flex;align-items:center;gap:8px;padding:8px 16px 12px;background:#fff;border-bottom:1px solid #f1f5f9;overflow-x:auto}.chat-category-tabs::-webkit-scrollbar{display:none}.chat-category-pill{flex:1;text-align:center;padding:8px 12px;border-radius:999px;border:1px solid transparent;background:#f1f5f9;color:#64748b;font-size:13px;font-weight:600;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);white-space:nowrap}.chat-category-pill:hover{background:#e2e8f0;color:#334155}.chat-category-pill.active{background:var(--green, #10b981);color:#fff;box-shadow:0 4px 12px #10b98140;transform:translateY(-1px)}.chat-sidebar-list{flex:1;overflow-y:auto;background:#fff}.chat-sidebar-list::-webkit-scrollbar{width:6px}.chat-sidebar-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:6px}.chat-list-item{display:flex;align-items:center;padding:12px 16px;gap:12px;cursor:pointer;transition:background .2s;border-bottom:1px solid #f8fafc}.chat-list-item:hover{background:#f8fafc}.chat-list-item.active{background:#f0fdf4;border-left:3px solid #10b981}.chat-item-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.chat-item-content{flex:1;overflow:hidden}.chat-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.chat-item-header h3{margin:0;font-size:15px;color:#1e293b;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-item-time{font-size:12px;color:#64748b}.chat-item-preview{margin:0;font-size:13px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-list-item.unread{background:#f0fdf4;border-left:4px solid #10b981}.category-unread-badge{background:#10b981;color:#fff;border-radius:12px;padding:2px 6px;font-size:10px;margin-left:6px;font-weight:700;display:inline-block;vertical-align:middle}.chat-list-item.unread .chat-item-header h3{font-weight:700}.chat-list-item.unread .chat-item-preview{font-weight:600;color:#334155}.chat-unread-badge{background:#10b981;color:#fff;font-size:11px;font-weight:700;padding:2px 6px;border-radius:12px;min-width:18px;text-align:center}.chat-bottom-nav{display:flex;background:#f8fafc;border-top:1px solid #e2e8f0;padding:8px 0}.chat-nav-btn{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;background:transparent;border:none;color:#64748b;font-size:11px;font-weight:500;cursor:pointer;padding:8px;transition:color .2s}.chat-nav-btn:hover{color:#1e293b}.chat-nav-btn.active{color:var(--green)}.chat-nav-btn img{height:20px;opacity:.6}.chat-nav-btn.active img{opacity:1}.chat-main-area{flex:1;display:flex;flex-direction:column;background:#efeae2;position:relative}@media(max-width:768px){.chat-main-area{display:none}}.chat-empty-state-modern{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f0f2f5;text-align:center;padding:40px}.chat-empty-icon-wrapper{width:120px;height:120px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px;box-shadow:0 4px 12px #0000000d}.chat-empty-icon-wrapper svg{color:var(--green)}.chat-empty-state-modern h2{font-size:24px;color:#1e293b;margin:0 0 12px}.chat-empty-state-modern p{font-size:15px;color:#64748b;max-width:400px;line-height:1.5;margin:0 0 32px}.chat-empty-actions{display:flex;gap:16px}.chat-btn-primary{background:var(--green);color:#fff;border:none;padding:12px 24px;border-radius:24px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:opacity .2s}.chat-btn-primary:hover{opacity:.9}.chat-btn-secondary{background:#fff;color:#1e293b;border:1px solid #e2e8f0;padding:12px 24px;border-radius:24px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .2s}.chat-btn-secondary:hover{background:#f8fafc}.premium-footer{background-color:#0f172a;color:#f8fafc;font-family:inherit;padding:80px 0 0;border-top:4px solid var(--green)}.premium-footer-container{max-width:1280px;margin:0 auto;padding:0 24px}.premium-footer-grid{display:grid;grid-template-columns:2.5fr 1fr 1fr 1.5fr;gap:40px;margin-bottom:60px}@media(max-width:1024px){.premium-footer-grid{grid-template-columns:1fr 1fr 1fr}}@media(max-width:768px){.premium-footer-grid{grid-template-columns:1fr;gap:40px}}.premium-footer-brand .footer-logo{height:48px;margin-bottom:20px}.premium-footer-brand p{color:#94a3b8;line-height:1.6;font-size:15px;margin-bottom:24px;max-width:340px}.premium-trust-badges{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.premium-trust-badge{display:flex;align-items:center;gap:8px;background:#ffffff08;padding:8px 12px;border-radius:8px;font-size:13px;color:#cbd5e1;border:1px solid rgba(255,255,255,.08)}.premium-trust-badge svg{color:var(--green)}.premium-footer-col h4{color:#fff;font-size:16px;font-weight:600;margin:0 0 24px;text-transform:uppercase;letter-spacing:.5px}.premium-footer-nav{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.premium-footer-nav li button,.premium-footer-nav li a{background:none;border:none;color:#94a3b8;font-size:15px;cursor:pointer;padding:0;text-align:left;transition:all .2s ease;display:inline-flex;align-items:center;text-decoration:none}.premium-footer-nav li button:hover,.premium-footer-nav li a:hover{color:#fff;transform:translate(4px)}.premium-app-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:20px;display:flex;gap:16px;margin-bottom:32px;transition:transform .2s,background .2s}.premium-app-card:hover{background:#ffffff0d;transform:translateY(-2px)}.premium-qr{width:80px;height:80px;background:#fff;padding:6px;border-radius:8px;object-fit:contain}.premium-app-links{display:flex;flex-direction:column;gap:12px;justify-content:center}.premium-app-links img{height:34px;border-radius:6px;transition:opacity .2s}.premium-app-links img:hover{opacity:.8}.premium-social-row{display:flex;gap:12px}.premium-social-icon{width:40px;height:40px;border-radius:50%;background:#ffffff0d;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;border:1px solid rgba(255,255,255,.1);text-decoration:none}.premium-social-icon:hover{background:var(--green);transform:translateY(-4px);border-color:var(--green)}.premium-social-icon svg{width:20px;height:20px}.premium-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:24px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;background:#0003}.premium-footer-bottom-content{max-width:1280px;margin:0 auto;padding:0 24px;width:100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.premium-copyright{color:#64748b;font-size:14px;margin:0}.premium-bottom-links{display:flex;gap:24px;flex-wrap:wrap}.premium-bottom-links button{background:none;border:none;color:#94a3b8;font-size:14px;cursor:pointer;padding:0;transition:color .2s}.premium-bottom-links button:hover{color:#fff}.premium-region-selector{display:flex;align-items:center;gap:8px;color:#cbd5e1;font-size:14px;background:#ffffff0d;padding:8px 16px;border-radius:20px;border:1px solid rgba(255,255,255,.1);cursor:pointer;transition:background .2s}.premium-region-selector:hover{background:#ffffff1a}@media(max-width:768px){.premium-footer-bottom-content{flex-direction:column;text-align:center;justify-content:center}.premium-bottom-links{justify-content:center}}.footer-modern{background-color:#1e293b;color:#f8fafc;padding:60px 0 24px;font-family:inherit;border-top:1px solid #334155}.footer-modern-container{max-width:100%;margin:0 auto;padding:0 4%}.footer-modern-top{display:flex;flex-wrap:wrap;gap:48px;justify-content:space-between;margin-bottom:48px}.footer-brand-col{flex:1;min-width:250px;max-width:300px}.footer-modern-logo{height:36px;margin-bottom:16px;filter:brightness(0) invert(1)}.footer-modern-tagline{font-size:14px;color:#94a3b8;line-height:1.6;margin-bottom:24px}.footer-social-modern{display:flex;gap:16px}.footer-social-modern a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff0d;border-radius:50%;transition:all .2s ease}.footer-social-modern a:hover{background:var(--green);transform:translateY(-2px)}.footer-social-modern img{width:20px;height:20px;filter:brightness(0) invert(1)}.footer-links-grid{display:flex;flex-wrap:wrap;gap:48px;flex:2;min-width:400px}.footer-col{flex:1;min-width:140px}.footer-col h4,.footer-app-col h4{font-size:16px;font-weight:600;color:#fff;margin:0 0 20px;text-transform:uppercase;letter-spacing:.5px}.footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-col ul li a,.footer-col ul li button{background:transparent;border:none;padding:0;font-size:14px;color:#cbd5e1;text-decoration:none;cursor:pointer;transition:color .2s ease;font-family:inherit;text-align:left}.footer-col ul li a:hover,.footer-col ul li button:hover{color:var(--green)}.footer-app-col{flex:1;min-width:250px}.footer-app-wrapper{display:inline-flex;flex-direction:column;align-items:center}.footer-app-wrapper h4{text-align:center}.footer-app-download{display:flex;gap:16px;align-items:center;background:#ffffff08;padding:16px;border-radius:12px;border:1px solid rgba(255,255,255,.05);width:max-content}.footer-qr{width:80px;height:80px;border-radius:8px;background:#fff;padding:4px}.footer-app-badges{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px}.footer-app-badges a{display:flex;justify-content:center;align-items:center;width:135px;height:40px;transition:transform .2s ease,opacity .2s ease;border-radius:6px}.footer-app-badges a:hover{transform:translateY(-2px);opacity:.9}.play-badge-img{width:142px;height:auto;object-fit:contain;display:block}.app-badge-img{width:100%;height:100%;object-fit:contain;display:block}.footer-modern-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);gap:16px}.footer-modern-bottom p{margin:0;font-size:14px;color:#94a3b8}.footer-legal-links{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.footer-legal-links button{background:transparent;border:none;padding:0;font-size:13px;color:#cbd5e1;cursor:pointer;transition:color .2s ease}.footer-legal-links button:hover{color:#fff}.footer-legal-links .divider{color:#475569;font-size:12px}@media(max-width:992px){.footer-modern-top{gap:32px}.footer-links-grid{flex:100%;order:3}}@media(max-width:768px){.footer-modern{padding:48px 0 24px}.footer-links-grid{gap:32px;min-width:100%}.footer-col{min-width:45%}.footer-modern-bottom{flex-direction:column;text-align:center;justify-content:center}.footer-legal-links{justify-content:center}}.checkout-loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;gap:20px;color:var(--green-dark);font-family:inherit;background:#fff}.spin-animation{animation:spin 1.2s linear infinite;color:var(--green)}.payment-success-screen{display:flex;align-items:center;justify-content:center;min-height:80vh;background:#fff;padding:20px;font-family:inherit;position:relative;overflow:hidden}.payment-success-screen:before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,#00cc810d,#fff0 70%);filter:blur(60px);z-index:0}.success-card{position:relative;z-index:1;background:#fff;border:1px solid #e5e7eb;border-radius:28px;padding:50px 40px;width:100%;max-width:500px;text-align:center;box-shadow:0 10px 30px -10px #00000014;animation:slideUp .6s cubic-bezier(.16,1,.3,1)}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.success-icon{color:var(--green);margin-bottom:24px;filter:drop-shadow(0 4px 12px rgba(0,204,129,.25));animation:scaleBounce .5s cubic-bezier(.175,.885,.32,1.275) .1s both}@keyframes scaleBounce{0%{transform:scale(0)}to{transform:scale(1)}}.success-card h1{font-size:30px;font-weight:800;color:var(--text);margin-bottom:12px;letter-spacing:-.5px}.success-card p{color:#4b5563;line-height:1.6;margin-bottom:28px;font-size:15px}.success-card .summary-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;padding:18px;display:flex;justify-content:space-between;align-items:center;margin-bottom:36px;font-size:14px}.success-card .summary-box span{color:#4b5563;font-weight:500}.success-card .summary-box strong{color:var(--green-dark);font-family:monospace;font-size:15px;letter-spacing:.5px}.success-action-btn{width:100%;padding:16px;background:var(--green);color:#fff;border:none;border-radius:14px;font-weight:700;font-size:16px;cursor:pointer;box-shadow:0 4px 14px #00cc8133;transition:all .3s cubic-bezier(.4,0,.2,1)}.success-actions-row{display:flex;flex-direction:column;gap:12px;width:100%}@media(min-width:480px){.success-actions-row{flex-direction:row}}.success-actions-row .success-action-btn,.success-actions-row .success-secondary-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px}.success-secondary-btn{width:100%;padding:16px;background:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:14px;font-weight:600;font-size:15px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.success-secondary-btn:hover{background:#e5e7eb;color:#111827;transform:translateY(-2px)}.checkout-stepper-modern{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:24px;padding:10px 24px;background:#f8f9fa;border:1px solid #e5e7eb;border-radius:30px;width:fit-content;margin-left:auto;margin-right:auto}.stepper-item{display:flex;align-items:center;gap:8px;color:#9ca3af;font-size:13.5px;font-weight:600}.stepper-item.completed{color:#00b074}.stepper-item.active{color:#111827;font-weight:700}.step-num{width:24px;height:24px;border-radius:50%;background:#e5e7eb;color:#6b7280;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.stepper-item.completed .step-num{background:#00b074;color:#fff}.stepper-item.active .step-num{background:#111827;color:#fff}.stepper-line{width:32px;height:2px;background:#e5e7eb}.checkout-back-link{display:inline-flex;align-items:center;gap:6px;background:transparent;border:none;color:#6b7280;font-size:14px;font-weight:600;cursor:pointer;padding:0;margin-bottom:12px;transition:color .2s ease,transform .2s ease}.checkout-back-link:hover{color:#111827;transform:translate(-3px)}.checkout-container-modern{max-width:1440px;width:94%;margin:0 auto;padding:24px 0 60px;font-family:inherit;color:var(--text);position:relative}.checkout-header-modern{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;border-bottom:1px solid #e5e7eb;padding-bottom:20px}.checkout-header-modern .header-left{display:flex;flex-direction:column;align-items:flex-start}.checkout-header-modern h1{font-size:36px;font-weight:800;margin:0 0 6px;letter-spacing:-.02em;color:#111827;line-height:1.15}.checkout-header-modern .header-subtitle{font-size:17px;color:#6b7280;margin:0;line-height:1.4}.shield-tag-modern{display:flex;align-items:center;gap:6px;background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d;padding:6px 14px;border-radius:20px;font-size:12.5px;font-weight:600;height:fit-content;box-shadow:0 1px 4px #00b0740d}.checkout-grid-modern{display:grid;grid-template-columns:minmax(0,1.85fr) 380px;gap:28px;align-items:start}.checkout-left-modern{display:flex;flex-direction:column;gap:24px}.checkout-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;box-shadow:0 4px 20px #00000008;transition:all .25s cubic-bezier(.4,0,.2,1)}.checkout-card:hover{border-color:#cbd5e1;box-shadow:0 6px 20px #0000000d}.section-title-modern{font-size:18px;font-weight:700;margin-top:0;margin-bottom:16px;color:#111827;letter-spacing:-.01em}.card-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.card-header-row .add-btn{background:#f0fdf4;border:1px solid #bbf7d0;color:#00b074;padding:6px 14px;border-radius:10px;font-weight:700;font-size:13px;display:flex;align-items:center;gap:6px;cursor:pointer;transition:all .2s ease}.card-header-row .add-btn:hover{background:#dcfce7;transform:translateY(-1px)}.product-preview-card-modern{display:flex;gap:20px;align-items:center;padding:20px 24px}.product-img-wrapper{width:96px;height:96px;border-radius:12px;overflow:hidden;border:1px solid #e5e7eb;background:#f9fafb;flex-shrink:0}.product-img-wrapper img{width:100%;height:100%;object-fit:cover}.product-details-modern{display:flex;flex-direction:column;justify-content:center;flex:1;min-height:0}.product-meta-main{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:6px}.product-name-modern{font-size:17px;font-weight:700;margin:0 0 4px;color:#111827;line-height:1.3}.product-seller-modern{font-size:13px;color:#6b7280;margin:0 0 6px}.product-seller-modern span{font-weight:600;color:#374151}.product-rating-modern{display:flex;align-items:center;gap:6px}.stars-row{display:flex;align-items:center;gap:2px}.rating-count{font-size:12.5px;color:#9ca3af;font-weight:500}.no-reviews-text{font-size:12px;color:#9ca3af;font-style:italic}.product-actions-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.product-price-modern{font-size:20px;font-weight:800;color:#00b074;margin:0}.qty-selector-modern{display:flex;align-items:center;gap:6px;font-size:12.5px;color:#4b5563}.qty-selector-modern select{background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:5px 24px 5px 10px;font-size:13.5px;font-weight:600;color:#111827;outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 6px center;background-repeat:no-repeat;background-size:14px;transition:all .2s ease}.qty-selector-modern select:focus{border-color:#00b074;box-shadow:0 0 0 3px #00b0741f}.product-footer-modern{display:flex;border-top:1px solid #f3f4f6;padding-top:8px;margin-top:6px}.product-remove-btn{display:inline-flex;align-items:center;gap:5px;background:transparent;border:none;color:#9ca3af;font-size:12px;font-weight:500;cursor:pointer;padding:0;opacity:.85;transition:all .2s ease}.product-remove-btn:hover{color:#ef4444;opacity:1}.fulfillment-options-modern{display:grid;grid-template-columns:1fr 1fr;gap:16px}.fulfillment-option-card{display:flex;align-items:flex-start;gap:14px;background:#fff;border:2px solid #e5e7eb;border-radius:14px;padding:16px;cursor:pointer;position:relative;text-align:left;transition:all .25s cubic-bezier(.4,0,.2,1);width:100%}.fulfillment-option-card.disabled,.fulfillment-option-card:disabled{opacity:.55;cursor:not-allowed;border-color:#f3f4f6;background:#f9fafb;pointer-events:none}.fulfillment-option-card:hover:not(:disabled){border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 16px #0000000d}.fulfillment-option-card.active{border-color:#00b074;background:#f0fdf4}.option-select-indicator{position:absolute;top:14px;right:14px;width:20px;height:20px;border-radius:50%;border:2px solid #cbd5e1;display:flex;align-items:center;justify-content:center;color:transparent;background:transparent;transition:all .2s ease}.fulfillment-option-card.active .option-select-indicator{border-color:#00b074;background:#00b074;color:#fff}.option-icon-wrapper{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:#f3f4f6;color:#4b5563;flex-shrink:0;transition:all .2s ease}.fulfillment-option-card.active .option-icon-wrapper{background:#00b0741f;color:#00b074}.option-content{display:flex;flex-direction:column;gap:3px}.option-title{font-size:15px;font-weight:700;color:#111827}.option-desc{font-size:12.5px;color:#6b7280}.option-eta{font-size:12px;font-weight:600;color:#00b074;margin-top:2px}.address-list{display:grid;gap:12px}.address-card-modern{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:14px 18px;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;display:flex;flex-direction:column;gap:8px}.address-card-modern:hover:not(.selected){border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.address-card-modern.selected{border-color:#00b074;background:#f0fdf4}.address-card-header{display:flex;justify-content:space-between;align-items:center}.address-card-select{display:flex;align-items:center;gap:10px}.address-select-indicator{width:18px;height:18px;border-radius:50%;border:2px solid #cbd5e1;display:flex;align-items:center;justify-content:center;color:transparent;background:transparent;transition:all .2s ease;flex-shrink:0}.address-card-modern.selected .address-select-indicator{border-color:#00b074;background:#00b074;color:#fff}.address-recipient{font-size:15px;font-weight:700;color:#111827}.default-badge{font-size:11.5px;font-weight:600;color:#00b074;background:#00b0741a;padding:2px 10px;border-radius:12px}.label-badge{display:inline-flex;align-items:center;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;padding:2px 8px;border-radius:16px}.label-badge.label-home{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.label-badge.label-work{color:#7c2d12;background:#fff7ed;border:1px solid #ffedd5}.label-badge.label-other{color:#4b5563;background:#f3f4f6;border:1px solid #e5e7eb}.address-card-actions{display:flex;gap:8px;opacity:.6;transition:opacity .2s ease}.address-card-modern:hover .address-card-actions{opacity:1}.address-action-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;border:1px solid #e5e7eb;background:#fff;color:#6b7280;cursor:pointer;transition:all .2s ease}.address-action-btn:hover{transform:scale(1.1)}.address-action-btn.edit-btn:hover{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.address-action-btn.delete-btn:hover{color:#dc2626;background:#fef2f2;border-color:#fca5a5}.address-card-body{display:flex;flex-direction:column;gap:4px;padding-left:28px}.address-line{display:flex;align-items:flex-start;gap:8px;font-size:13.5px;color:#4b5563;line-height:1.4}.address-line svg{color:#9ca3af;margin-top:2px;flex-shrink:0}.pickup-form,.address-form{display:flex;flex-direction:column;gap:12px}.address-form-title{font-size:16px;font-weight:700;color:#111827;margin:0 0 4px}.form-grid-modern{display:grid;grid-template-columns:1fr 1fr;gap:10px 14px}.field{display:flex;flex-direction:column;gap:5px}.field.full-width{grid-column:span 2}.field label{font-size:12.5px;color:#374151;font-weight:600}.field input,.field select{background:#fff;border:1px solid #d1d5db;color:var(--text);padding:9px 14px;border-radius:10px;font-family:inherit;font-size:13.5px;transition:all .2s ease}.field input:focus,.field select:focus{outline:none;border-color:#00b074;box-shadow:0 0 0 3px #00b0741f}.input-with-icon{position:relative;display:flex;align-items:center}.input-with-icon .input-icon{position:absolute;left:12px;color:#9ca3af}.input-with-icon input{padding-left:38px!important;width:100%}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:6px}.form-actions button{padding:10px 18px;border-radius:10px;font-weight:700;font-size:14px;cursor:pointer;transition:all .2s ease}.cancel-btn{background:transparent;border:1px solid #d1d5db;color:#4b5563}.cancel-btn:hover{background:#f3f4f6;color:#111827}.save-btn{background:#00b074;color:#fff;border:none;box-shadow:0 4px 14px #00b07433}.save-btn:hover{background:#009965}.pricing-panel-modern{position:sticky;top:24px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px 24px;box-shadow:0 4px 20px #00000008}.panel-title-modern{font-size:19px;font-weight:700;color:#111827;margin-top:0;margin-bottom:14px;letter-spacing:-.01em}.pricing-rows-modern{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.pricing-row-modern{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#4b5563}.pricing-value{font-weight:600;color:#111827;text-align:right}.divider-modern{border:0;border-top:1px solid #e5e7eb;margin:6px 0}.pricing-row-modern.total{font-size:15px;color:#111827;display:flex;justify-content:space-between;align-items:center;margin-top:6px;gap:12px}.pricing-row-modern.total span:first-child{font-weight:700;white-space:nowrap;flex-shrink:0}.total-value{font-size:20px;font-weight:800;color:#00b074;letter-spacing:-.01em;white-space:nowrap;line-height:1.2;text-align:right}.shipping-warning-alert{display:flex;align-items:flex-start;gap:12px;background:#fffbeb;border:1.5px solid #fde68a;border-radius:14px;padding:16px;margin-bottom:16px;color:#92400e}.shipping-warning-alert svg{flex-shrink:0;margin-top:2px;color:#d97706}.shipping-warning-content{display:flex;flex-direction:column;gap:10px}.shipping-warning-content span{font-size:13.5px;line-height:1.5;font-weight:500}.switch-to-pickup-btn{display:inline-flex;align-items:center;gap:6px;background:#d97706;color:#fff;border:none;border-radius:10px;padding:8px 16px;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s ease;align-self:flex-start}.switch-to-pickup-btn:hover{background:#b45309;transform:translateY(-1px);box-shadow:0 4px 12px #d977064d}.confirm-btn-modern{width:100%;height:48px;background:#00b074;color:#fff;border:none;border-radius:14px;font-weight:700;font-size:15.5px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;box-shadow:0 4px 14px #00b07438;transition:all .2s ease}.confirm-btn-modern:hover:not(:disabled){background:#009965;box-shadow:0 6px 20px #00b07452;transform:translateY(-1px)}.confirm-btn-modern:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.payment-box-modern{background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;padding:14px;margin-top:14px}.payment-box-header-modern{display:flex;align-items:center;gap:8px;color:#4b5563;font-size:13px;font-weight:600;margin-bottom:10px}.payment-iframe-modern{width:100%;height:440px;border:1px solid #e5e7eb;border-radius:10px;background:#fff}.payment-open-link-modern{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:10px;color:#00b074;font-weight:600;font-size:13px;text-decoration:none}.payment-open-link-modern:hover{text-decoration:underline}.payment-waiting-modern{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;color:#6b7280;font-size:13px;font-weight:600}.checkout-trust-badges{margin-top:16px;border-top:1px solid #f3f4f6;padding-top:14px;display:flex;flex-direction:column;gap:10px}.badge-item{display:flex;align-items:flex-start;gap:10px}.badge-item svg{color:#00b074;flex-shrink:0;margin-top:2px}.badge-text{display:flex;flex-direction:column;gap:1px}.badge-text strong{font-size:12.5px;font-weight:700;color:#111827}.badge-text span{font-size:11.5px;color:#6b7280;line-height:1.3}@media(max-width:1024px){.checkout-grid-modern{grid-template-columns:1fr;gap:24px}.pricing-panel-modern{position:static}}@media(max-width:768px){.checkout-container-modern{padding:24px 16px 120px}.checkout-header-modern{flex-direction:column;align-items:flex-start;gap:16px}.confirm-btn-modern{position:fixed;bottom:16px;left:16px;right:16px;width:calc(100% - 32px);z-index:100;box-shadow:0 8px 30px #00cc8166}}@media(max-width:640px){.fulfillment-options-modern{grid-template-columns:1fr}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dashboard-list{display:flex;flex-direction:column;gap:16px}.dashboard-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;border:1px solid #f1f5f9;display:flex;gap:20px;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.dashboard-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000008;border-color:#e2e8f0}.dashboard-thumbnail{width:90px;height:90px;object-fit:cover;border-radius:12px;border:1px solid #e2e8f0;flex-shrink:0}.dashboard-info{flex:1;display:flex;flex-direction:column;gap:6px}.dashboard-title{font-size:16px;font-weight:700;color:#0f172a;margin:0;line-height:1.4}.dashboard-price{font-size:18px;font-weight:800;color:var(--green)}.dashboard-meta-row{display:flex;flex-wrap:wrap;gap:16px;align-items:center;font-size:13px;color:#64748b;margin-top:4px}.dashboard-meta-item{display:flex;align-items:center;gap:6px}.dashboard-actions{display:flex;gap:10px;align-items:center}.dashboard-btn-primary{padding:10px 18px;background:var(--green);color:#fff;border:none;border-radius:10px;font-weight:600;font-size:13px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s ease}.dashboard-btn-primary:hover{background:var(--green-dark)}.dashboard-btn-secondary{padding:10px 18px;background:#fff;color:#475569;border:1px solid #cbd5e1;border-radius:10px;font-weight:600;font-size:13px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s ease}.dashboard-btn-secondary:hover{background:#f8fafc;color:#1e293b}.dashboard-btn-danger{padding:10px 18px;background:#fef2f2;color:#ef4444;border:1px solid #fecaca;border-radius:10px;font-weight:600;font-size:13px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s ease}.dashboard-btn-danger:hover{background:#fee2e2}.dashboard-buyer-info{display:flex;align-items:center;gap:8px;margin-top:4px;background:#f8fafc;padding:6px 12px;border-radius:8px;width:fit-content;font-size:12px;color:#475569}.dashboard-buyer-avatar{width:20px;height:20px;border-radius:50%;object-fit:cover}@media(max-width:640px){.dashboard-card{flex-direction:column;align-items:flex-start;gap:16px;padding:16px}.dashboard-thumbnail{width:100%;height:180px}.dashboard-actions{width:100%;justify-content:flex-end}}.back-button-container{max-width:1145px;margin:15px auto 0;padding:0 15px}.back-button{display:inline-flex;align-items:center;gap:8px;background:transparent;border:none;color:var(--muted, #6a6a6a);font-weight:600;font-size:14px;cursor:pointer;padding:8px 12px;border-radius:8px;transition:all .2s ease}.back-button:hover{background-color:#f1f5f9;color:var(--text, #212121)}@media(max-width:1180px){.back-button-container{max-width:100%;margin:10px 0;padding:0 20px}}.vinted-product-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;padding:24px;box-shadow:0 1px 4px #0000000d;margin-bottom:24px;color:#111;font-family:inherit}.mobile-vinted-card{margin:16px;padding:16px}.vinted-title{font-size:24px;font-weight:400;margin:0 0 8px;color:#111}.vinted-condition{font-size:14px;color:#666;font-weight:400;margin:0 0 16px;text-transform:capitalize}.vinted-price-container{margin-bottom:24px}.vinted-price{font-size:28px;font-weight:700;color:#8b0000;display:flex;align-items:baseline;gap:12px}.vinted-price s{font-size:16px;color:#999;font-weight:400}.vinted-service-fee{font-size:12px;color:#777;margin-top:4px;display:block}.vinted-attributes-section{margin-bottom:24px}.vinted-attributes-list{display:flex;flex-direction:column;gap:8px}.vinted-attribute-row{display:flex;justify-content:space-between;font-size:14px;line-height:1.4}.vinted-attribute-label{color:#777;width:40%}.vinted-attribute-value{color:#111;width:60%;font-weight:500;text-align:right}.vinted-divider{height:1px;background-color:#eee;margin:24px 0}.vinted-description-block h3{font-size:16px;font-weight:600;margin-bottom:12px;color:#111}.vinted-description-block p{font-size:14px;color:#333;line-height:1.6;white-space:pre-wrap}.vinted-action-buttons{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.vinted-action-buttons button{width:100%;padding:14px;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;text-align:center;transition:background-color .2s,color .2s}.btn-vinted-primary{background-color:#0077b6;color:#fff;border:1px solid #0077b6}.btn-vinted-primary:hover{background-color:#005f92}.btn-vinted-secondary{background-color:#fff;color:#0077b6;border:1px solid #0077b6}.btn-vinted-secondary:hover{background-color:#f0f8fb}.vinted-trust-card{display:flex;gap:16px;background-color:#f8fafc;border-radius:4px;padding:16px;border:1px solid #e2e8f0;margin-bottom:24px}.trust-icon{color:#10b981}.trust-text h3{margin:0 0 4px;font-size:14px;font-weight:600;color:#111}.trust-text p{margin:0;font-size:13px;color:#555;line-height:1.5}.vinted-map{width:100%;height:200px;border-radius:4px;overflow:hidden;border:1px solid #eee}.vinted-map iframe{width:100%;height:100%;border:none}.vinted-external-sections{display:flex;flex-direction:column;gap:24px;margin-bottom:32px}.mobile-external{margin:16px}.vinted-seller-card{display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid #eee}.seller-avatar img{width:56px;height:56px;border-radius:50%;object-fit:cover}.seller-info{flex:1}.seller-info h3{margin:0 0 4px;font-size:16px;font-weight:600;color:#111}.seller-info p{margin:0 0 2px;font-size:13px;color:#666;display:flex;align-items:center;gap:4px}.seller-member-since{font-size:12px;color:#999}.seller-location{font-size:13px;color:#555;display:flex;align-items:center;gap:4px}.vinted-social-actions{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid #eee}.vinted-social-actions button{background:transparent;border:none;font-size:14px;color:#444;display:flex;align-items:center;gap:8px;cursor:pointer;padding:0}.vinted-social-actions button:hover{color:#111}.vinted-comments-block{padding:16px 0}.vinted-comments-block h3{font-size:16px;font-weight:600;margin-bottom:16px}.comment-item{display:flex;gap:12px;margin-bottom:16px}.comment-item img{width:40px;height:40px;border-radius:50%;object-fit:cover}.comment-item strong{display:block;font-size:14px;margin-bottom:4px;color:#111}.comment-item p{margin:0;font-size:14px;color:#444;line-height:1.4}.empty-comments{font-size:14px;color:#777;font-style:italic}.info-page-container{display:flex;justify-content:center;align-items:center;padding:60px 20px;background-color:#f8fafc;min-height:calc(100vh - 350px)}.info-page-card{width:100%;max-width:800px;background-color:#fff;border-radius:16px;box-shadow:0 10px 25px #0000000d;border:1px solid #e2e8f0;padding:48px}.info-page-title{font-size:32px;font-weight:800;color:#0f172a;margin-bottom:28px;padding-bottom:16px;border-bottom:3px solid var(--green, #00cc81)}.info-page-content{display:flex;flex-direction:column;gap:18px}.info-page-paragraph{font-size:16px;line-height:1.8;color:#334155;margin:0}@media(max-width:768px){.info-page-container{padding:30px 16px}.info-page-card{padding:28px 20px}.info-page-title{font-size:24px;margin-bottom:20px}}.wallet-loading-panel,.wallet-error-panel{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;text-align:center;min-height:400px}.wallet-loading-panel p{margin-top:16px;color:#64748b;font-size:15px}.spin-main{color:#00cc81;animation:spin 1.5s linear infinite}.wallet-error-panel h2{font-size:20px;color:#1e293b;margin:16px 0 8px}.wallet-error-panel p{color:#ef4444;margin-bottom:24px;max-width:400px}.retry-btn{display:inline-flex;align-items:center;gap:8px;background:#00cc81;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;transition:background .2s ease}.retry-btn:hover{background:#008252}.wallet-dashboard{max-width:900px;margin:0 auto}.wallet-dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.wallet-dashboard-header h2{font-size:24px;color:#1e293b;margin:0;font-weight:700}.wallet-uuid{font-size:13px;color:#64748b;margin:4px 0 0}.uuid-code{background:#f1f5f9;padding:2px 6px;border-radius:4px;font-family:monospace;font-weight:600;color:#334155;margin-left:4px}.refresh-data-btn{background:#f1f5f9;border:1px solid #e2e8f0;color:#64748b;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.refresh-data-btn:hover:not(:disabled){background:#e2e8f0;color:#334155}.refresh-data-btn:disabled{opacity:.6}.total-balance-banner{position:relative;background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:16px;padding:32px;color:#fff;overflow:hidden;margin-bottom:28px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.banner-background-glow{position:absolute;top:-50%;right:-20%;width:300px;height:300px;background:radial-gradient(circle,#00cc8126,#0000 70%);pointer-events:none}.banner-title{font-size:14px;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;display:block;margin-bottom:8px}.banner-main-amount{font-size:40px;font-weight:800;margin:0 0 12px;color:#fff;letter-spacing:-.02em}.banner-equivalents{display:flex;align-items:center;gap:12px;color:#cbd5e1;font-size:14px}.equivalent-divider{color:#475569}.wallet-quick-actions{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:32px}.action-card-btn{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px 8px;display:flex;flex-direction:column;align-items:center;gap:10px;font-size:14px;font-weight:600;color:#475569;transition:all .2s ease}.action-card-btn:hover{border-color:#00cc81;color:#00cc81;box-shadow:0 4px 6px -1px #0000000d;transform:translateY(-2px)}.action-icon-circle{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center}.action-send{background:#eff6ff;color:#3b82f6}.action-receive{background:#ecfdf5;color:#10b981}.action-history{background:#fdf2f8;color:#ec4899}.action-analytics{background:#faf5ff;color:#a855f7}.action-security{background:#fff7ed;color:#f97316}.balances-section{margin-bottom:36px}.balances-section h3,.tx-list-header h3{font-size:18px;color:#1e293b;font-weight:700;margin:0 0 16px}.balances-carousel-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.wallet-balance-card{position:relative;border-radius:16px;padding:24px;color:#fff;min-height:160px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.card-glass-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ffffff14,#fff0);pointer-events:none}.wallet-card-local{background:linear-gradient(135deg,#0d9488,#115e59)}.wallet-card-btc{background:linear-gradient(135deg,#d97706,#92400e)}.wallet-card-usd{background:linear-gradient(135deg,#2563eb,#1e3a8a)}.card-header{display:flex;justify-content:space-between;align-items:center;z-index:1}.currency-badge{background:#fff3;padding:4px 8px;border-radius:6px;font-weight:800;font-size:14px;margin-right:8px;letter-spacing:.05em}.currency-name{font-size:13px;color:#ffffffd9;font-weight:500}.card-chip{width:32px;height:24px;background:#ffffff26;border-radius:4px;border:1px solid rgba(255,255,255,.25)}.balance-title{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#ffffffb3;display:block;margin-bottom:2px}.balance-row{display:flex;align-items:baseline;gap:4px;z-index:1}.currency-symbol{font-size:20px;font-weight:700;color:#ffffffe6}.balance-amount{font-size:26px;font-weight:800;letter-spacing:-.01em}.frozen-row{display:flex;align-items:center;gap:4px;font-size:12px;color:#ffffffbf;margin-top:4px}.frozen-amount{font-weight:700;color:#fff}.card-footer{display:flex;justify-content:space-between;align-items:center;font-size:10px;letter-spacing:.08em;font-weight:600;z-index:1;color:#fffc}.historical-badge{background:#ef444459;border:1px solid rgba(239,68,68,.5);color:#fee2e2;padding:2px 6px;border-radius:4px;font-weight:700}.no-balances-card{grid-column:1 / -1;background:#f8fafc;border:1px dashed #cbd5e1;padding:32px;border-radius:12px;text-align:center;color:#64748b}.tx-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.view-all-btn{background:none;border:none;color:#00cc81;font-size:14px;font-weight:600;display:flex;align-items:center;gap:4px}.view-all-btn:hover{color:#008252}.tx-list{display:flex;flex-direction:column;gap:12px}.tx-item{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;transition:all .2s ease}.tx-item:hover{border-color:#cbd5e1;box-shadow:0 2px 4px #00000005}.tx-item-left{display:flex;align-items:center;gap:16px}.tx-icon-container{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center}.tx-income{background:#ecfdf5;color:#10b981}.tx-expense{background:#fef2f2;color:#ef4444}.tx-hold{background:#fef9c3;color:#ca8a04}.tx-danger{background:#fff1f2;color:#be123c}.tx-details{display:flex;flex-direction:column;gap:4px}.tx-title{font-weight:600;color:#1e293b;font-size:15px}.tx-subtitle{font-size:13px;color:#64748b}.tx-item-right{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.tx-amount{font-weight:700;font-size:16px}.amount-in{color:#10b981}.amount-out{color:#1e293b}.wallet-status-badge{font-size:11px;font-weight:700;padding:2px 8px;border-radius:12px;text-transform:uppercase}.status-badge-success{background:#ecfdf5;color:#047857}.status-badge-expense{background:#f8fafc;color:#475569}.status-badge-pending{background:#fef9c3;color:#a16207}.status-badge-error{background:#fef2f2;color:#b91c1c}.status-badge-warning{background:#fff7ed;color:#c2410c}.wallet-centered-loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:380px;padding:60px 24px;text-align:center;width:100%}.wallet-low-density-spinner{width:42px;height:42px;border-radius:50%;border:2.5px solid rgba(16,185,129,.12);border-top-color:#10b981;border-right-color:#10b98166;animation:walletSpin .75s linear infinite;margin-bottom:18px;box-shadow:0 0 16px #10b98114}@keyframes walletSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.wallet-loading-title{font-size:15px;font-weight:600;color:#334155;margin:0 0 6px;letter-spacing:-.01em}.wallet-loading-subtitle{font-size:13px;color:#94a3b8;margin:0}.tx-loading-state{display:flex;align-items:center;justify-content:center;gap:12px;padding:40px;color:#64748b}.spinner-border{border:3px solid rgba(0,204,129,.1);border-top-color:#00cc81;border-radius:50%;width:24px;height:24px}.tx-error-state,.tx-empty-state{text-align:center;padding:48px 24px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}.error-icon{color:#ef4444;margin-bottom:12px}.empty-icon{color:#94a3b8;margin-bottom:12px}.error-title,.empty-title{font-size:16px;font-weight:700;color:#1e293b;margin:0 0 6px}.error-desc,.empty-desc{font-size:14px;color:#64748b;max-width:400px;margin:0 auto}@keyframes slideIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:768px){.wallet-quick-actions{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.wallet-quick-actions{grid-template-columns:repeat(2,1fr)}.banner-main-amount{font-size:30px}.banner-equivalents{flex-wrap:wrap;gap:8px}.equivalent-divider{display:none}}.wallet-pin-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1100;padding:16px}.wallet-pin-modal-card{background:#fff;border-radius:16px;width:100%;max-width:440px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:1px solid #e2e8f0;overflow:hidden;position:relative;outline:none}.wallet-pin-modal-card.reset-pin-card{max-width:500px}.wallet-pin-modal-card.confirm-transfer-card{max-width:480px}.wallet-pin-modal-card.tx-details-modal-card{max-width:550px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:18px 24px;border-bottom:1px solid #e2e8f0}.modal-header h3{margin:0;font-size:18px;font-weight:700;color:#1e293b}.modal-title-lock{display:flex;align-items:center;gap:8px}.lock-icon{color:#00cc81}.close-btn{background:none;border:none;color:#94a3b8;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:50%;transition:all .2s ease}.close-btn:hover{background:#f1f5f9;color:#475569}.pin-modal-body{padding:24px;display:flex;flex-direction:column;align-items:center}.pin-instructions{text-align:center;color:#64748b;font-size:14px;margin:0 0 20px;line-height:1.5}.pin-error-banner,.reset-error-banner,.search-error-banner{display:flex;align-items:center;gap:8px;background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:10px 16px;border-radius:8px;font-size:13px;width:100%;margin-bottom:18px}.pin-dots-row{display:flex;align-items:center;gap:12px;margin-bottom:28px;position:relative}.pin-dot{width:24px;height:24px;border-radius:50%;border:2px solid #cbd5e1;display:flex;align-items:center;justify-content:center;font-weight:700;color:#1e293b;font-size:14px;transition:all .15s ease}.pin-dot.filled{background:#1e293b;border-color:#1e293b}.pin-dot.active{border-color:#00cc81;box-shadow:0 0 0 2px #00cc8126}.toggle-visibility-btn{background:none;border:none;color:#94a3b8;padding:4px;margin-left:8px}.toggle-visibility-btn:hover{color:#475569}.pin-keypad-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;width:100%;max-width:280px;margin-bottom:20px}.keypad-btn{background:#f8fafc;border:1px solid #f1f5f9;color:#1e293b;font-size:20px;font-weight:700;height:52px;border-radius:10px;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.keypad-btn:hover{background:#e2e8f0}.keypad-btn:active{background:#cbd5e1}.keypad-action-btn{background:#f1f5f9;font-size:13px;font-weight:600;color:#475569}.pin-footer-actions{width:100%;display:flex;justify-content:center}.forgot-pin-btn{background:none;border:none;color:#00cc81;font-size:13px;font-weight:600}.forgot-pin-btn:hover{color:#008252}.reset-pin-form{padding:24px}.form-helper{color:#64748b;font-size:14px;margin-bottom:20px;line-height:1.5}.questions-section{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.question-label{font-weight:600;color:#334155;font-size:14px;display:block;margin-bottom:6px}.pin-inputs-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.pin-input-box{letter-spacing:.25em;text-align:center;font-size:18px;font-weight:700}.btn-cancel{background:#f1f5f9;border:1px solid #e2e8f0;color:#475569;padding:10px 18px;border-radius:8px;font-weight:600;font-size:14px;transition:all .2s ease}.btn-cancel:hover{background:#e2e8f0}.btn-confirm{background:#00cc81;border:none;color:#fff;padding:10px 18px;border-radius:8px;font-weight:600;font-size:14px;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}.btn-confirm:hover:not(:disabled){background:#008252}.btn-confirm:disabled{opacity:.6}.form-actions,.confirm-modal-actions{display:flex;justify-content:flex-end;gap:12px}.reset-success-view{padding:40px 24px;text-align:center;display:flex;flex-direction:column;align-items:center}.success-icon-circle{width:56px;height:56px;border-radius:50%;background:#ecfdf5;color:#10b981;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.success-title{font-size:18px;font-weight:700;color:#1e293b;margin:0 0 6px}.success-desc{color:#64748b;font-size:14px;margin:0}.confirm-modal-body{padding:24px}.confirm-recipient-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px;text-align:center;margin-bottom:20px}.recipient-label{font-size:11px;color:#94a3b8;text-transform:uppercase;font-weight:700;letter-spacing:.05em;display:block;margin-bottom:4px}.recipient-name{font-size:16px;font-weight:700;color:#1e293b;margin:0 0 2px}.recipient-details{font-size:13px;color:#64748b;margin:0}.mini-code{background:#e2e8f0;padding:1px 4px;border-radius:3px;font-family:monospace}.confirm-details-list{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.detail-row{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#475569}.detail-row strong{color:#1e293b;font-size:15px}.conversion-sub-box{background:#f8fafc;padding:8px 12px;border-radius:6px;border-left:2px solid #3b82f6;display:flex;flex-direction:column;gap:6px}.text-muted{font-size:13px;color:#64748b}.fee-amount{font-weight:600;color:#334155}.free-tag{color:#10b981;font-weight:700}.confirm-divider{border:0;border-top:1px solid #e2e8f0;margin:4px 0}.total-row{font-size:16px;color:#1e293b;font-weight:700}.total-amount{font-size:18px;font-weight:800;color:#00cc81}.transfer-caution-banner{display:flex;align-items:start;gap:8px;background:#fff7ed;border:1px solid #ffedd5;color:#ea580c;padding:10px 14px;border-radius:8px;font-size:12px;margin-bottom:24px;line-height:1.4}.wallet-send-wizard,.wallet-receive-wizard{max-width:600px;margin:0 auto}.wizard-header{display:flex;align-items:center;gap:16px;margin-bottom:20px}.wizard-back-btn{background:#f8fafc;border:1px solid #cbd5e1;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:600;color:#475569;display:inline-flex;align-items:center;gap:6px}.wizard-back-btn:hover{background:#f1f5f9}.wizard-title{font-size:18px;font-weight:700;color:#1e293b}.wizard-step-panel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;box-shadow:0 4px 6px -1px #0000000d}.wizard-step-panel h3{font-size:16px;font-weight:700;color:#1e293b;margin:0 0 6px}.step-desc{color:#64748b;font-size:13px;margin:0 0 20px}.search-input-wrapper{position:relative;width:100%}.search-input-wrapper input{width:100%;padding:10px 42px 10px 38px;border:1px solid #cbd5e1;border-radius:8px;font-size:14px;outline:none;transition:all .2s ease}.search-input-wrapper input:focus{border-color:#00cc81;box-shadow:0 0 0 2px #00cc811a}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8}.search-submit-btn{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#00cc81;padding:4px;display:flex}.search-submit-btn:disabled{color:#cbd5e1}.search-results-box{margin-top:24px}.search-results-box h4{font-size:13px;color:#64748b;margin:0 0 10px}.results-list{display:flex;flex-direction:column;gap:8px}.result-item-card{display:flex;align-items:center;padding:12px;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .15s ease}.result-item-card:hover{background:#f8fafc;border-color:#cbd5e1}.result-avatar{width:38px;height:38px;border-radius:50%;background:#e2e8f0;object-fit:cover;margin-right:12px}.result-info{display:flex;flex-direction:column;flex-grow:1}.result-name{font-weight:600;color:#1e293b;font-size:14px}.result-username{font-size:12px;color:#64748b}.result-item-card .chevron{color:#94a3b8}.selected-recipient-pill{display:flex;align-items:center;background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;padding:12px 16px;border-radius:10px;margin-bottom:24px}.pill-text{flex-grow:1;margin-left:12px;font-size:14px}.user-span{font-size:12px;color:#15803d;margin-left:4px}.change-btn{background:none;border:none;color:#16a34a;font-weight:700;font-size:13px}.form-group{margin-bottom:18px;display:flex;flex-direction:column}.form-group label{font-weight:600;font-size:13px;color:#475569;margin-bottom:6px}.form-control{padding:10px 12px;border:1px solid #cbd5e1;border-radius:8px;font-size:14px;outline:none;transition:all .2s ease}.form-control:focus{border-color:#00cc81}.available-balance-helper{font-size:13px;color:#64748b;margin-bottom:12px;display:flex;justify-content:space-between}.amount-input-wrapper{position:relative;display:flex;align-items:center}.input-currency-symbol{position:absolute;left:14px;font-size:24px;font-weight:700;color:#94a3b8}.amount-input-wrapper input{width:100%;padding:14px 16px 14px 38px;font-size:28px;font-weight:800;border:1px solid #cbd5e1;border-radius:10px;outline:none;color:#1e293b}.amount-input-wrapper input:focus{border-color:#00cc81}.btn-wizard-submit{width:100%;background:#00cc81;border:none;color:#fff;padding:14px;border-radius:10px;font-weight:700;font-size:15px;display:flex;align-items:center;justify-content:center;transition:background .2s ease;margin-top:10px}.btn-wizard-submit:hover:not(:disabled){background:#008252}.btn-wizard-submit:disabled{opacity:.6}.tx-executing-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#ffffffe6;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1200}.tx-executing-overlay h3{margin:16px 0 6px;color:#1e293b}.tx-executing-overlay p{color:#64748b;font-size:14px}.receipt-panel{text-align:center}.receipt-header{display:flex;flex-direction:column;align-items:center;margin-bottom:24px}.receipt-header .success-icon{color:#10b981;margin-bottom:12px}.receipt-header .error-icon{color:#dc2626;margin-bottom:12px}.success-subtitle,.error-subtitle{color:#64748b;font-size:14px;margin:4px 0 0}.receipt-body{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px;margin-bottom:24px;text-align:left}.receipt-title{font-size:13px;text-transform:uppercase;color:#94a3b8;font-weight:700;margin:0 0 14px;letter-spacing:.05em}.receipt-grid{display:flex;flex-direction:column;gap:12px}.receipt-row{display:flex;justify-content:space-between;align-items:baseline;font-size:14px;color:#475569}.receipt-row strong{color:#1e293b}.tx-id-row{align-items:center;margin-top:8px;padding-top:12px;border-top:1px dashed #cbd5e1}.tx-id-box{display:flex;align-items:center;gap:8px}.tx-id-box code{background:#e2e8f0;padding:2px 6px;border-radius:4px;font-family:monospace;font-size:12px}.copy-btn-mini{background:none;border:none;color:#94a3b8;padding:2px}.copy-btn-mini:hover{color:#475569}.error-desc-box{background:#fff5f5;border-color:#fed7d7;color:#c53030}.receive-panel-container{display:flex;flex-direction:column;align-items:center}.receive-qr-box{display:flex;flex-direction:column;align-items:center;width:100%;text-align:center}.receive-helper{text-align:center;color:#64748b;font-size:14px;margin-bottom:20px;line-height:1.5}.local-qr-wrapper{position:relative;background:#fff;padding:16px;border-radius:16px;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #0000000d;border:1px solid #e2e8f0;width:232px;height:232px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.qr-expired-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#fffffff2;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#64748b;font-size:14px}.btn-refresh-qr{background:#00cc81;border:none;color:#fff;padding:6px 12px;border-radius:16px;font-size:12px;font-weight:700;display:inline-flex;align-items:center}.timer-countdown-row{display:flex;align-items:center;justify-content:center;gap:6px;font-size:13px;color:#64748b;margin-bottom:20px;width:100%}.receiver-profile-card{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.receiver-profile-card h4{font-size:18px;font-weight:700;color:#1e293b;margin:0 0 2px}.username-sub{font-size:14px;color:#64748b;margin:0 0 18px}.wallet-id-pill{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:10px 14px;text-align:left;display:inline-flex;flex-direction:column;gap:4px;max-width:100%;margin:0 auto}.pill-title{font-size:11px;color:#94a3b8;text-transform:uppercase;font-weight:700;letter-spacing:.05em}.pill-body{display:flex;align-items:center;justify-content:space-between;gap:12px}.pill-body code{font-size:13px;font-family:monospace;color:#334155;word-break:break-all}.receive-actions-row{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:24px;width:100%}.receive-actions-row .share-btn,.receive-actions-row .refresh-btn{flex:1;justify-content:center;height:44px;font-size:14px}.share-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1200;padding:16px;animation:fadeIn .2s ease-out}.share-modal-content{background:#fff;border-radius:16px;width:100%;max-width:440px;padding:24px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.share-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e2e8f0}.share-modal-header h4{font-size:16px;font-weight:700;color:#1e293b;margin:0}.close-share-modal-btn{background:none;border:none;color:#64748b;cursor:pointer;padding:4px;border-radius:6px;display:flex;align-items:center}.close-share-modal-btn:hover{background:#f1f5f9;color:#1e293b}.share-modal-desc{font-size:13px;color:#64748b;margin:0 0 20px}.share-options-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.share-option-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;color:#334155;text-decoration:none;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.share-option-card:hover{border-color:#00cc81;background:#f0fdf4;color:#00cc81;transform:translateY(-2px)}.share-whatsapp:hover{border-color:#25d366;background:#f0fdf4;color:#25d366}.share-telegram:hover{border-color:#08c;background:#f0f9ff;color:#08c}.share-email:hover{border-color:#6366f1;background:#eef2ff;color:#6366f1}.share-copy:hover{border-color:#00cc81;background:#f0fdf4;color:#00cc81}.history-category-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:8px;margin-bottom:16px;scrollbar-width:none}.history-category-tabs::-webkit-scrollbar{display:none}.tab-btn{background:#f1f5f9;border:none;padding:8px 16px;border-radius:20px;font-size:13px;font-weight:600;color:#475569;white-space:nowrap}.tab-btn.active{background:#00cc81;color:#fff}.history-search-filter-row{display:flex;gap:12px;margin-bottom:16px}.flex-grow{flex-grow:1}.btn-filter-toggle{background:#f8fafc;border:1px solid #cbd5e1;color:#475569;width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.btn-filter-toggle.active{background:#e2e8f0;border-color:#00cc81;color:#00cc81}.advanced-filters-card{background:#f8fafc;border:1px solid #cbd5e1;border-radius:12px;padding:16px;margin-bottom:16px;animation:slideIn .2s ease-out}.filters-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.load-more-ledger-btn{background:#f1f5f9;border:1px solid #e2e8f0;color:#475569;padding:12px;border-radius:8px;font-weight:600;font-size:14px;width:100%;margin-top:16px;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease}.load-more-ledger-btn:hover:not(:disabled){background:#e2e8f0}.load-more-ledger-btn:disabled{opacity:.6}.tx-amount-badge-card{text-align:center;padding:24px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.tx-category-label{font-size:11px;color:#94a3b8;font-weight:700;text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:6px}.tx-amount-value{font-size:32px;font-weight:800;margin:0 0 10px;letter-spacing:-.02em}.details-info-table{display:flex;flex-direction:column;padding:20px 24px;gap:14px}.detail-info-row{display:flex;justify-content:space-between;align-items:baseline;font-size:14px;color:#475569}.detail-info-row span:first-child{color:#64748b;font-weight:500}.detail-info-row code{background:#e2e8f0;padding:1px 4px;border-radius:3px;font-family:monospace}.row-right-copy{display:flex;align-items:center;gap:6px}.text-capitalize{text-transform:capitalize}.mini-id-code{font-size:11px;color:#94a3b8;margin-left:4px}.memo-row{flex-direction:column;align-items:flex-start;gap:4px;background:#f8fafc;padding:10px 14px;border-radius:8px}.memo-text{font-size:13px;color:#334155;font-weight:500;line-height:1.4}.details-modal-footer{padding:16px 24px 24px}.details-loader,.details-error{padding:48px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px;color:#64748b}.wallet-security-settings{max-width:600px;margin:0 auto}.security-status-card{display:flex;align-items:center;gap:16px}.status-green{color:#10b981}.status-gray{color:#94a3b8}.security-status-card h4{margin:0 0 4px;font-size:16px;font-weight:700;color:#1e293b}.security-status-card p{margin:0;font-size:14px;color:#64748b}.border-card{border:1px solid #e2e8f0;border-radius:12px;padding:24px}@media(max-width:768px){.filters-grid{grid-template-columns:1fr;gap:8px}}.wallet-loading-wrapper{padding:20px 0}.skeleton-container{display:flex;flex-direction:column;gap:20px}.skeleton-card{background:#f1f5f9;border-radius:12px}.skeleton-banner{height:160px;width:100%}.skeleton-actions-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.skeleton-action-btn{background:#f1f5f9;height:74px;border-radius:12px}.skeleton-section-header{height:24px;width:120px;background:#f1f5f9;border-radius:4px;margin-top:10px}.skeleton-balances-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.skeleton-balance{height:120px}.skeleton-list{display:flex;flex-direction:column;gap:12px}.skeleton-list-item{height:60px;background:#f1f5f9;border-radius:10px;width:100%}.skeleton-chart-box{height:240px;background:#f1f5f9;border-radius:12px;width:100%}.skeleton-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.skeleton-stat{height:96px}.skeleton-security-status{height:110px;width:100%}.wallet-empty-state,.wallet-error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin:20px 0}.empty-icon-wrapper{background:#f8fafc;color:#94a3b8;padding:16px;border-radius:50%;margin-bottom:16px}.empty-title,.error-title{font-size:16px;font-weight:700;color:#1e293b;margin:0 0 6px}.empty-description,.error-description{font-size:14px;color:#64748b;max-width:380px;margin:0 0 20px;line-height:1.5}.wallet-error-state .error-icon{color:#dc2626;margin-bottom:16px}.wallet-charts-layout{display:flex;flex-direction:column;gap:24px;margin-top:24px}.charts-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}.chart-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px;box-shadow:0 4px 6px -1px #0000000d}.chart-card h4{margin:0 0 16px;font-size:15px;font-weight:700;color:#1e293b}.chart-container{width:100%}.pie-chart-flex{display:flex;align-items:center}.pie-legend-column{display:flex;flex-direction:column;gap:8px;width:40%;padding-left:12px}.pie-legend-row{display:flex;align-items:center;gap:6px;font-size:12px}.legend-indicator{width:8px;height:8px;border-radius:50%;display:inline-block}.legend-code{font-weight:700;color:#334155}.legend-val{color:#64748b}.category-progress-list{display:flex;flex-direction:column;gap:14px}.category-progress-item{display:flex;flex-direction:column;gap:6px}.category-meta-row{display:flex;justify-content:space-between;font-size:13px}.cat-name{font-weight:600;color:#475569}.cat-values{color:#1e293b}.cat-percent{color:#64748b;margin-left:4px;font-size:11px}.progress-bar-track{width:100%;height:6px;background:#f1f5f9;border-radius:3px;overflow:hidden}.progress-bar-fill{height:100%;border-radius:3px}.progress-bar-fill.fill-purchase{background:#3b82f6}.progress-bar-fill.fill-withdrawal{background:#ef4444}.progress-bar-fill.fill-transfer{background:#00cc81}.no-data-msg{text-align:center;color:#94a3b8;font-size:13px;padding:40px 0}.wallet-insights-section{background:#f8fafc;border:1px solid #cbd5e1;border-radius:16px;padding:18px 20px;margin-top:24px}.insights-header-meta{display:flex;align-items:center;gap:8px;color:#00cc81;margin-bottom:14px}.insights-header-meta h4{margin:0;font-size:14px;font-weight:700;color:#1e293b}.insights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.insight-card{background:#fff;border-radius:12px;padding:14px;display:flex;align-items:start;gap:12px;border-left:4px solid #cbd5e1;box-shadow:0 1px 3px #0000000d}.insight-card.insight-type-success{border-left-color:#10b981}.insight-card.insight-type-warning{border-left-color:#f59e0b}.insight-card.insight-type-info{border-left-color:#3b82f6}.insight-icon-holder{display:flex;margin-top:2px}.insight-text-body{margin:0;font-size:13px;line-height:1.4;color:#334155}.statistics-grid-layout{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat-value-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;display:flex;flex-direction:column}.stat-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.stat-card-title{font-size:12px;font-weight:600;color:#64748b}.stat-icon-wrapper{background:#f8fafc;padding:4px;border-radius:6px}.stat-card-amount{font-size:18px;font-weight:700;color:#1e293b;margin:0 0 4px}.stat-card-desc{font-size:11px;color:#94a3b8}.analytics-header-title h2{font-size:24px;margin:0 0 2px}.subtitle-desc{font-size:13px;color:#64748b;margin:0}.analytics-controls{display:flex;align-items:center;gap:12px}.period-pill-toggle{background:#f1f5f9;padding:4px;border-radius:20px;display:flex;gap:2px}.period-btn{background:none;border:none;padding:6px 14px;font-size:12px;font-weight:600;color:#475569;border-radius:16px;transition:all .2s ease}.period-btn.active{background:#fff;color:#1e293b;box-shadow:0 1px 3px #0000001a}.analytics-summary-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:12px}.summary-val-card{background:#fff;border:1px solid #cbd5e1;border-radius:16px;padding:18px;box-shadow:0 2px 4px #00000005}.summary-card-title{font-size:12px;font-weight:600;color:#64748b;display:block;margin-bottom:6px}.summary-card-amount{font-size:22px;font-weight:800;color:#1e293b;margin:0 0 6px;letter-spacing:-.01em}.summary-card-footer{font-size:11px;color:#94a3b8;display:block}.security-alert-box-card{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:16px;padding:20px;margin-bottom:24px}.alert-meta-row{display:flex;align-items:start;gap:16px}.alert-text-block h3{margin:0 0 4px;font-size:16px;font-weight:700;color:#14532d}.alert-text-block p{margin:0;font-size:13px;line-height:1.45;color:#166534}.security-quick-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.security-card-option{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px;display:flex;flex-direction:column;box-shadow:0 4px 6px -1px #0000000d}.card-option-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.card-option-header h4{margin:0;font-size:15px;font-weight:700;color:#1e293b}.card-option-body{flex-grow:1}.status-label{font-size:13px;font-weight:600;color:#475569;margin:0 0 8px}.badge{padding:2px 8px;border-radius:12px;font-size:11px;font-weight:700}.badge-success{background:#dcfce7;color:#15803d}.badge-warning{background:#fef3c7;color:#b45309}.badge-danger{background:#fee2e2;color:#b91c1c}.badge-info{background:#e0f2fe;color:#0369a1}.desc-text{font-size:12px;color:#64748b;margin:0 0 16px;line-height:1.45}.card-option-footer,.full-width{width:100%}.footer-double-btn{display:grid;grid-template-columns:1fr 1fr;gap:8px}.timeline-container{margin-top:16px}.timeline-empty-card{display:flex;align-items:center;gap:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px;color:#475569;font-size:14px}.timeline-items-list{display:flex;flex-direction:column;position:relative;padding-left:20px;border-left:2px solid #e2e8f0}.timeline-item{position:relative;padding-bottom:24px}.timeline-item:last-child{padding-bottom:0}.timeline-dot-connector{position:absolute;left:-26px;top:6px;width:10px;height:10px;border-radius:50%;background:#cbd5e1;border:2px solid #ffffff}.timeline-item.event-high .timeline-dot-connector{background:#ef4444}.timeline-item.event-medium .timeline-dot-connector{background:#f59e0b}.timeline-item.event-low .timeline-dot-connector{background:#3b82f6}.timeline-event-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px 16px;box-shadow:0 1px 3px #00000005}.event-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.event-date{font-size:11px;color:#94a3b8}.event-severity-badge{font-size:9px;font-weight:700;text-transform:uppercase;padding:1px 6px;border-radius:8px}.severity-high{background:#fef2f2;color:#dc2626}.severity-medium{background:#fffbeb;color:#d97706}.severity-low{background:#eff6ff;color:#2563eb}.event-title{margin:0;font-size:14px;font-weight:700;color:#1e293b;text-transform:capitalize}.notification-preview-trigger{position:relative}.bell-badge-count{position:absolute;top:-4px;right:-4px;background:#dc2626;color:#fff;font-size:10px;font-weight:700;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid #ffffff}.clickable-banner{cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.clickable-banner:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.banner-flex-row{display:flex;justify-content:space-between;align-items:center;width:100%}.banner-chevron{color:#fffc}.dashboard-insight-preview-card{display:flex;align-items:center;background:#f0fdf4;border:1px solid #bbf7d0;padding:12px 16px;border-radius:12px;margin-top:16px;cursor:pointer;transition:background .15s ease}@media(max-width:576px){.analytics-summary-cards,.statistics-grid-layout{grid-template-columns:1fr}transition: background .15s ease}.dashboard-insight-preview-card:hover{background:#dcfce7}.insight-spark{margin-right:12px}.insight-tip-text{font-size:13px;font-weight:500;color:#166534;flex-grow:1}.dashboard-security-widget-banner{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-radius:12px;margin-top:16px;cursor:pointer;transition:background .15s ease;border:1px solid #cbd5e1}.widget-left{display:flex;align-items:center;gap:12px}.widget-text h5{margin:0 0 2px;font-size:13px;font-weight:700;color:#1e293b}.widget-text p{margin:0;font-size:11px;color:#64748b}.widget-secured{background:#f8fafc;border-color:#cbd5e1}.widget-danger{background:#fff7ed;border-color:#ffedd5}.widget-chevron{color:#94a3b8}.notifications-badge-count{background:#dc2626;color:#fff;font-size:11px;font-weight:700;padding:1px 6px;border-radius:10px}.notifications-list-wrapper{display:flex;flex-direction:column;gap:12px}.notification-item-row{display:flex;align-items:start;gap:14px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px 16px;box-shadow:0 1px 3px #00000005;transition:all .2s ease}.notification-item-row.item-unread{border-left:4px solid #00cc81;background:#fafcfb}.notification-item-row.item-read{opacity:.85}.item-left-icon{background:#f8fafc;padding:8px;border-radius:50%;margin-top:2px}.item-center-content{flex-grow:1}.item-meta-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4px}.item-meta-row h4{margin:0;font-size:14px;font-weight:700;color:#1e293b}.item-date{font-size:11px;color:#94a3b8}.item-center-content p{margin:0;font-size:13px;color:#475569;line-height:1.45}.item-right-actions{display:flex;gap:6px;align-self:center}.action-btn-mini{background:#f8fafc;border:1px solid #cbd5e1;padding:6px;border-radius:8px;color:#64748b;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.action-btn-mini:hover{background:#e2e8f0;color:#1e293b}.action-btn-mini.mark-read{color:#10b981;border-color:#a7f3d0}.action-btn-mini.mark-read:hover{background:#ecfdf5}@media(max-width:992px){.charts-row{grid-template-columns:1fr}.analytics-summary-cards{grid-template-columns:repeat(2,1fr)}.insights-grid{grid-template-columns:1fr}.statistics-grid-layout{grid-template-columns:repeat(2,1fr)}.security-quick-cards-grid{grid-template-columns:1fr}}@media(max-width:576px){.analytics-summary-cards,.statistics-grid-layout{grid-template-columns:1fr}.period-pill-toggle{display:none}}@keyframes pulse{50%{opacity:.5}}.payment-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000;animation:backdropFade .3s ease-out}.open-payment-btn-modern{width:100%;padding:12px;margin-top:12px;background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s}.open-payment-btn-modern:hover{background-color:#e5e7eb}.modal-order-summary{display:flex;justify-content:space-between;align-items:center;background:#f8fafc;border-radius:8px;padding:16px 24px;margin-bottom:20px;border:1px solid #e2e8f0}.modal-summary-row{display:flex;flex-direction:column;gap:4px}.modal-summary-row span{font-size:13px;color:#64748b;font-weight:500}.modal-summary-row strong{font-size:16px;color:#0f172a}.modal-summary-row.total strong.total-highlight{color:#10b981;font-size:18px;font-weight:700}@media(max-width:640px){.modal-order-summary{flex-wrap:wrap;gap:16px}}@keyframes backdropFade{0%{opacity:0}to{opacity:1}}.payment-modal-content{background:#fff;border-radius:12px;width:95%;max-width:1000px;height:95vh;padding:24px;box-shadow:0 10px 25px #00000080;position:relative;animation:modalPopPremium .3s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}@keyframes modalPopPremium{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.payment-modal-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;flex-shrink:0}.payment-modal-header-text h3{margin:0;font-size:20px;font-weight:700;color:#111827;display:flex;align-items:center;gap:8px}.payment-modal-header-text p{margin:4px 0 0;font-size:13px;color:#6b7280}.payment-modal-close{background:#f3f4f6;border:none;font-size:20px;color:#6b7280;cursor:pointer;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.payment-modal-close:hover{background:#e5e7eb;color:#111827}.payment-iframe-wrapper{flex-grow:1;width:100%;position:relative;border-radius:8px;background:#fff;display:flex}.payment-iframe-modern{width:100%;height:100%;border:none;background:transparent;transition:opacity .3s;will-change:opacity}.payment-iframe-modern.loading{opacity:0}.payment-loading-skeleton{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border-radius:12px;gap:16px;color:#6b7280;z-index:2}.payment-loading-skeleton .spinner{animation:spin 1s linear infinite;color:#10b981}@keyframes spin{to{transform:rotate(360deg)}}.close-confirm-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px;z-index:10;animation:backdropFade .2s ease-out}.close-confirm-overlay h4{font-size:18px;font-weight:700;color:#1f2937;margin-bottom:8px}.close-confirm-overlay p{color:#6b7280;font-size:14px;margin-bottom:24px}.close-confirm-actions{display:flex;flex-direction:column;gap:12px;width:100%;max-width:300px}.btn-continue-payment{background:#10b981;color:#fff;border:none;padding:12px;border-radius:10px;font-weight:600;cursor:pointer;transition:background .2s}.btn-continue-payment:hover{background:#059669}.btn-close-anyway{background:transparent;color:#ef4444;border:1px solid #fee2e2;padding:12px;border-radius:10px;font-weight:600;cursor:pointer;transition:all .2s}.btn-close-anyway:hover{background:#fef2f2}.payment-failure-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;flex-grow:1;background:#fef2f2;border-radius:12px;padding:24px}.payment-failure-state svg{color:#ef4444;margin-bottom:16px}.payment-failure-state h4{color:#991b1b;font-size:18px;margin-bottom:8px}.payment-failure-state p{color:#b91c1c;font-size:14px;margin-bottom:24px}.payment-failure-actions{display:flex;gap:12px;width:100%;max-width:300px}.btn-retry,.btn-cancel{flex:1;padding:12px;border-radius:8px;font-weight:600;cursor:pointer;border:none}.btn-retry{background:#10b981;color:#fff}.btn-cancel{background:#f3f4f6;color:#4b5563}.discover-page-wrapper{background:#000;height:100vh;width:100%;overflow:hidden;position:relative;display:flex;justify-content:center;align-items:center}@media(max-width:767px){.discover-page-wrapper{height:100vh}}.discover-back-btn{position:fixed;top:20px;left:20px;z-index:99;display:flex;align-items:center;gap:8px;background:#0f172a99;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.12);padding:8px 16px;border-radius:30px;color:#fff;font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #00000040;transition:background .2s,transform .2s,border-color .2s}.discover-back-btn:hover{background:#0f172ad9;transform:translateY(-1px);border-color:#ffffff40}.discover-feed-container{height:100%;width:100%;overflow-y:scroll;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;position:relative}.discover-feed-container::-webkit-scrollbar{display:none}.discover-product-slide{height:100%;width:100%;scroll-snap-align:start;position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;opacity:.35;transition:opacity .4s ease-in-out}.discover-product-slide.active-slide{opacity:1}.discover-background-blur{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;filter:blur(30px) brightness(.3);z-index:1;pointer-events:none}.discover-reel-card{position:relative;z-index:2;width:100%;height:100%;max-width:480px;background:#000;box-shadow:0 12px 40px #0009;display:flex;flex-direction:column;overflow:hidden}@media(min-width:768px){.discover-reel-card{height:92vh;width:51.75vh;max-width:480px;min-width:430px;border-radius:24px;border:1px solid rgba(255,255,255,.08)}}.discover-media-container{flex:1;width:100%;height:100%;position:relative;background:#000;display:flex;align-items:center;justify-content:center}.discover-video-player{width:100%;height:100%;object-fit:cover}.video-mute-overlay-btn{position:absolute;top:20px;right:20px;background:#00000080;border:0;color:#fff;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:10;cursor:pointer;transition:background .2s}.video-mute-overlay-btn:hover{background:#000c}.horizontal-swiper-gallery{display:flex;width:100%;height:100%;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.horizontal-swiper-gallery::-webkit-scrollbar{display:none}.swiper-gallery-slide{flex:0 0 100%;width:100%;height:100%;scroll-snap-align:start;display:flex;align-items:center;justify-content:center;background:#000}.swiper-gallery-slide img{width:100%;height:100%;object-fit:cover}.gallery-indicator-badge{position:absolute;top:24px;right:16px;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;padding:4px 8px;border-radius:12px;font-size:11px;font-weight:700;z-index:10;border:1px solid rgba(255,255,255,.1);pointer-events:none;animation:fadeIn .2s ease-in-out}.product-badges-container{position:absolute;top:24px;left:16px;display:flex;flex-direction:column;gap:6px;z-index:10;pointer-events:none}.product-badge{padding:4px 8px;border-radius:6px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 2px 8px #0003}.badge-new{background:#10b981d9;color:#fff;border:1px solid rgba(16,185,129,.3)}.badge-trending{background:#ef4444d9;color:#fff;border:1px solid rgba(239,68,68,.3)}.badge-featured{background:#f59e0bd9;color:#fff;border:1px solid rgba(245,158,11,.3)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.scroll-timer-bar{position:absolute;top:12px;left:12px;right:12px;width:calc(100% - 24px);height:3px;background:#ffffff38;border-radius:2px;overflow:hidden;z-index:15}.scroll-timer-fill{height:100%;background:#ffffffeb;transition:width .05s linear}.slide-details-overlay{position:absolute;bottom:0;left:0;width:100%;padding:50px 80px 24px 20px;background:linear-gradient(to top,rgba(0,0,0,.92) 0%,rgba(0,0,0,.7) 45%,rgba(0,0,0,.3) 75%,transparent 100%);color:#fff;z-index:5;display:flex;flex-direction:column;gap:8px;pointer-events:auto}.detail-price-rating-row{display:flex;align-items:center;gap:12px}.detail-price-large{font-size:26px;font-weight:900;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5)}.detail-rating-badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;background:#ffffff26;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:3px 8px;border-radius:12px;color:#fff}.detail-title-large{margin:0;font-size:17px;font-weight:600;color:#fffffff2;text-shadow:0 1px 3px rgba(0,0,0,.6);line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal}.detail-location-row{display:flex;align-items:center;gap:6px;font-size:12px;opacity:.8}.location-pin{font-size:12px}.location-text{font-weight:500}.rich-seller-card{display:flex;align-items:center;gap:10px;background:#ffffff14;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.06);padding:10px 12px;border-radius:14px;margin-top:6px;cursor:pointer;pointer-events:auto;transition:background .2s,border-color .2s}.rich-seller-card:hover{background:#ffffff26;border-color:#ffffff1f}.seller-card-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:1.5px solid rgba(255,255,255,.6)}.seller-card-info{display:flex;flex-direction:column;gap:2px;flex:1}.seller-card-name-row{display:flex;align-items:center;gap:4px}.seller-card-name{font-size:13px;font-weight:700;color:#fff}.seller-verified-badge{color:#00cc81;font-size:11px;font-weight:700}.seller-card-stats-row{display:flex;align-items:center;gap:8px}.seller-card-rating{font-size:11px;color:#ffbc0a;letter-spacing:.5px}.seller-card-sales{font-size:11px;color:#ffffffb3;font-weight:600}.floating-actions-sidebar{position:absolute;right:20px;bottom:24px;display:flex;flex-direction:column;align-items:center;gap:16px;z-index:10}.action-circle{width:46px;height:46px;border-radius:50%;background:#141414bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.08);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s,background .2s,border-color .2s;padding:0;box-shadow:0 4px 12px #00000059}.action-circle:hover{transform:scale(1.1);background:#1e1e1ee6;border-color:#ffffff40}.avatar-circle{border:2px solid #00cc81;overflow:hidden}.avatar-img{width:100%;height:100%;object-fit:cover}.action-button-group{display:flex;flex-direction:column;align-items:center;gap:4px}.action-label{font-size:10px;color:#fffffff2;text-shadow:0 1.5px 3px rgba(0,0,0,.9);font-weight:700;letter-spacing:.3px}.action-circle.liked{color:#ef4444}.action-circle.favorited{color:#f5a623}.action-circle.buy-now-action{background:var(--green, #00cc81);border-color:var(--green, #00cc81)}.action-circle.buy-now-action:hover{background:var(--green-dark, #008252)}.discover-loading-overlay,.discover-empty-state{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#fff;background:#000;z-index:100}.discover-loading-overlay p,.discover-empty-state p{font-size:15px;font-weight:600;color:#94a3b8}.back-home-btn{background:var(--green, #00cc81);border:0;color:#fff;padding:10px 20px;border-radius:8px;font-weight:700;cursor:pointer;transition:background .2s}.back-home-btn:hover{background:var(--green-dark, #008252)}.option-button.active{color:#ffde59;border-bottom:2px solid #ffde59;padding-bottom:2px}.drawer button.active{color:var(--green, #00cc81)!important;font-weight:700!important}.spin-animation{animation:spin 1.2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.shop-gender-section{padding:48px 20px;background:#f8fafc;display:flex;flex-direction:column;gap:24px;width:100%;max-width:1400px;margin:0 auto}.shop-gender-header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:0 4px}.shop-gender-title{font-size:28px;font-weight:800;color:#1e293b;margin:0;letter-spacing:-.02em}.shop-gender-subtitle{font-size:15px;color:#64748b;margin:0}.shop-gender-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;width:100%}.shop-gender-card{position:relative;aspect-ratio:2.6 / 1;border-radius:12px;overflow:hidden;cursor:pointer;background-color:#e2e8f0;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.shop-gender-card:hover{transform:translateY(-2px);box-shadow:0 12px 20px -8px #00000026,0 4px 12px -2px #00000014}.shop-gender-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.shop-gender-card:hover img{transform:scale(1.04)}.shop-gender-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#00000059,#0000000d,#0006);padding:16px 20px;display:flex;flex-direction:column;justify-content:flex-start}.shop-gender-overlay h3{color:#fff;font-size:20px;font-weight:800;margin:0;letter-spacing:-.01em;text-shadow:0 2px 4px rgba(0,0,0,.4)}@media(max-width:900px){.shop-gender-section{padding:32px 16px}.shop-gender-title{font-size:24px}.shop-gender-subtitle{font-size:14px}.shop-gender-grid{gap:12px}.shop-gender-overlay{padding:12px 16px}.shop-gender-overlay h3{font-size:18px}}@media(max-width:600px){.shop-gender-grid{grid-template-columns:1fr;gap:12px}.shop-gender-card{aspect-ratio:2.8 / 1}}.marketplace-intro-section{padding:60px 20px;background:#fff;width:100%;max-width:1400px;margin:0 auto}.marketplace-intro-container{display:grid;grid-template-columns:1.2fr .8fr;gap:48px;align-items:center}.marketplace-intro-content{display:flex;flex-direction:column;gap:24px}.intro-headline{font-size:40px;font-weight:800;color:#1e293b;margin:0;line-height:1.15;letter-spacing:-.02em}.intro-text{font-size:16px;line-height:1.6;color:#475569;margin:0}.intro-checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.intro-checklist li{display:flex;align-items:center;gap:12px;font-size:15px;font-weight:600;color:#334155}.check-icon{color:var(--green, #00cc81);flex-shrink:0}.intro-actions{display:flex;gap:16px;margin-top:8px}.btn-primary{background:var(--green, #00cc81);color:#fff;border:none;padding:14px 28px;border-radius:30px;font-weight:700;font-size:15px;transition:all .2s ease-in-out;box-shadow:0 4px 12px #00cc8133}.btn-primary:hover{background:var(--green-dark, #008252);transform:translateY(-2px);box-shadow:0 6px 20px #00cc814d}.btn-secondary{background:#f1f5f9;color:#334155;border:1px solid #e2e8f0;padding:14px 28px;border-radius:30px;font-weight:700;font-size:15px;transition:all .2s ease-in-out}.btn-secondary:hover{background:#e2e8f0;color:#1e293b;transform:translateY(-2px)}.marketplace-intro-image{display:flex;justify-content:center;align-items:center}.marketplace-intro-image img{max-width:100%;height:auto;border-radius:20px;filter:drop-shadow(0 20px 40px rgba(0,0,0,.08));transition:transform .4s ease-in-out}.marketplace-intro-image img:hover{transform:scale(1.03)}.feature-cards-section{padding:60px 20px;background:#f8fafc}.feature-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1400px;margin:0 auto}.feature-card{background:#fff;padding:32px 28px;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;gap:16px}.feature-card:hover{transform:translateY(-6px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.card-icon-wrapper{width:48px;height:48px;background:#00cc8114;color:var(--green, #00cc81);border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.feature-card:hover .card-icon-wrapper{background:var(--green, #00cc81);color:#fff}.feature-card h3{font-size:18px;font-weight:700;color:#1e293b;margin:0}.feature-card p{font-size:14px;line-height:1.5;color:#64748b;margin:0}.statistics-strip-section{background:linear-gradient(135deg,var(--green-dark, #008252) 0%,var(--green, #00cc81) 100%);color:#fff;padding:40px 20px}.statistics-strip-container{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;max-width:1400px;margin:0 auto;text-align:center}.stat-item{display:flex;align-items:center;justify-content:center;gap:12px;font-size:18px;font-weight:700}.stat-icon{background:#ffffff26;padding:10px;box-sizing:content-box;border-radius:50%;transition:transform .3s ease;display:flex;align-items:center;justify-content:center}.stat-item:hover .stat-icon{transform:rotate(15deg) scale(1.1)}.final-cta-section{padding:80px 20px;background:#fff;text-align:center}.final-cta-container{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:20px;align-items:center}.final-cta-container h2{font-size:36px;font-weight:800;color:#1e293b;margin:0;letter-spacing:-.02em}.final-cta-container p{font-size:16px;color:#64748b;margin:0;line-height:1.6}.btn-large{padding:16px 40px;font-size:16px;border-radius:35px}@media(max-width:1024px){.marketplace-intro-container{gap:32px}.intro-headline{font-size:32px}.feature-cards-grid{grid-template-columns:repeat(2,1fr)}.statistics-strip-container{grid-template-columns:repeat(2,1fr);gap:24px}}@media(max-width:768px){.marketplace-intro-container{grid-template-columns:1fr;text-align:center}.intro-checklist{align-items:center}.intro-actions{justify-content:center}.marketplace-intro-image{order:-1;max-width:320px;margin:0 auto}.feature-cards-section{padding:40px 16px}.final-cta-section{padding:60px 16px}.final-cta-container h2{font-size:28px}}@media(max-width:480px){.intro-actions{flex-direction:column;width:100%}.intro-actions button{width:100%}.feature-cards-grid,.statistics-strip-container{grid-template-columns:1fr}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-box{background:linear-gradient(90deg,#f0f0f0 25%,#f8f8f8 37%,#f0f0f0 63%);background-size:200% 100%;animation:shimmer 1.5s infinite ease-in-out}.reviews-list::-webkit-scrollbar{width:5px}.reviews-list::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.reviews-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.reviews-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.comment-input-pill:focus-within{border-color:#00b074!important;box-shadow:0 0 0 3px #00b0741f!important;background:#fff!important}.search-tabs-container{display:flex;align-items:center;gap:12px;margin-bottom:24px;border-bottom:2px solid #e2e8f0;padding-bottom:2px}.search-tab-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;font-size:15px;font-weight:600;color:#64748b;background:transparent;border:none;border-bottom:3px solid transparent;cursor:pointer;transition:all .2s ease;margin-bottom:-2px}.search-tab-btn:hover{color:#0f172a}.search-tab-btn.active{color:#00b074;border-bottom-color:#00b074;font-weight:700}.search-tab-badge{background:#e2e8f0;color:#334155;font-size:12px;padding:2px 8px;border-radius:12px;font-weight:600}.search-tab-btn.active .search-tab-badge{background:#00b07426;color:#00b074}.stores-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-top:16px}.store-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;position:relative;overflow:hidden}.store-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px -6px #0000001a;border-color:#cbd5e1}.store-card-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #00b074;margin-bottom:12px;background:#f8fafc}.store-card-name-row{display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:4px}.store-card-name{font-size:18px;font-weight:700;color:#0f172a}.store-card-verified{background:#00b074;color:#fff;border-radius:50%;width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}.store-card-stats{display:flex;align-items:center;gap:12px;font-size:13px;color:#64748b;margin-bottom:10px}.store-card-rating{color:#f59e0b;font-weight:600}.store-card-location{font-size:13px;color:#64748b;margin-bottom:12px;display:flex;align-items:center;gap:4px}.store-card-desc{font-size:13px;color:#475569;line-height:1.4;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.store-card-btn{width:100%;padding:10px 16px;background:#00b074;color:#fff;font-weight:700;border:none;border-radius:10px;font-size:14px;cursor:pointer;transition:background .2s ease;margin-top:auto}.store-card-btn:hover{background:#009663}
