*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:#f8f7f4;color:#27313d;min-height:100vh;overflow-x:hidden}.reselhub-nav{position:fixed;top:0;width:100%;z-index:50;transition:all .5s ease;background-color:transparent;padding:24px 0}.reselhub-nav.reselhub-scrolled{background-color:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:16px 0;box-shadow:0 1px 3px #0000000d}.reselhub-nav-container{max-width:1280px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center}.reselhub-nav-left{display:flex;align-items:center;gap:32px}.reselhub-logo{font-size:24px;font-weight:700;letter-spacing:-.05em;color:#27313d}.reselhub-nav-links{display:none;gap:24px;font-size:14px;font-weight:500}.reselhub-nav-link{color:#5a6c7d;text-decoration:none;transition:color .2s ease}.reselhub-nav-link:hover{color:#8b5cf6}.reselhub-nav-link-active{color:#27313d;border-bottom:2px solid #8b5cf6;padding-bottom:2px}.reselhub-nav-right{display:flex;align-items:center;gap:16px}.reselhub-search-btn{padding:8px;background:none;border:none;cursor:pointer;border-radius:50%;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center}.reselhub-search-btn:hover{background-color:#f3f4f6}.reselhub-cta-btn{background-color:#27313d;color:#fff;padding:8px 20px;border-radius:50px;font-size:14px;font-weight:500;border:none;cursor:pointer;transition:all .3s ease}.reselhub-cta-btn:hover{background-color:#8b5cf6}.reselhub-hero{position:relative;padding-top:128px;padding-bottom:80px;overflow:hidden}.reselhub-hero-bg{position:absolute;top:0;right:0;width:50%;height:100%;opacity:.15;pointer-events:none;background:radial-gradient(circle at 70% 30%,#8b5cf6 0%,transparent 70%)}.reselhub-hero-container{max-width:1280px;margin:0 auto;padding:0 24px;position:relative;z-index:10;display:flex;align-items:center;gap:64px}.reselhub-hero-content{max-width:768px;flex:1}.reselhub-hero-image{flex:0 0 auto;width:400px;display:none}@media(min-width:1024px){.reselhub-hero-image{display:block}}.reselhub-hero-image img{width:100%;height:auto;border-radius:24px;box-shadow:0 20px 60px #00000026}.reselhub-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:4px 12px;border-radius:50px;background-color:#ede9fe;color:#8b5cf6;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:24px}.reselhub-badge-dot{width:8px;height:8px;border-radius:50%;background-color:#8b5cf6;animation:reselhub-pulse 2s infinite}@keyframes reselhub-pulse{0%,to{opacity:1}50%{opacity:.5}}.reselhub-hero-title{font-size:90px;font-weight:700;letter-spacing:-.02em;margin-bottom:40px;line-height:1.1;color:#1a1f2e}.reselhub-hero-gradient{background:linear-gradient(to right,#8b5cf6,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.reselhub-hero-subtitle{font-size:24px;color:#5a6c7d;line-height:1.6;margin-bottom:48px;max-width:640px;font-weight:300}.reselhub-intro-section{background-color:#fff;padding:120px 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.reselhub-intro-container{max-width:1280px;margin:0 auto;padding:0 15px}.reselhub-intro-grid{display:grid;grid-template-columns:1fr;gap:64px;align-items:center}.reselhub-intro-title{font-size:32px;font-weight:700;margin-bottom:32px;color:#1a1f2e}.reselhub-intro-logo{max-width:300px;height:auto;margin-bottom:32px;display:block}.reselhub-intro-line{height:4px;width:80px;background:linear-gradient(to right,#8b5cf6,#7c3aed);border-radius:50px}.reselhub-intro-right{font-size:18px;color:#5a6c7d;line-height:1.6;display:flex;flex-direction:column;gap:24px}.reselhub-category-section{padding:100px 0}.reselhub-category-container{max-width:1280px;margin:0 auto;padding:0 15px}.reselhub-category-grid{display:grid;grid-template-columns:1fr;gap:16px}.reselhub-category-card{padding:24px;border-radius:24px;border:1px solid #e5e7eb;background-color:#fff;text-align:left;cursor:pointer;transition:all .5s ease;display:flex;flex-direction:column;justify-content:space-between;height:100%}.reselhub-category-card:hover,.reselhub-category-card.reselhub-active{border-color:#8b5cf6;background-color:#fff;box-shadow:0 20px 40px #8b5cf61a;transform:scale(1.02)}.reselhub-category-title{font-weight:700;margin-bottom:8px;transition:color .3s ease;font-size:16px;color:#27313d}.reselhub-category-card:hover .reselhub-category-title,.reselhub-category-card.reselhub-active .reselhub-category-title{color:#8b5cf6}.reselhub-category-desc{font-size:14px;color:#5a6c7d;line-height:1.5;opacity:1;transition:opacity .3s ease}.reselhub-category-icon{margin-top:16px;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;color:#9ca3af;transition:all .5s ease}.reselhub-category-card:hover .reselhub-category-icon,.reselhub-category-card.reselhub-active .reselhub-category-icon{background-color:#8b5cf6;color:#fff;transform:rotate(45deg)}.reselhub-featured-section{padding:48px 0}.reselhub-featured-container{max-width:1280px;margin:0 auto;padding:0 10px}.reselhub-featured-card{position:relative;cursor:pointer;overflow:hidden;border-radius:40px;background-color:#27313d;display:flex;flex-direction:column;min-height:600px;border:1px solid #e5e7eb}.reselhub-featured-card:hover .reselhub-featured-image img{transform:scale(1.05)}.reselhub-featured-image{position:relative;overflow:hidden;flex:1}.reselhub-featured-image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 1s ease;opacity:.8}.reselhub-featured-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#27313d,transparent,transparent)}.reselhub-featured-content{padding:40px 64px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(to bottom right,#27313d,#3730a3);position:relative;z-index:10;color:#fff}.reselhub-featured-badge{display:inline-block;padding:4px 12px;border-radius:50px;background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;margin-bottom:24px;width:fit-content}.reselhub-featured-title{font-size:48px;font-weight:700;margin-bottom:32px;line-height:1.1;color:#fff}.reselhub-featured-desc{color:#ffffffb3;font-size:18px;margin-bottom:40px;font-weight:300;line-height:1.6}.reselhub-featured-btn{display:flex;align-items:center;gap:12px;color:#fff;background:none;border:none;cursor:pointer;width:fit-content}.reselhub-featured-btn-text{font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .3s ease}.reselhub-featured-btn:hover .reselhub-featured-btn-text{border-color:#8b5cf6}.reselhub-featured-btn-icon{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.reselhub-featured-btn:hover .reselhub-featured-btn-icon{background-color:#8b5cf6;border-color:#8b5cf6}.reselhub-articles-section{padding:120px 0}.reselhub-articles-container{max-width:1280px;margin:0 auto;padding:0 10px}.reselhub-articles-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:32px}.reselhub-article-col-8{grid-column:span 12}.reselhub-article-col-4{grid-column:span 12;display:flex;flex-direction:column;gap:32px}.reselhub-article-col-7,.reselhub-article-col-5{grid-column:span 12}.reselhub-article-card{cursor:pointer;display:flex;flex-direction:column;transition:all .5s ease;border-radius:32px;overflow:hidden;background-color:#fff;border:1px solid #e5e7eb;height:100%}.reselhub-article-card:hover{border-color:#8b5cf6;box-shadow:0 20px 60px #8b5cf61a;transform:translateY(-8px)}.reselhub-article-image{position:relative;overflow:hidden;aspect-ratio:16 / 10}.reselhub-article-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.reselhub-article-card:hover .reselhub-article-image img{transform:scale(1.1)}.reselhub-article-category{position:absolute;top:16px;left:16px;padding:4px 12px;border-radius:50px;background-color:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#8b5cf6}.reselhub-article-content{display:flex;flex-direction:column;flex-grow:1;padding:40px}.reselhub-article-meta{display:flex;align-items:center;gap:16px;font-size:10px;color:#5a6c7d;font-weight:500;letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px}.reselhub-article-author{font-weight:700;color:#27313d}.reselhub-article-time{display:flex;align-items:center;gap:6px}.reselhub-article-title{font-size:24px;font-weight:700;line-height:1.2;margin-bottom:20px;transition:color .3s ease;color:#1a1f2e}.reselhub-article-card:hover .reselhub-article-title{color:#8b5cf6}.reselhub-article-excerpt{color:#5a6c7d;font-weight:300;line-height:1.6;margin-bottom:32px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.reselhub-article-link{margin-top:auto;padding-top:16px;display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#27313d;transition:color .3s ease}.reselhub-article-card:hover .reselhub-article-link{color:#8b5cf6}.reselhub-article-link svg{transition:transform .3s ease}.reselhub-article-card:hover .reselhub-article-link svg{transform:translate(4px)}.reselhub-article-compact{padding:16px}.reselhub-article-image-compact{position:relative;overflow:hidden;aspect-ratio:16 / 10;border-radius:16px;margin-bottom:16px}.reselhub-article-image-compact img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.reselhub-article-card:hover .reselhub-article-image-compact img{transform:scale(1.1)}.reselhub-article-content-compact{padding:0 8px 8px}.reselhub-article-title-compact{font-size:18px;font-weight:700;line-height:1.2;margin-bottom:8px;transition:color .3s ease}.reselhub-article-card:hover .reselhub-article-title-compact{color:#8b5cf6}.reselhub-article-horizontal{flex-direction:column}.reselhub-article-image-horizontal{position:relative;overflow:hidden;aspect-ratio:4 / 3}.reselhub-article-image-horizontal img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.reselhub-article-card:hover .reselhub-article-image-horizontal img{transform:scale(1.1)}.reselhub-article-content-horizontal{padding:40px;display:flex;flex-direction:column;flex-grow:1}.reselhub-article-title-horizontal{font-size:32px;font-weight:700;line-height:1.2;margin-bottom:16px;transition:color .3s ease}.reselhub-article-card:hover .reselhub-article-title-horizontal{color:#8b5cf6}.reselhub-cta-section{padding-bottom:120px}.reselhub-cta-container{max-width:1280px;margin:0 auto;padding:0 10px}.reselhub-cta-card{border-radius:48px;padding:80px 40px;text-align:center;position:relative;overflow:hidden;border:1px solid #e5e7eb;background:linear-gradient(to bottom,#fff,#f5f3ff)}.reselhub-cta-bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.1;pointer-events:none;background:radial-gradient(circle at 50% 120%,#8b5cf6 0%,transparent 60%)}.reselhub-cta-content{position:relative;z-index:10;max-width:768px;margin:0 auto}.reselhub-cta-title{font-size:48px;font-weight:700;margin-bottom:40px;letter-spacing:-.02em;color:#1a1f2e}.reselhub-cta-desc{font-size:18px;color:#5a6c7d;margin-bottom:48px;font-weight:300;line-height:1.6}.reselhub-cta-buttons{display:flex;flex-direction:column;gap:16px;justify-content:center}.reselhub-cta-primary{padding:16px 32px;border-radius:50px;background-color:#27313d;color:#fff;font-weight:700;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #0000001a}.reselhub-cta-primary:hover{background-color:#8b5cf6;transform:translateY(-4px)}.reselhub-cta-secondary{padding:16px 32px;border-radius:50px;border:2px solid #e5e7eb;background-color:#fff;font-weight:700;cursor:pointer;transition:all .3s ease;color:#27313d}.reselhub-cta-secondary:hover{border-color:#8b5cf6;color:#8b5cf6;transform:translateY(-4px)}.reselhub-cta-primary{padding:16px 32px;border-radius:50px;background-color:#1a1a1a;color:#fff;font-weight:700;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #0000001a}.reselhub-cta-primary:hover{background-color:#8a4dff;transform:translateY(-4px)}.reselhub-cta-secondary{padding:16px 32px;border-radius:50px;border:2px solid #E6E6E6;background-color:#fff;font-weight:700;cursor:pointer;transition:all .3s ease}.reselhub-cta-secondary:hover{border-color:#a970ff;color:#7b3ef3;transform:translateY(-4px)}.reselhub-footer{background-color:#27313d;color:#fff;padding:80px 0}.reselhub-footer-container{max-width:1280px;margin:0 auto;padding:0 24px}.reselhub-footer-grid{display:grid;grid-template-columns:1fr;gap:48px;margin-bottom:48px}.reselhub-footer-brand{grid-column:span 1}.reselhub-footer-logo{font-size:32px;font-weight:700;letter-spacing:-.05em;margin-bottom:32px;display:block}.reselhub-footer-tagline{color:#ffffff80;max-width:400px;margin-bottom:32px;font-weight:300}.reselhub-footer-heading{font-weight:700;margin-bottom:24px;font-size:14px;letter-spacing:.1em;text-transform:uppercase;color:#8b5cf6}.reselhub-footer-list{list-style:none;display:flex;flex-direction:column;gap:16px;color:#ffffffb3}.reselhub-footer-list a{color:#ffffffb3;text-decoration:none;transition:color .2s ease}.reselhub-footer-list a:hover{color:#fff}.reselhub-footer-list li{font-size:14px}.reselhub-footer-bottom{padding-top:48px;margin-top:48px;border-top:1px solid rgba(255,255,255,.1);color:#ffffff4d;font-size:10px;display:flex;flex-direction:column;gap:16px;letter-spacing:.1em;text-transform:uppercase}.reselhub-footer-legal{display:flex;gap:24px}.reselhub-footer-legal a{color:#ffffff4d;text-decoration:none}@media(min-width:768px){.reselhub-nav-links{display:flex}.reselhub-hero{padding-top:192px;padding-bottom:128px}.reselhub-hero-title{font-size:90px}.reselhub-intro-grid{grid-template-columns:1fr 1fr}.reselhub-category-grid{grid-template-columns:repeat(2,1fr)}.reselhub-featured-card{flex-direction:row}.reselhub-featured-image{width:60%}.reselhub-featured-content{width:40%}.reselhub-article-col-8{grid-column:span 8}.reselhub-article-col-4{grid-column:span 4}.reselhub-article-col-7{grid-column:span 7}.reselhub-article-col-5{grid-column:span 5}.reselhub-article-horizontal{flex-direction:row}.reselhub-article-image-horizontal{width:50%;aspect-ratio:auto}.reselhub-article-content-horizontal{width:50%}.reselhub-cta-buttons{flex-direction:row}.reselhub-footer-grid{grid-template-columns:2fr 1fr 1fr}.reselhub-footer-brand{grid-column:span 2}.reselhub-footer-bottom{flex-direction:row;justify-content:space-between}}@media(min-width:1024px){.reselhub-category-grid{grid-template-columns:repeat(5,1fr)}}@media(max-width:767px){.reselhub-hero{padding-top:40px;padding-bottom:0}.reselhub-hero-title{font-size:48px;line-height:1.1}.reselhub-hero-subtitle{font-size:16px}.reselhub-intro-section{padding:4px 0}.reselhub-intro-title{font-size:24px}.reselhub-intro-right{font-size:16px}.reselhub-category-section{padding:60px 0}.reselhub-featured-section{padding:0}.reselhub-featured-title{font-size:32px}.reselhub-featured-desc{font-size:16px}.reselhub-featured-content{padding:30px 24px}.reselhub-articles-section{padding:60px 0}.reselhub-article-title{font-size:20px}.reselhub-article-title-horizontal{font-size:24px}.reselhub-cta-section{padding-bottom:60px}.reselhub-cta-card{padding:60px 24px;border-radius:32px}.reselhub-cta-title{font-size:32px}.reselhub-cta-desc{font-size:16px}.reselhub-footer{padding:60px 0}}@media(max-width:480px){.reselhub-hero-title{font-size:36px}.reselhub-hero-subtitle{font-size:14px}.reselhub-intro-title{font-size:20px}.reselhub-intro-right{font-size:14px}.reselhub-featured-title{font-size:24px}.reselhub-featured-desc{font-size:14px}.reselhub-article-title{font-size:18px}.reselhub-article-title-horizontal{font-size:20px}.reselhub-cta-title{font-size:24px}.reselhub-cta-desc{font-size:14px}}
/*# sourceMappingURL=/cdn/shop/t/42/assets/resale.css.map */
