@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--font-primary:"Inter", system-ui, -apple-system, sans-serif;--font-display:"Outfit", var(--font-primary);--primary-color:#1877f2;--primary-hover:#166fe5;--primary-accent:#e7f3ff;--success-color:#42b72a;--danger-color:#fa3e3e;--warning-color:#f59e0b;--bg-admin:#f0f2f5;--card-admin:#fff;--border-admin:#e4e6eb;--text-admin-primary:#1f2937;--text-admin-secondary:#4b5563}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1f2937;background-color:#f0f2f5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 15px #6366f166}50%{box-shadow:0 0 25px #6366f1b3}}.animate-fade-in{animation:.6s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.profile-card{text-align:center;border-radius:28px;width:100%;max-width:460px;padding:2.5rem 2rem;animation:.8s cubic-bezier(.16,1,.3,1) forwards scaleUp;position:relative;overflow:hidden}.company-badge{text-transform:uppercase;letter-spacing:.1em;background:#ffffff1f;border:1px solid #ffffff2e;border-radius:100px;margin-bottom:1.25rem;padding:.35rem .9rem;font-size:.75rem;font-weight:600;display:inline-block}.profile-avatar-container{background:linear-gradient(135deg,#2563eb,#60a5fa,#ec4899);border-radius:50%;width:150px;height:150px;margin:0 auto 1.5rem;padding:4px;position:relative;box-shadow:0 0 0 6px #2563eb26,0 12px 40px #2563eb40}.profile-avatar{object-fit:cover;object-position:center;width:100%;height:100%;image-rendering:-webkit-optimize-contrast;background-color:#fff;border:4px solid #fff;border-radius:50%}.verified-icon{color:#fff;background:linear-gradient(135deg,#2563eb,#60a5fa);border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;padding:5px;display:flex;position:absolute;bottom:4px;right:4px;box-shadow:0 2px 8px #2563eb66}.profile-name{letter-spacing:-.02em;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;margin-bottom:.35rem;font-size:1.6rem;font-weight:800}.profile-username{opacity:.8;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;margin-bottom:1.25rem;font-size:.9rem;display:inline-block}.profile-bio{opacity:.85;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;margin-bottom:2rem;font-size:.95rem;line-height:1.5}.vendor-links-list{flex-direction:column;gap:.9rem;margin-bottom:2rem;display:flex}.vendor-link-tab{cursor:pointer;border-radius:16px;align-items:center;width:100%;padding:1rem 1.25rem;font-size:.98rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.vendor-link-tab .tab-icon{flex-shrink:0;justify-content:center;align-items:center;margin-right:1rem;display:flex}.vendor-link-tab .tab-text{text-align:left;flex-grow:1;min-width:0;overflow:hidden}.vendor-link-tab .tab-text span{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.vendor-link-tab .tab-arrow{opacity:.6;transition:transform .2s}.vendor-link-tab:hover .tab-arrow{opacity:1;transform:translate(4px)}.vendor-link-tab-multi{cursor:default;flex-direction:column;align-items:stretch;padding-bottom:.5rem}.vendor-link-tab-multi>.tab-icon{position:absolute;top:1rem;left:1.25rem}.vendor-link-tab-multi>.tab-text{padding-bottom:.6rem;padding-left:2.25rem}.vendor-link-tab-subitems{flex-direction:column;gap:.4rem;padding:0 .5rem .25rem;display:flex}.vendor-link-tab-subitem{color:inherit;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;justify-content:space-between;align-items:center;min-width:0;padding:.55rem .9rem;font-size:.87rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.vendor-link-tab-subitem:hover{background:#ffffff26;border-color:#ffffff4d;transform:translate(4px)}.vendor-link-tab-subitem .subitem-value{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.vendor-link-tab-subitem .subitem-arrow{opacity:.5;flex-shrink:0;margin-left:.5rem;transition:opacity .2s,transform .2s}.vendor-link-tab-subitem:hover .subitem-arrow{opacity:1;transform:translate(3px)}.vendor-profile-wrapper.theme-light-glass .vendor-link-tab-subitem{color:#334155;background:#fff9;border-color:#e2e8f0cc}.vendor-profile-wrapper.theme-light-glass .vendor-link-tab-subitem:hover{color:#6366f1;background:#fff;border-color:#6366f1}[dir=rtl] .vendor-link-tab-multi>.tab-icon{left:auto;right:1.25rem}[dir=rtl] .vendor-link-tab-multi>.tab-text{padding-left:0;padding-right:2.25rem}[dir=rtl] .vendor-link-tab-subitem:hover{transform:translate(-4px)}[dir=rtl] .vendor-link-tab-subitem .subitem-arrow{margin-left:0;margin-right:.5rem;transform:scaleX(-1)}.buy-card-banner{text-align:center;cursor:pointer;background:linear-gradient(135deg,#6366f133 0%,#ec489926 100%);border:1px solid #ffffff26;border-radius:20px;margin-top:2rem;padding:1.25rem;transition:all .3s}.buy-card-banner:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 10px 25px -5px #6366f14d}.buy-card-banner h4{background:linear-gradient(90deg,#a5b4fc,#f472b6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.25rem;font-size:1.1rem}.buy-card-banner p{opacity:.8;margin-bottom:.8rem;font-size:.8rem}.buy-card-btn{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.85rem;font-weight:700;transition:all .2s;display:inline-flex}.buy-card-btn:hover{background:var(--primary-hover);box-shadow:0 0 12px #6366f180}.buy-page-container{background:#f0f2f5;justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex}.buy-card-box{background:#fff;border:1px solid #e4e6eb;border-radius:28px;width:100%;max-width:480px;padding:2.5rem 2rem;animation:.6s cubic-bezier(.16,1,.3,1) forwards scaleUp;box-shadow:0 12px 28px #0000001f,0 2px 4px #00000014}.input-group{text-align:left;margin-bottom:1.25rem}.input-label{color:#4b5563;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.input-field{color:#1f2937;background:#fff;border:1px solid #ccd0d5;border-radius:12px;outline:none;width:100%;padding:.85rem 1rem;font-size:.95rem;transition:all .2s}.input-field:focus{border-color:var(--primary-color);background:#fff;box-shadow:0 0 0 3px #1877f226}.submit-btn{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1rem;padding:.9rem;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.submit-btn:hover{background:var(--primary-hover);transform:translateY(-1px)}.success-card{text-align:center;padding:2rem 1rem}.success-icon-container{border:2px solid var(--success-color);width:72px;height:72px;color:var(--success-color);background:#10b9811a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex;box-shadow:0 0 20px #10b98133}.admin-layout{background-color:var(--bg-admin);min-height:100vh;color:var(--text-admin-primary);grid-template-columns:260px 1fr;display:grid}@media (width<=900px){.admin-layout{grid-template-columns:1fr}.admin-mobile-header{display:flex!important}.admin-sidebar{z-index:150;width:260px;height:calc(100vh - 60px);top:60px;left:0;transform:translate(-100%);box-shadow:10px 0 30px #00000080;transition:transform .3s cubic-bezier(.16,1,.3,1)!important;display:flex!important;position:fixed!important}.admin-sidebar.mobile-open{transform:translate(0)!important}.admin-main{max-height:none!important;padding:1.5rem 1rem!important}}.admin-sidebar{background-color:var(--card-admin);border-right:1px solid var(--border-admin);flex-direction:column;gap:2rem;padding:2rem 1.5rem;display:flex}.admin-logo{font-size:1.5rem;font-weight:800;font-family:var(--font-display);background:#1877f2;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;gap:.5rem;display:flex}.admin-nav{flex-direction:column;gap:.5rem;display:flex}.admin-nav-item{color:var(--text-admin-secondary);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:.75rem;width:100%;padding:.85rem 1rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.admin-nav-item:hover{color:var(--primary-color);background:#f2f2f2}.admin-nav-item.active{background:var(--primary-accent);color:var(--primary-color)}.admin-main{max-height:100vh;padding:2.5rem;overflow-y:auto}.admin-header{justify-content:space-between;align-items:center;margin-bottom:2.5rem;display:flex}.admin-title-desc{color:var(--text-admin-secondary);margin-top:.25rem;font-size:.9rem}.admin-btn{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.7rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.admin-btn:hover{background:var(--primary-hover)}.admin-btn-secondary{border:1px solid var(--border-admin);color:#1f2937;background:#f0f2f5}.admin-btn-secondary:hover{background:#e4e6eb}.admin-btn-danger{background:var(--danger-color);color:#fff}.admin-btn-danger:hover{background:#e03030}.admin-card{background:var(--card-admin);border:1px solid var(--border-admin);border-radius:12px;margin-bottom:2rem;padding:1.75rem;box-shadow:0 1px 2px #0000001a,0 2px 4px #0000000d}.admin-table-container{overflow-x:auto}.admin-table{border-collapse:collapse;text-align:left;width:100%}.admin-table th{color:var(--text-admin-secondary);border-bottom:1px solid var(--border-admin);text-transform:uppercase;letter-spacing:.05em;padding:1rem;font-size:.85rem;font-weight:600}.admin-table td{border-bottom:1px solid var(--border-admin);color:#1f2937;vertical-align:middle;padding:1.1rem 1rem;font-size:.95rem}.admin-table tr:hover td{background-color:#f2f2f2}.admin-table tr:last-child td{border-bottom:none}.status-badge{text-transform:uppercase;border-radius:6px;padding:.25rem .6rem;font-size:.75rem;font-weight:700;display:inline-block}.status-badge.pending{color:var(--warning-color);background:#f59e0b26;border:1px solid #f59e0b40}.status-badge.contacted{color:#818cf8;background:#6366f126;border:1px solid #6366f140}.status-badge.completed{color:var(--success-color);background:#10b98126;border:1px solid #10b98140}.modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:100;background:#f4f4f4d9;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0;overflow-y:auto}.modal-content{background:var(--card-admin);border:1px solid var(--border-admin);color:#1f2937;border-radius:16px;width:100%;max-width:600px;max-height:90vh;padding:2rem;animation:.3s cubic-bezier(.16,1,.3,1) scaleUp;overflow-y:auto;box-shadow:0 12px 28px #00000026,0 2px 4px #0000001a}.modal-header{border-bottom:1px solid var(--border-admin);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.modal-close-btn{color:var(--text-admin-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.modal-close-btn:hover{color:#1f2937;background:#f2f2f2}.form-tabs{border-bottom:1px solid var(--border-admin);margin-bottom:1.5rem;display:flex}.form-tab-btn{color:var(--text-admin-secondary);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:.75rem 1.25rem;font-weight:600;transition:all .2s}.form-tab-btn:hover{color:#1f2937}.form-tab-btn.active{color:var(--primary-color);border-bottom-color:var(--primary-color)}.admin-grid-2{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}@media (width<=600px){.admin-grid-2{grid-template-columns:1fr}}.tab-list-editor{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.tab-editor-row{border:1px solid var(--border-admin);color:#1f2937;background:#fff;border-radius:10px;flex-wrap:wrap;align-items:flex-start;gap:.75rem;padding:.75rem;display:flex}.tab-editor-row>input[type=checkbox]{flex-shrink:0;margin-top:8px}.tab-editor-row>div:nth-child(2){flex-shrink:0;width:100px;padding-top:8px}.tab-editor-row>div:nth-child(3){flex:240px;min-width:0}.tab-editor-row input.input-field,.tab-list-editor input.input-field,.input-group div[style*="display: flex"] input.input-field{min-width:0!important}.preset-color-grid{grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:1rem;display:grid}.preset-color-btn{cursor:pointer;color:#fff;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;height:48px;transition:transform .2s;display:flex}.preset-color-btn:hover{transform:scale(1.05)}.preset-color-btn.active{border-color:#fff;box-shadow:0 0 10px #fff6}.portfolio-section{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1.25rem;display:flex}.portfolio-info{text-align:left;align-items:center;gap:.75rem;display:flex}.portfolio-icon{color:#ef4444;background:#ef44441a;border:1px solid #ef444433;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.portfolio-title{font-size:.95rem;font-weight:700}.portfolio-subtitle{opacity:.7;font-size:.8rem}.portfolio-download-btn{cursor:pointer;background:#ffffff1a;border:1px solid #ffffff26;border-radius:10px;align-items:center;gap:.35rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.portfolio-download-btn:hover{background:#fff3;transform:translateY(-1px)}select option{color:#fff!important;background-color:#161c2a!important}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes glowPulse{0%,to{box-shadow:0 0 #6366f100}50%{box-shadow:0 0 20px 4px #6366f159}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spinOnce{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.submit-btn{background-size:200%;transition:all .3s,background-position .5s}.submit-btn:hover{background:linear-gradient(135deg,#60a5fa 0%,#2563eb 50%,#1d4ed8 100%) 0 0/200%;animation:1.5s linear infinite shimmer;transform:translateY(-2px);box-shadow:0 8px 24px #2563eb73}.submit-btn:active{transform:scale(.98)translateY(0)}.input-field:focus{border-color:var(--primary-color);background:#ffffff14;transform:translateY(-1px);box-shadow:0 0 0 3px #2563eb33,0 4px 16px #0003}.admin-card{transition:box-shadow .25s,transform .25s}.admin-card:hover{transform:translateY(-1px);box-shadow:0 8px 30px #00000059}.admin-nav-item.active{animation:3s infinite glowPulse}.admin-table tbody tr{transition:background .15s}.admin-table tbody tr:hover{background:#ffffff08}@media (width<=540px){.vendor-profile-wrapper{padding:1.25rem .75rem}.profile-card{border-radius:22px;max-width:100%;padding:2rem 1.25rem}.profile-avatar-container{width:115px;height:115px}.profile-name{font-size:1.45rem}.vendor-link-tab{border-radius:14px;padding:.85rem 1rem}.buy-card-banner{padding:1rem}.portfolio-section{text-align:center;flex-direction:column;gap:.75rem}.portfolio-info{text-align:center;flex-direction:column;align-items:center}.portfolio-download-btn{justify-content:center;width:100%}.buy-card-box{border-radius:20px;max-width:calc(100vw - 2rem);padding:1.75rem 1.25rem}.buy-page-container{align-items:flex-start;padding:2rem .75rem 1rem}}@media (width<=900px){.admin-table-container{-webkit-overflow-scrolling:touch;overflow-x:auto}.admin-table td,.admin-table th{white-space:nowrap;padding:.75rem;font-size:.8rem}.admin-grid-2{grid-template-columns:1fr}.admin-header{flex-direction:column;align-items:flex-start;gap:1rem}.admin-btn{justify-content:center;width:100%}.preset-color-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=640px){.modal-overlay{align-items:flex-start;padding:2rem .75rem .75rem}.modal-content{border-radius:16px;max-height:95vh;padding:1.5rem 1.25rem}}@media (width<=400px){.phone-container .input-field{font-size:.9rem}}.profile-action-btns{flex-wrap:wrap;justify-content:center;gap:1rem;width:100%;margin-bottom:2.25rem;display:flex}.profile-action-btn{cursor:pointer;letter-spacing:.01em;border:none;border-radius:50px;flex:1;justify-content:center;align-items:center;gap:.75rem;min-width:150px;max-width:240px;padding:1.1rem 2.2rem;font-size:1.1rem;font-weight:800;text-decoration:none;transition:all .28s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 6px 18px #0003}.profile-action-btn:before{content:"";pointer-events:none;border-radius:inherit;background:linear-gradient(135deg,#ffffff26 0%,#0000 60%);position:absolute;inset:0}.profile-vcf-btn{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:1px solid #ffffff26;box-shadow:0 6px 20px #2563eb59}.profile-vcf-btn:hover{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);transform:translateY(-4px);box-shadow:0 14px 32px #2563eb8c}.profile-vcf-btn:active{transform:scale(.96)translateY(0)}.profile-phone-btn{color:#fff;background:linear-gradient(135deg,#10b981 0%,#06b6d4 100%);border:1px solid #ffffff26;box-shadow:0 6px 20px #10b98159}.profile-phone-btn:hover{color:#fff;background:linear-gradient(135deg,#34d399 0%,#22d3ee 100%);transform:translateY(-4px);box-shadow:0 14px 32px #10b9818c}.profile-phone-btn:active{transform:scale(.96)translateY(0)}@media (width<=480px){.profile-action-btn{flex:100%;min-width:0;max-width:100%;padding:1rem 1.5rem;font-size:1.05rem}.profile-action-btns{flex-direction:column;gap:.75rem}}.vendor-profile-wrapper.theme-light-glass .profile-vcf-btn{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-color:#2563eb4d}.vendor-profile-wrapper.theme-light-glass .profile-phone-btn{color:#fff;background:linear-gradient(135deg,#10b981,#06b6d4);border-color:#10b9814d}.vendor-profile-wrapper{justify-content:center;align-items:center;min-height:100vh;padding:2.5rem 1rem;transition:background .5s,color .3s;display:flex;position:relative;overflow-x:hidden}.skeleton-line{background:linear-gradient(90deg,#ffffff0a 0%,#ffffff1f 40%,#ffffff0a 80%) 0 0/600px 100%;animation:1.4s linear infinite shimmer;display:block}.theme-sunset-glow{color:#fff;background:linear-gradient(135deg,#f53f85 0%,#ff7e5f 50%,#feb47b 100%)}.theme-cosmic-night{color:#f1f5f9;background:linear-gradient(135deg,#090a0f 0%,#121829 50%,#1a2542 100%)}.theme-emerald-forest{color:#fff;background:linear-gradient(135deg,#053b29 0%,#0d5c3a 50%,#1bb978 100%)}.theme-electric-blue{color:#e0e1dd;background:linear-gradient(135deg,#0d1b2a 0%,#1b263b 40%,#415a77 80%,#00b4d8 100%)}.theme-aurora{color:#f8fafc;background:linear-gradient(135deg,#0f172a 0%,#312e81 30%,#581c87 70%,#1e1b4b 100%)}.theme-royal-velvet{color:#f5f3ff;background:linear-gradient(135deg,#2d0b3d 0%,#4c1d95 50%,#8b5cf6 100%)}.theme-light-glass{color:#0f172a;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%)}.theme-dark-glass{color:#f8fafc;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%)}.theme-animated-aurora{color:#f8fafc;background:linear-gradient(120deg,#0f172a,#1e1b4b,#581c87,#0369a1) 0 0/300% 300%;animation:15s infinite aurora-motion}@keyframes aurora-motion{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.theme-animated-mint{color:#0f172a;background:linear-gradient(135deg,#a7f3d0,#f472b6,#c084fc,#38bdf8) 0 0/400% 400%;animation:12s infinite mint-motion}@keyframes mint-motion{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.theme-animated-nebula{color:#f1f5f9;background:linear-gradient(45deg,#090a0f,#1e1b4b,#312e81,#121829) 0 0/300% 300%;animation:14s infinite nebula-motion}@keyframes nebula-motion{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.theme-animated-silk{color:#0f172a;background:linear-gradient(135deg,#fafaf9,#f5f5f4,#e0e7ff,#fae8ff) 0 0/200% 200%;animation:10s infinite silk-motion}@keyframes silk-motion{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.theme-animated-obsidian{color:#f3f4f6;background:linear-gradient(135deg,#090a0f,#1f2937,#111827,#374151) 0 0/250% 250%;animation:12s ease-in-out infinite obsidian-motion}@keyframes obsidian-motion{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.vendor-profile-wrapper.theme-sunset-glow .profile-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff26;border:1px solid #ffffff40;box-shadow:0 8px 32px #f53f854d}.vendor-profile-wrapper.theme-cosmic-night .profile-card,.vendor-profile-wrapper.theme-animated-nebula .profile-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#121829a6;border:1px solid #ffffff14;box-shadow:0 8px 32px #00000080,0 0 20px #6366f126}.vendor-profile-wrapper.theme-emerald-forest .profile-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #ffffff2e;box-shadow:0 8px 32px #0d5c3a4d}.vendor-profile-wrapper.theme-electric-blue .profile-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#1b263bbf;border:1px solid #00b4d833;box-shadow:0 8px 32px #0006,0 0 15px #00b4d833}.vendor-profile-wrapper.theme-aurora .profile-card,.vendor-profile-wrapper.theme-animated-aurora .profile-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0f172ab3;border:1px solid #8b5cf633;box-shadow:0 8px 32px #00000080,inset 0 0 10px #8b5cf61a}.vendor-profile-wrapper.theme-royal-velvet .profile-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff14;border:1px solid #ffffff26;box-shadow:0 8px 32px #4c1d9566}.vendor-profile-wrapper.theme-light-glass .profile-card,.vendor-profile-wrapper.theme-animated-mint .profile-card,.vendor-profile-wrapper.theme-animated-silk .profile-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#1e293b;background:#ffffffbf;border:1px solid #ffffffa6;box-shadow:0 8px 32px #94a3b833}.vendor-profile-wrapper.theme-dark-glass .profile-card,.vendor-profile-wrapper.theme-animated-obsidian .profile-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#1e293bbf;border:1px solid #ffffff0d;box-shadow:0 8px 32px #0006}.custom-theme-wrapper{color:var(--theme-text-color,#fff)}.custom-theme-wrapper .profile-card{background:var(--theme-card-bg,#ffffff1a);border:1px solid var(--theme-card-border,#ffffff26);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 32px #00000040}.vendor-profile-wrapper.theme-light-glass .vendor-link-tab,.vendor-profile-wrapper.theme-animated-mint .vendor-link-tab,.vendor-profile-wrapper.theme-animated-silk .vendor-link-tab{color:#334155;background:#ffffffd9;border:1px solid #e2e8f0cc;box-shadow:0 2px 8px #94a3b814}.vendor-profile-wrapper.theme-light-glass .vendor-link-tab:hover,.vendor-profile-wrapper.theme-animated-mint .vendor-link-tab:hover,.vendor-profile-wrapper.theme-animated-silk .vendor-link-tab:hover{color:#6366f1;background:#fff;border-color:#6366f1;transform:translateY(-2px);box-shadow:0 4px 12px #6366f126}.vendor-profile-wrapper.theme-animated-mint .profile-vcf-btn,.vendor-profile-wrapper.theme-animated-silk .profile-vcf-btn{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-color:#2563eb4d}.vendor-profile-wrapper.theme-animated-mint .profile-phone-btn,.vendor-profile-wrapper.theme-animated-silk .profile-phone-btn{color:#fff;background:linear-gradient(135deg,#10b981,#06b6d4);border-color:#10b9814d}.vendor-profile-wrapper:not(.theme-light-glass):not(.theme-animated-mint):not(.theme-animated-silk) .vendor-link-tab{color:inherit;background:#ffffff14;border:1px solid #ffffff1f;box-shadow:0 4px 12px #00000014}.vendor-profile-wrapper:not(.theme-light-glass):not(.theme-animated-mint):not(.theme-animated-silk) .vendor-link-tab:hover{color:#fff;background:#fff3;border-color:#fff6;transform:translateY(-3px);box-shadow:0 6px 18px #ffffff26}.theme-preview-card{border:1px solid #ffffff26;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:340px;min-height:200px;margin:1rem auto;padding:1.5rem;transition:all .3s;display:flex}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.profile-avatar-container:hover .profile-avatar{transform:scale(1.06)}.profile-avatar{transition:transform .35s cubic-bezier(.34,1.56,.64,1)}.vendor-links-list .vendor-link-tab:first-child{animation-delay:50ms}.vendor-links-list .vendor-link-tab:nth-child(2){animation-delay:.1s}.vendor-links-list .vendor-link-tab:nth-child(3){animation-delay:.15s}.vendor-links-list .vendor-link-tab:nth-child(4){animation-delay:.2s}.vendor-links-list .vendor-link-tab:nth-child(5){animation-delay:.25s}.vendor-links-list .vendor-link-tab:nth-child(6){animation-delay:.3s}.vendor-links-list .vendor-link-tab{opacity:0;animation:.5s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.vendor-link-tab:active{transform:scale(.97)translateY(0)!important}.verified-icon{animation:3s ease-in-out infinite verifyPulse}@keyframes verifyPulse{0%,to{box-shadow:0 0 #3b82f666}50%{box-shadow:0 0 0 5px #3b82f600}}.company-badge{background:linear-gradient(90deg,#ffffff1f 0%,#fff3 50%,#ffffff1f 100%) 0 0/200%;transition:letter-spacing .3s;animation:4s linear infinite badgeShimmer}.company-badge:hover{letter-spacing:.14em}@keyframes badgeShimmer{0%{background-position:0%}to{background-position:200%}}@keyframes cardDepth{0%{box-shadow:0 4px 12px #0003}to{}}@media (width<=420px){.buy-card-banner h4{font-size:.95rem}.buy-card-banner p{font-size:.75rem}.buy-card-btn{padding:.4rem 1rem;font-size:.8rem}.profile-avatar-container{width:90px;height:90px}}.pdf-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#0f172abf;justify-content:center;align-items:center;padding:1.5rem;animation:.25s ease-out pdfFadeIn;display:flex;position:fixed;inset:0}.pdf-modal-content{background:#1e293b;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;width:100%;max-width:900px;height:85vh;animation:.3s cubic-bezier(.16,1,.3,1) pdfScaleUp;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.pdf-modal-header{background:#0f172a;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.pdf-modal-title-sec{text-align:left}.pdf-modal-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;max-width:300px;margin:0;font-size:1.05rem;font-weight:700;overflow:hidden}.pdf-modal-subtitle{color:#94a3b8;font-size:.75rem}.pdf-modal-actions{align-items:center;gap:.75rem;display:flex}.pdf-modal-btn{cursor:pointer;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.pdf-modal-download-btn{color:#fff;background:#ef4444;border:none}.pdf-modal-download-btn:hover{background:#dc2626;transform:translateY(-1px)}.pdf-modal-close-btn{color:#94a3b8;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.pdf-modal-close-btn:hover{color:#fff;background:#ffffff26}.pdf-modal-body{background:#0f172a;flex:1;position:relative}.pdf-modal-iframe{border:none;width:100%;height:100%}@keyframes pdfFadeIn{0%{opacity:0}to{opacity:1}}@keyframes pdfScaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}[dir=rtl] .pdf-modal-title-sec{text-align:right}@media (width<=640px){.pdf-modal-overlay{padding:.5rem}.pdf-modal-content{border-radius:12px;height:90vh}.pdf-modal-header{padding:.75rem 1rem}.pdf-modal-title{max-width:180px;font-size:.95rem}}.mpdf-overlay{z-index:2100;background:#0b0f19;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex;position:fixed;inset:0;overflow:hidden}.mpdf-header{box-sizing:border-box;color:#fff;background:#0f172a;border-bottom:1px solid #ffffff14;flex-shrink:0;justify-content:space-between;align-items:center;gap:.75rem;height:56px;padding:0 1rem;display:flex}.mpdf-header-left,.mpdf-header-right{align-items:center;gap:.5rem;display:flex}.mpdf-title{color:#f8fafc;white-space:nowrap;text-overflow:ellipsis;max-width:35vw;font-size:.95rem;font-weight:600;overflow:hidden}.mpdf-close-btn,.mpdf-download-btn,.mpdf-zoom-btn{color:#cbd5e1;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:all .2s;display:flex}.mpdf-close-btn:hover,.mpdf-download-btn:hover,.mpdf-zoom-btn:hover{color:#fff;background:#ffffff1f}.mpdf-zoom-btn:disabled{opacity:.4;cursor:not-allowed}.mpdf-zoom-indicator{color:#94a3b8;text-align:center;min-width:44px;font-size:.8rem;font-weight:600}.mpdf-body{-webkit-overflow-scrolling:touch;background:#090d16;flex:1;position:relative;overflow:auto}.mpdf-canvas-container{box-sizing:border-box;flex-direction:column;align-items:center;min-width:100%;padding:1rem;display:inline-flex}.mpdf-canvas-container canvas{max-width:100%;transition:width .2s;box-shadow:0 10px 25px -5px #00000080,0 8px 10px -6px #00000080;height:auto!important}.mpdf-status{text-align:center;color:#94a3b8;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:80%;padding:3rem 1.5rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.mpdf-spinner{border:3px solid #ef44441a;border-top-color:#ef4444;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite mpdf-spin}@keyframes mpdf-spin{to{transform:rotate(360deg)}}.mpdf-status-text{margin:0;font-size:.9rem;font-weight:500}.mpdf-progress-bar{background:#ffffff14;border-radius:2px;width:100%;max-width:200px;height:4px;overflow:hidden}.mpdf-progress-fill{background:#ef4444;height:100%;transition:width .1s}.mpdf-error{text-align:center;color:#cbd5e1;flex-direction:column;justify-content:center;align-items:center;gap:1rem;max-width:320px;margin:auto;padding:3rem 1.5rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.mpdf-fallback-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:8px;padding:.6rem 1.2rem;font-size:.85rem;font-weight:600;transition:background .2s}.mpdf-fallback-btn:hover{background:#dc2626}.lp-root{color:#1f2937;min-height:100vh;font-family:var(--font-primary);background:#f0f2f5;overflow-x:hidden}.lp-nav{z-index:200;-webkit-backdrop-filter:blur(24px);background:#fffffff5;border-bottom:2px solid #e4e6eb;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 8px #0000000f}.lp-nav-inner{align-items:center;gap:2rem;max-width:1280px;height:88px;margin:0 auto;padding:0 2rem;display:flex}.lp-nav-logo{font-family:var(--font-display);color:#1877f2;letter-spacing:-.02em;flex-shrink:0;align-items:center;gap:.6rem;font-size:1.6rem;font-weight:900;text-decoration:none;display:flex}.lp-nav-logo-img{object-fit:contain;border-radius:10px;flex-shrink:0;width:104px;height:104px}.lp-nav-logo-tag{color:#1877f2;letter-spacing:.05em;background:#e7f3ff;border:1px solid #1877f233;border-radius:4px;margin-left:2px;padding:1px 6px;font-size:.6rem;font-weight:700}.lp-nav-mobile-cta{color:#fff;background:linear-gradient(135deg,#7660f1,#2563eb);border-radius:50px;align-items:center;gap:.5rem;margin-top:.5rem;padding:.65rem 1.25rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.lp-nav-links{align-items:center;gap:.25rem;margin-left:auto;display:flex}.lp-nav-links button{color:#4b5563;font-family:var(--font-display);cursor:pointer;letter-spacing:-.01em;background:0 0;border:none;border-radius:8px;padding:.5rem .95rem;font-size:.95rem;font-weight:700;transition:all .2s}.lp-nav-links button:hover{color:#1877f2;background:#f2f2f2}.lp-nav-cta{align-items:center;gap:.75rem;display:flex}.lp-nav-burger{color:#94a3b8;cursor:pointer;background:0 0;border:none;margin-left:auto;padding:4px;display:none}@media (width<=768px){.lp-nav-inner{height:72px;padding:0 1rem}.lp-nav-logo-img{width:72px;height:72px}.lp-nav-logo{font-size:1.3rem}.lp-nav-links{background:#fffffffa;border-bottom:1px solid #e4e6eb;flex-direction:column;padding:1rem;display:none;position:absolute;top:72px;left:0;right:0;box-shadow:0 4px 12px #00000014}.lp-nav-links.open{display:flex}.lp-nav-links button{text-align:left;color:#1f2937;width:100%;padding:.75rem 1rem}.lp-nav-cta{display:none}.lp-nav-burger{color:#1f2937;display:flex}}.lp-nfc-dropdown{position:relative}.lp-nfc-dot-btn{color:#fff;font-family:var(--font-display);cursor:pointer;white-space:nowrap;background:#1877f2;border:1px solid #1877f2;border-radius:50px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.95rem;font-weight:800;transition:all .25s;display:inline-flex;box-shadow:0 4px 12px #1877f233}.lp-nfc-dot-btn:hover{color:#fff;background:#166fe5;border-color:#166fe5;transform:translateY(-1px);box-shadow:0 6px 16px #1877f259}.lp-nfc-menu{z-index:300;background:#fff;border:1px solid #e4e6eb;border-radius:18px;min-width:270px;padding:.75rem;animation:.2s fadeInUp;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 12px 28px #00000026,0 2px 4px #0000001a}.lp-nfc-menu-header{color:#1877f2;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid #e4e6eb;align-items:center;gap:6px;margin-bottom:.4rem;padding:.4rem .75rem .75rem;font-size:.72rem;font-weight:700;display:flex}.lp-nfc-menu-item{color:#1f2937;cursor:pointer;border-radius:12px;align-items:center;gap:.85rem;padding:.7rem .75rem;text-decoration:none;transition:all .2s;display:flex}.lp-nfc-menu-item:hover{background:#f2f2f2}.lp-nfc-menu-item-cta:hover{background:#e7f3ff}.lp-nfc-menu-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.lp-nfc-menu-title{color:#1f2937;font-size:.88rem;font-weight:700;line-height:1.2}.lp-nfc-menu-sub{color:#4b5563;margin-top:1px;font-size:.75rem}.lp-nfc-menu-divider{background:#e4e6eb;height:1px;margin:.4rem 0}.lp-nav-mobile-nfc-group{border-top:1px solid #e4e6eb;flex-direction:column;gap:.25rem;margin-top:.5rem;padding-top:.75rem;display:flex}.lp-nav-mobile-nfc-label{color:#1877f2;text-transform:uppercase;letter-spacing:.07em;align-items:center;gap:6px;padding:.25rem 1rem;font-size:.72rem;font-weight:700;display:flex}.lp-nav-mobile-nfc-link{color:#4b5563;border-radius:8px;align-items:center;gap:8px;padding:.65rem 1rem;font-size:.9rem;text-decoration:none;transition:all .2s;display:flex}.lp-nav-mobile-nfc-link:hover{color:#1877f2;background:#f2f2f2}.lp-nav-mobile-nfc-cta{color:#06b6d4;font-weight:600}.lp-btn-primary{color:#fff;cursor:pointer;white-space:nowrap;background:#1877f2;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:.7rem 1.5rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.lp-btn-primary:hover{background:#166fe5;transform:translateY(-2px);box-shadow:0 6px 20px #1877f24d}.lp-btn-outline{color:#1877f2;cursor:pointer;white-space:nowrap;background:#e7f3ff;border:1px solid #1877f240;border-radius:50px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.lp-btn-outline:hover{background:#1877f21f}.lp-btn-hero-primary{color:#fff;cursor:pointer;background:#1877f2;border:none;border-radius:50px;align-items:center;gap:.6rem;padding:1rem 2.25rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 14px #1877f24d}.lp-btn-hero-primary:hover{transform:translateY(-3px);box-shadow:0 10px 24px #1877f273}.lp-btn-hero-secondary{color:#1877f2;cursor:pointer;background:#e7f3ff;border:1px solid #1877f240;border-radius:50px;align-items:center;gap:.6rem;padding:.95rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.lp-btn-hero-secondary:hover{background:#1877f21f;transform:translateY(-2px)}.lp-gradient-text{background:linear-gradient(135deg,#1877f2 0%,#00b4d8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.lp-section-badge{color:#1877f2;text-transform:uppercase;letter-spacing:.07em;background:#e7f3ff;border:1px solid #1877f240;border-radius:50px;align-items:center;gap:6px;margin-bottom:1.25rem;padding:.35rem 1rem;font-size:.78rem;font-weight:700;display:inline-flex}.lp-section-title{font-family:var(--font-display);letter-spacing:-.03em;color:#1f2937;margin-bottom:1rem;font-size:clamp(1.8rem,4vw,2.75rem);font-weight:800;line-height:1.15}.lp-section-subtitle{color:#4b5563;max-width:580px;font-size:1.05rem;line-height:1.7}.lp-section-header{text-align:center;margin-bottom:3.5rem}.lp-section-header .lp-section-subtitle{margin:0 auto}.lp-hero{background:radial-gradient(at 15%,#1877f214 0%,#0000 60%),radial-gradient(at 85% 30%,#00b4d80d 0%,#0000 55%),#f0f2f5;justify-content:center;align-items:center;min-height:100vh;padding:100px 2rem 4rem;display:flex;position:relative;overflow:hidden}.lp-hero-overlay{pointer-events:none;z-index:0;background:radial-gradient(at bottom,#1877f20a 0%,#0000 70%);position:absolute;inset:0}.lp-hero-orb{filter:blur(80px);pointer-events:none;border-radius:50%;position:absolute}.lp-orb-1{background:#1877f20f;width:500px;height:500px;animation:12s ease-in-out infinite orbFloat;top:-150px;left:-100px}.lp-orb-2{background:#00b4d80a;width:400px;height:400px;animation:15s ease-in-out infinite reverse orbFloat;bottom:-100px;right:-80px}.lp-orb-3{background:#1877f208;width:300px;height:300px;animation:9s ease-in-out 3s infinite orbFloat;top:50%;left:50%}@keyframes orbFloat{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-20px)scale(1.05)}66%{transform:translate(-20px,15px)scale(.95)}}.lp-hero-inner{z-index:2;grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1280px;margin:0 auto;padding:0 2rem;display:grid}.lp-hero-content{text-align:left;z-index:2;max-width:100%;position:relative}.lp-hero-badge{color:#1877f2;background:#e7f3ff;border:1px solid #1877f240;border-radius:50px;align-items:center;gap:6px;margin-bottom:1.75rem;padding:.4rem 1.1rem;font-size:.82rem;font-weight:600;animation:.8s forwards fadeInUp;display:inline-flex}.lp-hero-title{font-family:var(--font-display);letter-spacing:-.02em;color:#1f2937;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.15;animation:.8s forwards fadeInUp}.lp-hero-subtitle{color:#4b5563;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.7;animation:.8s .2s both fadeInUp}.lp-hero-actions{flex-wrap:wrap;justify-content:flex-start;gap:1rem;animation:.8s .3s both fadeInUp;display:flex}.lp-hero-images-container{justify-content:center;align-items:center;width:100%;height:450px;display:flex;position:relative}.lp-hero-image-frame{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a66;border-radius:20px;transition:all .4s;overflow:hidden}.lp-hero-image-single{border:1px solid #e4e6eb;width:380px;max-width:100%;animation:6s ease-in-out infinite cardFloatSingle;position:relative;transform:rotate(-3deg);box-shadow:0 12px 28px #00000026,0 2px 4px #0000001a}.lp-hero-image-single:hover{border-color:#1877f2;transform:scale(1.03)rotate(-1deg)}.lp-hero-banner-img{width:100%;height:auto;display:block}.lp-hero-image-glow{pointer-events:none;background:linear-gradient(135deg,#7660f126 0%,#0000 60%);position:absolute;inset:0}@keyframes cardFloatSingle{0%,to{transform:rotate(-3deg)translateY(0)}50%{transform:rotate(-1deg)translateY(-12px)}}@media (width<=1000px){.lp-hero{padding:100px 1.5rem 3rem}.lp-hero-inner{text-align:center;grid-template-columns:1fr;gap:3rem;padding-top:40px}.lp-hero-content{text-align:center;margin:0 auto}.lp-hero-actions{justify-content:center}.lp-hero-images-container{height:380px}.lp-hero-image-single{width:300px;margin:0 auto}}@media (width<=600px){.lp-hero{min-height:auto;padding:85px 1rem 2.5rem}.lp-hero-title{letter-spacing:-.02em;font-size:2.2rem}.lp-hero-subtitle{margin-bottom:1.75rem;font-size:1rem}.lp-hero-actions{flex-direction:column;align-items:center;gap:.75rem;width:100%}.lp-btn-hero-primary,.lp-btn-hero-secondary{justify-content:center;width:100%;max-width:320px;padding:.9rem 1.5rem}.lp-hero-images-container{height:260px}.lp-hero-image-single{width:230px}.lp-hero-badge{font-size:.75rem}}.lp-stats-strip{background:#fff;border-top:1px solid #e4e6eb;border-bottom:1px solid #e4e6eb;flex-wrap:wrap;justify-content:center;gap:0;padding:0;display:flex}.lp-stat-item{text-align:center;border-right:1px solid #e4e6eb;flex:1;min-width:140px;padding:1.5rem 1rem;position:relative}.lp-stat-item:last-child{border-right:none}.lp-stat-value{font-family:var(--font-display);background:linear-gradient(135deg,#1877f2,#00b4d8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:900;line-height:1;display:block}.lp-stat-label{color:#4b5563;text-transform:uppercase;letter-spacing:.06em;font-size:.8rem;font-weight:500;display:block}@media (width<=600px){.lp-stat-item{border-bottom:1px solid #ffffff0f;border-right:none;flex:0 0 50%;min-width:50%;padding:1.25rem .75rem}.lp-stat-item:nth-child(odd){border-right:1px solid #ffffff0f}.lp-stat-item:nth-last-child(-n+2){border-bottom:none}.lp-stat-value{font-size:2rem}}.lp-section{padding:5rem 1.5rem}.lp-section-dark{background:#fff}.lp-section-inner{max-width:1200px;margin:0 auto}@media (width<=600px){.lp-section{padding:3.5rem 1rem}.lp-section-title{font-size:clamp(1.5rem,6vw,2.2rem)}.lp-section-subtitle{font-size:.95rem}.lp-section-header{margin-bottom:2rem}}.lp-about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}@media (width<=768px){.lp-about-grid{grid-template-columns:1fr;gap:3rem}}.lp-about-desc{color:#4b5563;margin-bottom:1rem;font-size:1rem;line-height:1.8}.lp-about-bullets{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.lp-about-bullet{color:#1f2937;align-items:center;gap:.75rem;font-size:.95rem;display:flex}.lp-about-visual{flex-direction:column;gap:1.25rem;display:flex}.lp-about-card{background:#fff;border:1px solid #e4e6eb;border-radius:20px;padding:1.75rem;transition:all .3s;box-shadow:0 1px 2px #0000000d}.lp-about-card:hover{border-color:#1877f2;transform:translateY(-3px);box-shadow:0 8px 24px #00000014}.lp-about-card-offset{margin-left:2.5rem}@media (width<=600px){.lp-about-card-offset{margin-left:0}.lp-about-card{padding:1.25rem}}.lp-about-card-icon{border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1rem;display:flex}.lp-about-card h3{color:#1f2937;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.lp-about-card p{color:#4b5563;font-size:.9rem;line-height:1.6}.lp-features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width<=900px){.lp-features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=580px){.lp-features-grid{grid-template-columns:1fr}}.lp-feature-card{background:#fff;border:1px solid #e4e6eb;border-radius:20px;padding:2rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 1px 2px #0000000d}.lp-feature-card:before{content:"";background:linear-gradient(90deg,#0000,#1877f266,#0000);height:2px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.lp-feature-card:hover{border-color:#1877f240;transform:translateY(-4px);box-shadow:0 10px 24px #00000014}.lp-feature-card:hover:before{transform:scaleX(1)}.lp-feature-icon{border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.25rem;display:flex}.lp-feature-title{color:#1f2937;margin-bottom:.6rem;font-size:1.05rem;font-weight:700}.lp-feature-desc{color:#4b5563;font-size:.9rem;line-height:1.6}.lp-feature-sub{flex-direction:column;gap:.4rem;margin:.85rem 0 0;padding:0;list-style:none;display:flex}.lp-feature-sub li{color:#4b5563;align-items:center;gap:5px;font-size:.8rem;line-height:1.4;display:flex}.lp-analytics-cta{background:linear-gradient(135deg,#e7f3ff 0%,#f0f2f5 100%);border-top:1px solid #e4e6eb;border-bottom:1px solid #e4e6eb;padding:5rem 1.5rem;position:relative;overflow:hidden}.lp-analytics-cta:before{content:"";pointer-events:none;background:radial-gradient(circle,#1877f20f 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-200px;right:-200px}.lp-analytics-cta-inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;max-width:1200px;margin:0 auto;display:grid;position:relative}@media (width<=900px){.lp-analytics-cta-inner{grid-template-columns:1fr;gap:3rem}}@media (width<=600px){.lp-analytics-cta{padding:3.5rem 1rem}.lp-analytics-cta-inner>div:first-child>div[style]{flex-direction:column;align-items:stretch}}.lp-analytics-preview{justify-content:center;display:flex}.lp-mini-dash{background:#fff;border:1px solid #e4e6eb;border-radius:20px;width:100%;max-width:380px;padding:1.5rem;box-shadow:0 10px 30px #00000014}.lp-mini-dash-header{color:#4b5563;border-bottom:1px solid #e4e6eb;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding-bottom:1rem;font-size:.85rem;font-weight:600;display:flex}.lp-mini-stats{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.25rem;display:grid}.lp-mini-stat{background:#f0f2f5;border:1px solid #e4e6eb;border-radius:12px;align-items:center;gap:.6rem;padding:.75rem;display:flex}.lp-mini-stat-icon{background:#ffffff0d;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.lp-mini-stat-val{color:#1f2937;font-size:1rem;font-weight:800;line-height:1}.lp-mini-stat-label{color:#4b5563;margin-top:2px;font-size:.65rem}.lp-mini-chart{align-items:flex-end;gap:4px;height:60px;padding:0 4px;display:flex}.lp-mini-bar{background:linear-gradient(#1877f2 0%,#1877f266 100%);border-radius:3px 3px 0 0;flex:1;min-height:4px;transition:height .3s}.lp-clients-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width<=900px){.lp-clients-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=580px){.lp-clients-grid{grid-template-columns:1fr}}.lp-client-card{text-align:center;background:#fff;border:1px solid #e4e6eb;border-radius:20px;padding:2rem;transition:all .3s;box-shadow:0 1px 2px #0000000d}.lp-client-card:hover{border-color:#1877f240;transform:translateY(-4px);box-shadow:0 10px 24px #00000014}.lp-client-icon{border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;display:flex}.lp-client-name{color:#1f2937;margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.lp-client-desc{color:#4b5563;font-size:.875rem;line-height:1.6}.lp-contact-grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:5rem;display:grid}@media (width<=768px){.lp-contact-grid{grid-template-columns:1fr;gap:2.5rem}}@media (width<=600px){.lp-contact-form{padding:1.5rem 1rem}.lp-contact-grid{gap:2rem}}.lp-contact-details{flex-direction:column;gap:1rem;display:flex}.lp-contact-detail{color:#1f2937;align-items:center;gap:.85rem;font-size:.95rem;display:flex}.lp-contact-detail-link{color:inherit;text-decoration:none;transition:all .2s}.lp-contact-detail-link:hover{color:#1877f2;text-decoration:underline}.lp-contact-detail-icon{color:#1877f2;background:#e7f3ff;border:1px solid #1877f240;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.lp-contact-form{background:#fff;border:1px solid #e4e6eb;border-radius:24px;padding:2rem;box-shadow:0 4px 12px #0000000d}.lp-contact-success{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:2rem;display:flex}.lp-contact-success h3{color:#1f2937;font-size:1.3rem}.lp-contact-success p{color:#4b5563}.lp-footer{background:#fff;border-top:1px solid #e4e6eb;padding:2.5rem 2rem}.lp-footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;display:flex}.lp-footer-brand{align-items:center;gap:.75rem;display:flex}.lp-footer-brand-name{font-family:var(--font-display);color:#1877f2;font-size:1.1rem;font-weight:800;line-height:1.1}.lp-footer-brand-sub{color:#8d949e;text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:500}.lp-footer-logo-img{object-fit:contain;border-radius:8px;flex-shrink:0;width:64px;height:64px}.lp-footer-links{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.lp-footer-links a{color:#4b5563;font-size:.85rem;text-decoration:none;transition:color .2s}.lp-footer-links a:hover{color:#1877f2}.lp-footer-link-btn{color:#4b5563;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.85rem;transition:color .2s}.lp-footer-link-btn:hover{color:#1877f2}.lp-footer-copy{color:#8d949e;font-size:.8rem}@media (width<=600px){.lp-footer-inner{text-align:center;flex-direction:column;gap:1.25rem}.lp-footer-links{justify-content:center;gap:1rem}}.dash-root{background:#f0f2f5;flex-direction:column;min-height:100vh;display:flex}.dash-topbar{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fff;border-bottom:1px solid #e4e6eb;justify-content:space-between;align-items:center;height:68px;padding:0 2rem;display:flex;position:sticky;top:0;box-shadow:0 2px 4px #0000000f}.dash-topbar-brand{font-family:var(--font-display);background:#1877f2;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;gap:.6rem;font-size:1.2rem;font-weight:800;display:flex}.dash-topbar-actions{align-items:center;gap:.75rem;display:flex}.dash-topbar-user{color:#1877f2;background:#e7f3ff;border:1px solid #1877f240;border-radius:50px;align-items:center;gap:.5rem;padding:.45rem .9rem;font-size:.85rem;font-weight:600;display:flex}.dash-logout-btn{color:#4b5563;cursor:pointer;background:0 0;border:1px solid #e4e6eb;border-radius:50px;align-items:center;gap:.4rem;padding:.45rem .9rem;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.dash-logout-btn:hover{color:#fa3e3e;background:#fa3e3e0f;border-color:#fa3e3e59}.dash-main{flex:1;width:100%;max-width:1240px;margin:0 auto;padding:3rem 2.5rem}.dash-page-header{margin-bottom:2.75rem}.dash-page-title{font-family:var(--font-display);color:#1f2937;letter-spacing:-.02em;margin-bottom:.45rem;font-size:2.1rem;font-weight:800}.dash-page-sub{color:#4b5563;font-size:.95rem;font-weight:500}.dash-stats-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem;margin-bottom:2.5rem;display:grid}.dash-stat-card{background:#fff;border:1px solid #e4e6eb;border-radius:20px;padding:1.6rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 1px 2px #0000001a,0 2px 4px #0000000d}.dash-stat-card:hover{border-color:color-mix(in srgb, var(--stat-color,#1877f2) 30%, transparent);transform:translateY(-3px);box-shadow:0 4px 12px #0000001a,0 0 0 1px #00000005}.dash-stat-card:before{content:"";background:var(--stat-color,#1877f2);opacity:.9;border-radius:3px 3px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.dash-stat-card:after{content:"";background:var(--stat-color,#1877f2);opacity:.04;pointer-events:none;border-radius:50%;width:80px;height:80px;position:absolute;bottom:0;right:0;transform:translate(20px,20px)}.dash-stat-icon{border-radius:14px;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:1.1rem;display:flex}.dash-stat-value{font-family:var(--font-display);color:#1f2937;letter-spacing:-.02em;margin-bottom:.4rem;font-size:2.4rem;font-weight:900;line-height:1}.dash-stat-label{color:#4b5563;text-transform:uppercase;letter-spacing:.06em;font-size:.8rem;font-weight:700}.dash-stat-trend{border-radius:20px;align-items:center;gap:3px;padding:3px 8px;font-size:.72rem;font-weight:700;display:flex;position:absolute;top:1.35rem;right:1.35rem}.dash-stat-trend.up{color:#42b72a;background:#42b72a1a}.dash-stat-trend.neutral{color:#4b5563}.dash-chart-card{background:#fff;border:1px solid #e4e6eb;border-radius:22px;margin-bottom:2rem;padding:2rem;box-shadow:0 1px 2px #0000001a,0 2px 4px #0000000d}.dash-chart-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem;display:flex}.dash-chart-title{color:#1f2937;letter-spacing:-.01em;font-size:1.05rem;font-weight:700}.dash-chart-tabs{background:#f0f2f5;border:1px solid #e4e6eb;border-radius:12px;gap:.35rem;padding:4px;display:flex}.dash-chart-tab{color:#4b5563;cursor:pointer;background:0 0;border:none;border-radius:9px;padding:.4rem .9rem;font-size:.82rem;font-weight:600;transition:all .2s}.dash-chart-tab.active{color:#1877f2;background:#fff;border:1px solid #e4e6eb;box-shadow:0 1px 3px #0000001a}.dash-chart-area{align-items:flex-end;gap:5px;height:190px;display:flex;position:relative}.dash-chart-grid{pointer-events:none;flex-direction:column;justify-content:space-between;display:flex;position:absolute;inset:0}.dash-chart-grid-line{background:#0000000d;width:100%;height:1px}.dash-bar-group{z-index:1;flex:1;align-items:flex-end;gap:2px;display:flex;position:relative}.dash-bar{cursor:pointer;opacity:.85;border-radius:5px 5px 0 0;flex:1;min-height:2px;transition:all .5s cubic-bezier(.34,1.56,.64,1);position:relative}.dash-bar:hover{filter:brightness(1.35);opacity:1}.dash-chart-labels{gap:5px;margin-top:10px;display:flex}.dash-chart-label{text-align:center;color:#4b5563;white-space:nowrap;flex:1;font-size:.64rem;overflow:hidden}.dash-legend{border-top:1px solid #e4e6eb;flex-wrap:wrap;gap:1.5rem;margin-top:1.25rem;padding-top:1rem;display:flex}.dash-legend-item{color:#4b5563;align-items:center;gap:.45rem;font-size:.78rem;font-weight:500;display:flex}.dash-legend-dot{border-radius:3px;flex-shrink:0;width:10px;height:10px}.dash-grid-2{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem;display:grid}@media (width<=768px){.dash-grid-2{grid-template-columns:1fr}}.dash-card{background:#fff;border:1px solid #e4e6eb;border-radius:20px;padding:1.6rem;transition:box-shadow .3s,border-color .3s;box-shadow:0 1px 2px #0000001a}.dash-card:hover{border-color:#1877f226;box-shadow:0 4px 12px #00000014}.dash-card-title{color:#1f2937;letter-spacing:-.01em;align-items:center;gap:.5rem;margin-bottom:1.35rem;font-size:1rem;font-weight:700;display:flex}.dash-activity-item{border-bottom:1px solid #e4e6eb;align-items:center;gap:.75rem;padding:.7rem 0;display:flex}.dash-activity-item:last-child{border-bottom:none}.dash-activity-dot{border-radius:50%;flex-shrink:0;width:9px;height:9px}.dash-activity-text{color:#1f2937;flex:1;font-size:.88rem;font-weight:500}.dash-activity-time{color:#4b5563;font-size:.75rem}.dash-vendor-table{background:#fff;border:1px solid #e4e6eb;border-radius:22px;margin-bottom:2rem;overflow:hidden;box-shadow:0 1px 2px #0000001a}.dash-vendor-table-header{border-bottom:1px solid #e4e6eb;justify-content:space-between;align-items:center;padding:1.6rem;display:flex}.dash-table{border-collapse:collapse;width:100%}.dash-table th{color:#4b5563;text-transform:uppercase;letter-spacing:.07em;text-align:left;background:#f0f2f5;border-bottom:1px solid #e4e6eb;padding:.9rem 1.35rem;font-size:.75rem;font-weight:700}.dash-table td{color:#1f2937;vertical-align:middle;border-bottom:1px solid #e4e6eb;padding:1.05rem 1.35rem;font-size:.9rem}.dash-table tr:last-child td{border-bottom:none}.dash-table tr:hover td{background:#1877f20d}.dash-vendor-name{color:#1f2937;align-items:center;gap:.65rem;font-weight:600;display:flex}.dash-vendor-avatar{object-fit:cover;background:#1877f2;border:2px solid #1877f240;border-radius:50%;width:34px;height:34px}.dash-rank-badge{border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:.75rem;font-weight:800;display:inline-flex}.dash-rank-1{color:#b45309;background:#fbbf2433;box-shadow:0 0 8px #fbbf2426}.dash-rank-2{color:#475569;background:#94a3b826}.dash-rank-3{color:#b45309;background:#b4530926}.dash-rank-n{color:#4b5563;background:#0000000d}.auth-page{background:#f0f2f5;justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex}.auth-box{color:#1f2937;background:#fff;border:1px solid #e4e6eb;border-radius:12px;width:100%;max-width:420px;padding:2.75rem 2.25rem;animation:.5s cubic-bezier(.16,1,.3,1) forwards scaleUp;box-shadow:0 12px 28px #0000001f,0 2px 4px #00000014}.auth-icon{color:#1877f2;background:#e7f3ff;border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.75rem;display:flex;box-shadow:0 8px 24px #1877f226}.auth-title{font-family:var(--font-display);text-align:center;letter-spacing:-.02em;color:#1f2937;margin-bottom:.45rem;font-size:1.85rem;font-weight:800}.auth-sub{color:#4b5563;text-align:center;margin-bottom:2.25rem;font-size:.9rem}.auth-back{color:#4b5563;align-items:center;gap:.4rem;margin-bottom:1.5rem;font-size:.85rem;text-decoration:none;transition:color .2s;display:inline-flex}.auth-back:hover{color:#1877f2}@media (width<=600px){.dash-main{padding:1.5rem 1rem}.dash-stats-grid{grid-template-columns:repeat(2,1fr);gap:.875rem}.dash-page-title{font-size:1.6rem}.dash-topbar{height:60px;padding:0 1rem}.dash-topbar-brand{font-size:1rem}}.lp-mobile-nfc-links{display:none}@media (width<=768px){.lp-mobile-nfc-links{border-top:1px solid #e4e6eb;flex-direction:column;gap:.75rem;width:100%;margin-top:1.5rem;padding-top:1.5rem;display:flex}.lp-mobile-nfc-header{color:#7660f1;text-transform:uppercase;letter-spacing:.08em;text-align:left;margin-bottom:.25rem;padding-left:.5rem;font-size:.72rem;font-weight:700}.lp-mobile-nfc-links a{color:#7660f1;text-align:center;background:#7660f114;border:1px solid #7660f133;border-radius:10px;padding:.65rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.lp-mobile-nfc-links a:hover{color:#5b45d6;background:#7660f126;border-color:#7660f1}}.lp-card-showcase{background:#f8fafc;border-top:1px solid #0000000d;border-bottom:1px solid #0000000d;padding:5rem 2rem;position:relative;overflow:hidden}.lp-card-showcase-inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.lp-card-showcase-text{max-width:540px}.lp-card-showcase-desc{color:#4b5563;margin:1.5rem 0 2rem;font-size:1.1rem;line-height:1.7}.lp-card-features{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.lp-card-feature-item{color:#1f2937;align-items:center;gap:.75rem;font-size:.95rem;font-weight:600;display:flex}.lp-card-showcase-visual{justify-content:center;align-items:center;height:400px;display:flex;position:relative}.lp-card-container{width:100%;height:100%;position:relative}.lp-card-wrapper{cursor:pointer;border-radius:16px;width:320px;transition:all .5s cubic-bezier(.25,.8,.25,1);position:absolute}.lp-card-white-wrapper{z-index:2;top:5%;left:5%}.lp-card-blue-wrapper{z-index:1;bottom:5%;right:5%}.lp-card-img{border-radius:16px;width:100%;transition:transform .5s cubic-bezier(.25,.8,.25,1);display:block;box-shadow:0 4px 20px #00000014}.lp-card-shadow{filter:blur(16px);z-index:-1;background:#0000001f;border-radius:16px;transition:all .5s;position:absolute;inset:12px 12px -12px}@keyframes lpCardFloat1{0%{transform:translateY(0)rotate(-3deg)}50%{transform:translateY(-10px)rotate(-1deg)}to{transform:translateY(0)rotate(-3deg)}}@keyframes lpCardFloat2{0%{transform:translateY(0)rotate(4deg)}50%{transform:translateY(-10px)rotate(6deg)}to{transform:translateY(0)rotate(4deg)}}.lp-card-float-1{animation:6s ease-in-out infinite lpCardFloat1}.lp-card-float-2{animation:6s ease-in-out 3s infinite lpCardFloat2}.lp-card-wrapper:hover{z-index:10;animation-play-state:paused}.lp-card-wrapper:hover .lp-card-img{transform:translateY(-16px)rotate(0)scale(1.04)}.lp-card-wrapper:hover .lp-card-shadow{filter:blur(24px);background:#7660f140;transform:translateY(10px)scale(.95)}@media (width<=991px){.lp-card-showcase-inner{text-align:center;grid-template-columns:1fr;gap:3rem}.lp-card-showcase-text{flex-direction:column;align-items:center;max-width:100%;margin:0 auto;display:flex}.lp-card-features{align-items:center;width:100%}.lp-card-showcase-visual{width:100%;max-width:450px;height:350px;margin:0 auto}.lp-card-wrapper{width:250px}.lp-card-white-wrapper{left:2%}.lp-card-blue-wrapper{right:2%}}
