/*
Theme Name: Digital-Packs Marketplace
Theme URI: https://example.com/pixer-marketplace
Author: Digital-Packs
Description: Dark high-tech Digital-Packs marketplace theme with WooCommerce and ZIP importer support.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: pixer-marketplace
*/
:root{--brand:#7357ff;--brand-dark:#5d42ea;--ink:#202126;--muted:#818493;--line:#ebeaf0;--paper:#fff;--soft:#f7f7fa;--sidebar:248px;--radius:16px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--soft);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:14px;line-height:1.55}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.site-shell{min-height:100vh}.site-header{height:72px;background:var(--paper);border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 28px;gap:26px;position:sticky;top:0;z-index:50}.brand img{width:105px;height:auto;display:block}.menu-toggle{display:none;background:none;border:0;font-size:22px}.search{flex:1;max-width:510px;position:relative}.search input{width:100%;border:1px solid var(--line);border-radius:10px;background:#fafafd;padding:11px 16px 11px 40px;outline:none}.search input:focus{border-color:var(--brand);box-shadow:0 0 0 3px #7357ff18}.search:before{content:'⌕';position:absolute;left:15px;top:7px;font-size:21px;color:var(--muted)}.header-actions{margin-left:auto;display:flex;align-items:center;gap:18px;color:var(--muted)}.header-actions a:hover{color:var(--brand)}.avatar{width:34px;height:34px;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center;font-weight:700}.layout{display:flex}.sidebar{width:var(--sidebar);background:var(--paper);border-right:1px solid var(--line);position:fixed;top:72px;bottom:0;padding:18px 12px;display:flex;flex-direction:column}.nav-section{display:grid;gap:4px}.nav-link{display:flex;gap:12px;align-items:center;padding:11px 14px;border-radius:10px;color:#646673}.nav-link:hover,.nav-link.active{color:var(--ink);background:#f0eefb}.nav-link.active{font-weight:650}.nav-icon{width:20px;text-align:center;font-size:16px}.sidebar-bottom{margin-top:auto;border-top:1px solid var(--line);padding-top:14px}.legal{font-size:11px;color:#9b9da8;text-align:center;margin-top:20px}.main{margin-left:var(--sidebar);width:calc(100% - var(--sidebar));padding:28px 34px 56px}.page-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:20px}.eyebrow{text-transform:uppercase;letter-spacing:.11em;font-size:11px;color:var(--brand);font-weight:700}.page-title{font-size:28px;letter-spacing:-.035em;margin:5px 0 0}.subtle{color:var(--muted)}.chip-row{display:flex;gap:8px;overflow:auto;padding:2px 0 22px}.chip{background:var(--paper);border:1px solid var(--line);padding:8px 15px;border-radius:999px;white-space:nowrap;color:#626572}.chip:hover,.chip.active{background:var(--brand);color:#fff;border-color:var(--brand)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 20px}.product-card{min-width:0}.product-media{position:relative;aspect-ratio:3/2;background:#e9e8f4;border-radius:12px;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s}.product-card:hover .product-media img{transform:scale(1.04)}.product-hover{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:15px;background:#19162a9c;color:#fff;opacity:0;transition:.2s}.product-card:hover .product-hover{opacity:1}.round-action{width:44px;height:44px;border-radius:50%;border:0;background:#252238;color:#fff;display:grid;place-items:center;cursor:pointer}.round-action:hover{background:var(--brand)}.product-info{display:flex;align-items:flex-start;gap:10px;padding-top:12px}.shop-avatar{width:34px;height:34px;border-radius:50%;object-fit:cover;flex:none}.product-name{font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 0 2px}.product-shop{color:var(--muted);font-size:12px}.price{margin-left:auto;background:#f0edff;color:var(--brand-dark);border-radius:999px;padding:3px 9px;font-size:12px;font-weight:700;white-space:nowrap}.empty{background:var(--paper);border:1px dashed #d8d5e5;padding:48px;text-align:center;border-radius:var(--radius)}.btn{display:inline-flex;align-items:center;gap:7px;border:0;border-radius:10px;background:var(--brand);color:#fff;padding:10px 15px;font-weight:650;cursor:pointer}.btn:hover{background:var(--brand-dark)}.btn.secondary{background:#efedf8;color:var(--ink)}.content-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:24px}.woocommerce ul.products{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.woocommerce ul.products:before,.woocommerce ul.products:after{display:none}.woocommerce ul.products li.product{width:auto;margin:0}.site-footer{margin-left:var(--sidebar);padding:22px 34px;color:var(--muted);border-top:1px solid var(--line);background:var(--paper)}@media(max-width:1100px){.product-grid,.woocommerce ul.products{grid-template-columns:repeat(3,1fr)}}@media(max-width:800px){.menu-toggle{display:block}.sidebar{transform:translateX(-100%);transition:.25s;z-index:60}.sidebar.open{transform:translateX(0)}.main,.site-footer{margin-left:0;width:100%;padding-left:18px;padding-right:18px}.site-header{padding:0 18px}.search{display:none}.product-grid,.woocommerce ul.products{grid-template-columns:repeat(2,1fr);gap:22px 14px}.page-title{font-size:24px}}@media(max-width:480px){.product-grid,.woocommerce ul.products{grid-template-columns:1fr}.header-actions .text-link{display:none}.main{padding-top:22px}}
body.pixer-dark{--ink:#f3f2f7;--muted:#a8a6b7;--line:#34323e;--paper:#24232c;--soft:#1c1b22}body.pixer-dark .site-header,body.pixer-dark .sidebar,body.pixer-dark .site-footer{background:var(--paper)}body.pixer-dark .search input{background:#2b2934;color:#fff}.pixer-ad{background:linear-gradient(110deg,#201a50,#3d2da3);color:#fff;border-radius:14px;padding:16px 20px;margin-bottom:22px;display:flex;align-items:center;justify-content:space-between;gap:15px}.pixer-ad small{opacity:.75}

/* Pixer dark-first enhancement layer */
:root{--brand:#8b6cff;--brand-dark:#7557ef;--ink:#f7f7fb;--muted:#9595a5;--line:#2b2b33;--paper:#151519;--soft:#09090b;--radius:16px}body{background:#09090b;color:var(--ink)}.site-header,.sidebar,.site-footer,.content-card,.empty,.chip,.search input{background:#151519;color:var(--ink);border-color:#292930}.site-header{box-shadow:0 1px 0 #ffffff08}.nav-link{color:#aaaab7}.nav-link:hover,.nav-link.active{color:#fff;background:#25222f}.nav-link.active{box-shadow:inset 3px 0 var(--brand)}.search input{color:#fff}.search input::placeholder{color:#777785}.chip{color:#a7a7b4}.chip:hover,.chip.active{background:var(--brand);color:#fff}.product-media{background:#22212a}.product-hover{background:#09090dbb}.price{background:#2b254d;color:#ab98ff}.btn.secondary{background:#2a2932;color:#fff}.pixer-ad{background:linear-gradient(110deg,#201550,#4b32c5);box-shadow:0 12px 30px #0005}.hero-copy{max-width:680px;padding:34px 0 18px}.hero-title{font-size:clamp(38px,5vw,70px);line-height:1.03;letter-spacing:-.065em;margin:8px 0 16px;background:linear-gradient(110deg,#fff 20%,#b5a5ff 90%);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-copy .subtle{font-size:17px;max-width:560px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.trust-strip{display:flex;gap:18px;align-items:center;flex-wrap:wrap;padding:18px 0 30px;color:#777785;font-size:12px}.trust-strip strong{color:#bebec9;font-size:18px;letter-spacing:.02em}.section-label{display:flex;align-items:end;justify-content:space-between;margin:35px 0 16px}.section-label h2{font-size:21px;margin:0;letter-spacing:-.03em}.section-label a{color:#a997ff;font-size:13px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0}.stat-card{padding:18px;border:1px solid #292930;background:#111115;border-radius:14px}.stat-card strong{display:block;font-size:24px}.stat-card span{color:var(--muted);font-size:12px}.company-row{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.company-pill{border:1px solid #292930;border-radius:12px;padding:16px 10px;text-align:center;color:#b8b8c3;background:#101014;font-weight:700;letter-spacing:.02em}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.review-card{border:1px solid #292930;background:#111115;border-radius:14px;padding:18px}.stars{color:#f6c85f;letter-spacing:2px}.review-card blockquote{margin:10px 0;color:#d7d7df}.review-author{display:flex;gap:9px;align-items:center;color:#9e9eaa;font-size:12px}.review-author img{width:28px;height:28px;border-radius:50%;object-fit:cover}.creator-band{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:34px 0;padding:24px;border:1px solid #393264;border-radius:16px;background:linear-gradient(115deg,#141023,#191527)}@media(max-width:800px){.stat-grid{grid-template-columns:repeat(2,1fr)}.company-row{grid-template-columns:repeat(2,1fr)}.review-grid{grid-template-columns:1fr}.creator-band{display:block}.hero-title{font-size:42px}}

body{font-family:'DM Sans',Inter,ui-sans-serif,system-ui,sans-serif}.hero-title,.page-title,h1,h2,h3{font-family:'Space Grotesk','DM Sans',sans-serif}.hero-copy{position:relative;isolation:isolate;overflow:hidden;border-radius:20px;padding:42px 42px 44px;background:#100d1e url('assets/images/pixer-tech.svg') center/cover no-repeat;box-shadow:0 18px 70px #0008}.hero-copy:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#100d1ef5 0%,#100d1ecc 45%,#100d1e45 100%);z-index:-1}.hero-copy>*{position:relative;z-index:1}.hero-title{animation:pixer-rise .8s ease both}.hero-copy .eyebrow{animation:pixer-rise .6s ease both}.hero-actions{animation:pixer-rise 1s .15s ease both}.trust-strip,.stat-grid,.product-grid,.company-row,.review-grid{animation:pixer-fade 1s .18s ease both}@keyframes pixer-rise{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes pixer-fade{from{opacity:0}to{opacity:1}}.hero-copy .btn{box-shadow:0 0 0 1px #ffffff16,0 8px 25px #7357ff35}.hero-copy .btn:hover{box-shadow:0 0 0 1px #b8aaff55,0 10px 35px #7357ff66}@media(max-width:800px){.hero-copy{padding:28px 22px}.hero-copy:after{background:#100d1ee8}}

.pixer-auth-card{max-width:620px;margin:30px auto}.social-login-row{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.woocommerce-account .woocommerce-MyAccount-navigation{background:#111115;border:1px solid #292930;border-radius:14px;padding:12px}.woocommerce-account .woocommerce-MyAccount-navigation li{list-style:none;padding:8px;color:#aaa}.woocommerce-account .woocommerce-MyAccount-content{background:#111115;border:1px solid #292930;border-radius:14px;padding:22px;color:#eee}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{background:#0f0f13;border:1px solid #34323e;color:#fff;border-radius:8px;padding:11px}.woocommerce a.button,.woocommerce button.button{background:var(--brand);color:#fff;border-radius:9px}.pixer-auth-card input[type=text],.pixer-auth-card input[type=password],.pixer-auth-card input[type=email]{background:#0f0f13;border:1px solid #34323e;color:#fff;border-radius:8px;padding:11px;max-width:100%}

.digital-logo img{width:178px;filter:drop-shadow(0 0 9px #8b6cff66);animation:logo-flash 3.8s ease-in-out infinite}.digital-logo:hover img{filter:drop-shadow(0 0 18px #55e8ffcc)}@keyframes logo-flash{0%,72%,100%{filter:drop-shadow(0 0 7px #8b6cff55)}78%{filter:drop-shadow(0 0 24px #a58aff) brightness(1.3)}82%{filter:drop-shadow(0 0 8px #54e6ff)}}.footer-brand{display:flex;align-items:center;gap:14px}.footer-brand img{width:150px;height:auto}.footer-links{display:flex;gap:18px;margin:14px 0}.footer-links a,.digital-share a{color:#b4a3ff}.copyright{font-size:12px}.digital-share{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:28px;padding-top:18px;border-top:1px solid #292930;font-size:13px}.digital-share strong{color:#fff;margin-right:4px}.digital-share a{border:1px solid #393650;border-radius:999px;padding:7px 11px}.digital-share a:hover{background:#8b6cff;color:#fff}.scroll-reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.scroll-reveal.is-visible{opacity:1;transform:none}.pixer-upload-progress{margin-top:15px}.pixer-upload-track{height:12px;background:#e9e9ef;border-radius:8px;overflow:hidden}.pixer-upload-fill{height:100%;width:0;background:linear-gradient(90deg,#7357ff,#54e6ff);transition:width .2s}.pixer-upload-label{display:block;margin-top:6px;color:#757582}.ad-slot{border:1px dashed #51467c;background:#12101b;color:#aaa1d6;border-radius:14px;padding:22px;text-align:center;margin:24px 0}.social-preview-card{max-width:860px}.social-preview-card img{display:block;width:100%;height:auto;border-radius:16px;border:1px solid #393650}.social-preview-card p{color:#aaa}
