:root{--store-primary:#10b981;--store-primary-hover:#059669;--store-primary-light:rgba(16,185,129,0.15);--store-primary-bg:rgba(16,185,129,0.06);--store-accent:#14b8a6;--store-accent-light:rgba(20,184,166,0.12);--store-bg:#022c22;--store-bg-secondary:#041f1a;--store-card-bg:rgba(6,78,59,0.3);--store-card-bg-solid:#064e3b;--store-glass:rgba(6,78,59,0.25);--store-glass-border:rgba(16,185,129,0.15);--store-text:#ecfdf5;--store-text-secondary:#a7f3d0;--store-text-tertiary:#6ee7b7;--store-text-quaternary:rgba(167,243,208,0.4);--store-border:rgba(16,185,129,0.12);--store-border-light:rgba(16,185,129,0.06);--store-success:#34d399;--store-danger:#f87171;--store-radius-sm:6px;--store-radius:10px;--store-radius-lg:14px;--store-radius-xl:18px;--store-shadow-sm:0 1px 3px rgba(0,0,0,0.3);--store-shadow:0 4px 16px rgba(0,0,0,0.25);--store-shadow-lg:0 12px 40px rgba(0,0,0,0.35);--store-shadow-glow:0 0 20px rgba(16,185,129,0.15);--store-font:"Inter","PingFang SC","Microsoft YaHei",system-ui,-apple-system,sans-serif;--store-gradient:linear-gradient(135deg,#10b981,#14b8a6);--store-gradient-text:linear-gradient(135deg,#34d399,#2dd4bf)}@keyframes store-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes store-blob{0%,to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{border-radius:30% 60% 70% 40%/50% 60% 30% 60%}}@keyframes store-gradient-move{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes store-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes store-pulse-glow{0%,to{box-shadow:0 0 20px rgba(16,185,129,.1)}50%{box-shadow:0 0 40px rgba(16,185,129,.25)}}@keyframes store-star-twinkle{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.store-layout{min-height:100vh;display:flex;flex-direction:column;background:var(--store-bg);font-family:var(--store-font);color:var(--store-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.store-main{flex:1;max-width:1280px;width:100%;margin:0 auto;padding:32px 24px 56px}.store-header{background:rgba(2,44,34,.7);backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid var(--store-border);position:sticky;top:0;z-index:100;box-shadow:0 1px 0 rgba(16,185,129,.08)}.store-header-inner{max-width:1280px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;gap:32px}.store-logo{gap:10px;font-size:17px;font-weight:700;color:var(--store-text);text-decoration:none;letter-spacing:-.02em}.store-logo,.store-logo-icon{display:flex;align-items:center}.store-logo-icon{justify-content:center;width:36px;height:36px;border-radius:10px;background:var(--store-gradient);color:white;box-shadow:0 0 16px rgba(16,185,129,.3);animation:store-pulse-glow 3s ease-in-out infinite}.store-logo svg{color:var(--store-primary)}.store-nav{gap:2px;flex:1}.store-nav,.store-nav-link{display:flex;align-items:center}.store-nav-link{gap:6px;padding:8px 16px;border-radius:var(--store-radius);font-size:14px;font-weight:500;color:var(--store-text-secondary);text-decoration:none;transition:all .2s ease}.store-nav-link:hover{background:var(--store-primary-bg);color:var(--store-primary)}.store-nav-link.active{background:var(--store-primary-light);color:var(--store-primary);font-weight:600}.store-header-actions{display:flex;align-items:center;gap:12px}.store-user-menu{display:flex;align-items:center;gap:10px}.store-user-name{font-size:14px;font-weight:500;color:var(--store-text-secondary)}.store-footer{border-top:1px solid var(--store-border);background:rgba(2,44,34,.5)}.store-footer-inner{max-width:1280px;margin:0 auto;padding:20px 24px;text-align:center;font-size:12px;color:var(--store-text-quaternary)}.store-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:var(--store-radius);font-size:14px;font-weight:500;cursor:pointer;border:none;transition:all .2s ease;white-space:nowrap;text-decoration:none;font-family:var(--store-font)}.store-btn-primary{background:var(--store-gradient);color:white}.store-btn-primary:hover{background:linear-gradient(135deg,#059669,#0d9488);box-shadow:0 4px 16px rgba(16,185,129,.35)}.store-btn-secondary{background:var(--store-glass);color:var(--store-text);border:1px solid var(--store-glass-border);backdrop-filter:blur(8px)}.store-btn-secondary:hover{background:rgba(16,185,129,.15);border-color:var(--store-primary)}.store-btn-ghost{background:transparent;color:var(--store-text-tertiary);padding:6px 8px}.store-btn-ghost:hover{background:var(--store-primary-bg);color:var(--store-text-secondary)}.store-btn-success{background:var(--store-gradient);color:white}.store-btn-success:hover{background:linear-gradient(135deg,#059669,#0d9488)}.store-btn-lg{padding:10px 24px;font-size:15px;border-radius:var(--store-radius-lg)}.store-btn:disabled{opacity:.45;cursor:not-allowed;transform:none!important;box-shadow:none!important}.store-hero{text-align:center;padding:40px 24px 36px}.store-hero h1{font-size:28px;font-weight:700;letter-spacing:-.02em;color:var(--store-text);margin-bottom:12px;line-height:1.2}.store-hero h1 span{color:var(--store-primary)}.store-hero p{font-size:15px;color:var(--store-text-tertiary);max-width:560px;margin:0 auto 24px;line-height:1.6}.store-search{max-width:480px;margin:0 auto;position:relative}.store-search input{width:100%;padding:10px 14px 10px 40px;border:1px solid var(--store-border);border-radius:var(--store-radius);font-size:14px;background:var(--store-glass);color:var(--store-text);transition:all .2s;outline:none;font-family:var(--store-font)}.store-search input:focus{border-color:var(--store-primary);box-shadow:0 0 0 3px rgba(16,185,129,.12);background:var(--store-card-bg)}.store-search svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--store-text-quaternary)}.store-categories{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:20px 0 28px}.store-category-tag{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:100px;font-size:13px;font-weight:500;background:var(--store-card-bg);border:1px solid var(--store-border);color:var(--store-text-secondary);cursor:pointer;transition:all .2s ease}.store-category-tag:hover{border-color:var(--store-primary);color:var(--store-primary);background:var(--store-primary-bg)}.store-category-tag.active{background:var(--store-primary);color:white;border-color:var(--store-primary)}.store-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.store-card{background:var(--store-glass);border-radius:var(--store-radius-xl);border:1px solid var(--store-glass-border);overflow:hidden;transition:all .25s ease;cursor:pointer;text-decoration:none;color:inherit;display:flex;flex-direction:column;backdrop-filter:blur(12px)}.store-card:hover{transform:translateY(-3px);box-shadow:var(--store-shadow-lg),var(--store-shadow-glow);border-color:rgba(16,185,129,.3)}.store-card-cover{width:100%;aspect-ratio:16/10;background:linear-gradient(135deg,rgba(16,185,129,.15),rgba(20,184,166,.1));display:flex;align-items:center;justify-content:center;overflow:hidden}.store-card-cover img{width:100%;height:100%;object-fit:cover}.store-card-cover .store-card-placeholder{font-size:48px;opacity:.3}.store-card-body{padding:14px 16px;flex:1;display:flex;flex-direction:column}.store-card-title{font-size:14px;font-weight:600;color:var(--store-text);margin-bottom:6px;line-height:1.5}.store-card-desc,.store-card-title{display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.store-card-desc{font-size:13px;color:var(--store-text-tertiary);margin-bottom:12px;flex:1}.store-card-footer{display:flex;align-items:center;justify-content:space-between}.store-card-price{font-size:16px;font-weight:700;color:var(--store-primary)}.store-card-price.free{color:var(--store-success);font-size:14px;font-weight:600}.store-card-stats{display:flex;align-items:center;gap:12px;font-size:12px;color:var(--store-text-quaternary)}.store-card-stats span{display:flex;align-items:center;gap:3px}.store-product-detail{max-width:1200px}.store-product-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.store-product-topbar-actions{display:flex;gap:8px}.store-product-layout{display:flex;gap:28px;align-items:flex-start}.store-product-preview-wrapper{flex:1;min-width:0;background:var(--store-glass);border-radius:16px;border:1px solid var(--store-glass-border);overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.2);backdrop-filter:blur(12px)}.store-product-preview-header{display:flex;align-items:center;gap:10px;padding:10px 16px;background:rgba(2,44,34,.6)}.store-preview-dots{display:flex;gap:6px}.store-preview-dots span{width:10px;height:10px;border-radius:50%;background:#e0e0e0}.store-preview-dots span:first-child{background:#ff5f57}.store-preview-dots span:nth-child(2){background:#ffbd2e}.store-preview-dots span:nth-child(3){background:#28c940}.store-preview-title{flex:1;text-align:center;font-size:12px;color:var(--store-text-tertiary);gap:6px;padding:4px 16px;border-radius:6px}.store-preview-expand,.store-preview-title{display:flex;align-items:center;justify-content:center;background:rgba(2,44,34,.4)}.store-preview-expand{width:28px;height:28px;border:none;border-radius:6px;cursor:pointer;transition:all .15s}.store-preview-expand:hover{background:var(--store-primary-light)}.store-product-preview-body{background:#0a1a14}.store-preview-iframe{width:100%;height:calc(100vh - 260px);min-height:600px;max-height:900px;border:none;display:block}.store-pdf-preview{align-items:center;justify-content:center;padding:80px 40px;text-align:center;min-height:400px}.store-pdf-icon{font-size:80px;margin-bottom:20px;filter:grayscale(.2)}.store-pdf-preview h3{font-size:20px;font-weight:600;margin-bottom:8px;color:var(--store-text)}.store-pdf-preview p{font-size:14px;color:var(--store-text-tertiary);margin-bottom:16px}.store-pdf-hint{font-size:13px;color:var(--store-text-quaternary);font-style:italic}.store-fullscreen-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.85);backdrop-filter:blur(12px);z-index:99999;display:flex;align-items:center;justify-content:center;padding:24px}.store-fullscreen-container{width:100%;max-width:1400px;height:100%;background:var(--store-bg);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 24px 80px rgba(0,0,0,.5);border:1px solid var(--store-glass-border)}.store-fullscreen-header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:rgba(2,44,34,.6)}.store-fullscreen-header h3{font-size:14px;font-weight:600;margin:0}.store-fullscreen-iframe{flex:1;width:100%;border:none}.store-product-sidebar{width:360px;flex-shrink:0;position:sticky;top:78px}.store-product-sidebar-inner{background:var(--store-glass);border:1px solid var(--store-glass-border);border-radius:var(--store-radius-xl);padding:24px;box-shadow:var(--store-shadow);backdrop-filter:blur(16px)}.store-product-type-badges{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.store-type-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:var(--store-radius-sm);font-size:11px;font-weight:600}.store-type-badge.html{background:rgba(16,185,129,.15);color:var(--store-primary)}.store-type-badge.pdf{background:rgba(248,113,113,.15);color:#f87171}.store-type-badge.category{background:rgba(139,92,246,.15);color:#a78bfa}.store-product-title{font-size:20px;font-weight:700;margin-bottom:10px;letter-spacing:-.01em;line-height:1.35}.store-product-price{font-size:32px;font-weight:800;margin-bottom:14px;letter-spacing:-.02em}.store-product-price.free{color:var(--store-success)}.store-product-desc{font-size:14px;line-height:1.7;margin-bottom:20px}.store-product-actions{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.store-btn-full{width:100%;justify-content:center}.store-purchased-badge{text-align:center;font-size:13px;color:var(--success);display:flex;align-items:center;justify-content:center;gap:4px}.store-product-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}.store-stat-item{display:flex;align-items:center;gap:10px;padding:12px;background:var(--store-bg);border-radius:var(--store-radius)}.store-stat-item div{display:flex;flex-direction:column}.store-stat-value{font-size:16px;font-weight:700}.store-stat-label{font-size:11px}.store-product-meta-info{padding:12px 0;font-size:13px;color:var(--store-text-tertiary)}.store-product-meta-info div{display:flex;justify-content:space-between;padding:5px 0}.store-product-tags{margin-top:12px;display:flex;flex-wrap:wrap;gap:6px}.store-product-tag{display:inline-block;padding:3px 8px;background:var(--store-bg);color:var(--store-text-secondary);border-radius:var(--store-radius-sm);font-size:12px}.store-referral-share{margin-top:16px;padding-top:16px}.store-btn-outline{background:var(--store-card-bg);border:1px solid var(--store-border);color:var(--store-text);font-weight:500}.store-btn-outline:hover{background:var(--store-bg)}.store-auth-container{max-width:400px;margin:48px auto;background:var(--store-glass);border-radius:var(--store-radius-xl);padding:36px;border:1px solid var(--store-glass-border);box-shadow:var(--store-shadow);backdrop-filter:blur(16px)}.store-auth-container h2{font-size:22px;font-weight:700;text-align:center;margin-bottom:6px;color:var(--store-text)}.store-auth-container .subtitle{text-align:center;color:var(--store-text-tertiary);font-size:14px;margin-bottom:24px}.store-form-group{margin-bottom:16px}.store-form-group label{display:block;font-size:13px;font-weight:500;color:var(--store-text);margin-bottom:6px}.store-form-group input{width:100%;padding:9px 12px;border:1px solid var(--store-border);border-radius:var(--store-radius);font-size:14px;outline:none;transition:all .2s;background:var(--store-glass);color:var(--store-text);font-family:var(--store-font)}.store-form-group input:focus{border-color:var(--store-primary);box-shadow:0 0 0 3px rgba(16,185,129,.12);background:rgba(6,78,59,.4)}.store-form-error{background:rgba(248,113,113,.12);color:var(--store-danger);padding:10px 14px;border-radius:var(--store-radius);font-size:13px;margin-bottom:16px}.store-auth-switch{text-align:center;margin-top:20px;font-size:13px;color:var(--store-text-tertiary)}.store-auth-switch button{color:var(--store-primary);font-weight:500;background:none;border:none;cursor:pointer;margin-left:4px}.store-orders-page h2{font-size:20px;font-weight:700;margin-bottom:20px;color:var(--store-text)}.store-order-item{display:flex;align-items:center;gap:16px;background:var(--store-card-bg);border:1px solid var(--store-border);border-radius:var(--store-radius-lg);padding:14px 16px;margin-bottom:10px;transition:all .2s}.store-order-item:hover{border-color:#C9CDD4;box-shadow:var(--store-shadow-sm)}.store-order-cover{width:72px;height:45px;border-radius:var(--store-radius);background:linear-gradient(135deg,rgba(16,185,129,.15),rgba(20,184,166,.1));flex-shrink:0;overflow:hidden}.store-order-cover img{width:100%;height:100%;object-fit:cover}.store-order-info{flex:1;min-width:0}.store-order-title{font-size:14px;font-weight:600;margin-bottom:3px;color:var(--store-text)}.store-order-date{font-size:12px;color:var(--store-text-tertiary)}.store-order-actions{display:flex;gap:8px}.store-empty{text-align:center;padding:60px 24px}.store-empty svg{margin:0 auto 16px;opacity:.25}.store-empty h3{font-size:16px;font-weight:600;margin-bottom:8px}.store-empty p{font-size:14px}.store-loading{display:flex;align-items:center;justify-content:center;padding:60px}.store-spinner{width:28px;height:28px;border:2.5px solid var(--store-border);border-top-color:var(--store-primary);border-radius:50%;animation:store-spin .7s linear infinite}@keyframes store-spin{to{transform:rotate(1turn)}}.store-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:var(--store-radius-sm);font-size:11px;font-weight:600;letter-spacing:.02em}.store-badge-published{background:#E8FFEA;color:var(--store-success)}.store-badge-draft{background:var(--store-bg);color:var(--store-text-tertiary)}.store-badge-archived{background:#FFECE8;color:var(--store-danger)}.store-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.store-toolbar-left{font-size:14px;color:var(--store-text-tertiary)}.store-sort select{padding:7px 12px;border:1px solid var(--store-border);border-radius:var(--store-radius);font-size:13px;background:var(--store-card-bg);cursor:pointer;outline:none;font-family:var(--store-font)}.store-browse-layout{display:flex;gap:24px;align-items:flex-start}.store-sidebar{width:260px;min-width:260px;background:var(--store-card-bg);border:1px solid var(--store-border);border-radius:var(--store-radius-xl);padding:8px 0;position:sticky;top:76px;max-height:calc(100vh - 96px);overflow-y:auto}.store-sidebar-header{display:flex;align-items:center;gap:8px;padding:12px 16px;font-size:12px;font-weight:600;color:var(--store-text-tertiary);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--store-border);margin-bottom:4px}.store-tree-section{border-bottom:1px solid var(--store-border-light)}.store-tree-section:last-child{border-bottom:none}.store-tree-node{display:flex;align-items:center;gap:8px;padding:9px 12px;cursor:pointer;font-size:14px;color:var(--store-text-secondary);transition:all .15s ease;border-radius:0;user-select:none;line-height:1.5}.store-tree-node:hover{background:var(--store-bg);color:var(--store-text)}.store-tree-node.selected{background:var(--store-primary-light);color:var(--store-primary);font-weight:600;position:relative}.store-tree-node.selected:before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:3px;background:var(--store-primary);border-radius:0 3px 3px 0}.store-tree-root{font-weight:500;padding:10px 16px;gap:8px}.store-tree-icon{display:flex;align-items:center;flex-shrink:0;color:var(--store-text-quaternary)}.store-tree-node.selected .store-tree-icon{color:var(--store-primary)}.store-tree-label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-tree-count{font-size:11px;background:var(--store-bg);color:var(--store-text-quaternary);padding:1px 6px;border-radius:10px;flex-shrink:0;font-weight:400}.store-tree-node.selected .store-tree-count{background:rgba(16,185,129,.2);color:var(--store-primary)}.store-content{flex:1;min-width:0}.store-clear-filter{margin-left:12px;padding:4px 10px;font-size:12px;color:var(--store-primary);background:var(--store-primary-light);border:1px solid rgba(16,185,129,.2);border-radius:var(--store-radius-sm);cursor:pointer;transition:all .15s}.store-clear-filter:hover{background:rgba(16,185,129,.18)}@media (max-width:768px){.store-hero h1{font-size:28px}.store-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.store-product-layout{flex-direction:column}.store-product-sidebar{width:100%;position:static}.store-preview-iframe{height:400px;min-height:300px}.store-header-inner{padding:0 16px;gap:16px}.store-main{padding:16px}.store-browse-layout{flex-direction:column}.store-sidebar{width:100%;min-width:unset;position:static;max-height:300px}}.store-admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.store-admin-panel{background:white;border:1px solid var(--border);border-radius:16px;padding:24px}.store-admin-panel h3{font-size:16px;font-weight:600;margin-bottom:16px;display:flex;align-items:center;gap:8px}.store-admin-node-list{max-height:400px;overflow-y:auto}.store-admin-node-item{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:8px;cursor:pointer;transition:all .1s;font-size:14px}.store-admin-node-item:hover{background:var(--card-hover)}.store-admin-product-list{display:flex;flex-direction:column;gap:8px}.store-admin-product-item{display:flex;align-items:center;justify-content:space-between;padding:12px;border:1px solid var(--border);border-radius:10px;font-size:14px}@media (max-width:768px){.store-admin-grid{grid-template-columns:1fr}}.store-type-filter-btn{padding:4px 12px;font-size:12px;font-weight:500;border-radius:var(--store-radius-sm);border:1px solid var(--store-border);background:var(--store-card-bg);color:var(--store-text-tertiary);cursor:pointer;transition:all .2s;white-space:nowrap}.store-type-filter-btn:hover{background:var(--store-bg);color:var(--store-text-secondary)}.store-type-filter-btn.active{background:var(--store-primary);color:white;border-color:var(--store-primary)}.store-card-cover{position:relative}.store-card-type-badge{position:absolute;top:8px;right:8px;padding:2px 8px;font-size:10px;font-weight:700;border-radius:4px;letter-spacing:.5px;text-transform:uppercase;backdrop-filter:blur(4px)}.store-card-type-badge.html{background:rgba(16,185,129,.85);color:white}.store-card-type-badge.pdf{background:rgba(248,113,113,.85);color:white}.store-referral-page{max-width:800px;margin:0 auto}.store-referral-header{text-align:center;padding:32px 0}.store-referral-header h1{font-size:24px;font-weight:700;color:var(--store-text);margin-bottom:8px}.store-referral-header p{font-size:14px}.store-referral-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}.store-stat-card{background:white;border:1px solid var(--border);padding:20px;text-align:center}.store-stat-card .stat-value{font-size:28px;color:var(--foreground);margin-bottom:4px}.store-stat-card .stat-label{color:#64748b}.store-stat-card.highlight{background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:#f59e0b}.store-stat-card.highlight .stat-value{color:#b45309}.store-referral-link-card{background:var(--store-glass);border:1px solid var(--store-glass-border);border-radius:12px;padding:24px;margin-bottom:24px;backdrop-filter:blur(8px)}.store-referral-link-card h3{font-size:16px;font-weight:600;margin-bottom:12px;color:var(--store-text)}.store-referral-url{display:flex;gap:8px;align-items:center}.store-referral-url input{flex:1;padding:10px 14px;font-size:13px;border-radius:8px;background:var(--store-glass);color:var(--store-text-secondary);font-family:monospace}.store-commission-list{background:var(--store-glass);border:1px solid var(--store-glass-border);border-radius:12px;overflow:hidden;backdrop-filter:blur(8px)}.store-commission-list h3{font-size:16px;font-weight:600;padding:16px 20px;border-bottom:1px solid var(--store-border);color:var(--store-text)}.store-commission-item{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid var(--store-border);font-size:14px}.store-commission-item:last-child{border-bottom:none}.store-commission-amount{font-weight:600;color:var(--store-primary)}.store-commission-status{padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600}.store-commission-status.pending{background:rgba(250,204,21,.15);color:#fbbf24}.store-commission-status.settled{background:rgba(52,211,153,.15);color:#34d399}@media (max-width:640px){.store-referral-stats{grid-template-columns:1fr}}.store-stat-card .stat-icon{border-radius:10px}.store-stat-card .stat-value{font-size:20px;font-weight:700}.store-stat-card .stat-label{font-size:12px}.store-card-price.discount{color:#e11d48}.store-promo-badge{border-radius:4px}.store-promo-countdown{gap:6px;padding:8px 12px}.store-hero-stats{display:flex;gap:16px;margin-top:24px}.store-stat-card{flex:1;background:var(--store-glass);border-radius:12px;padding:16px;display:flex;align-items:center;gap:12px;border:1px solid var(--store-glass-border);transition:all .2s;backdrop-filter:blur(8px)}.store-stat-card:hover{transform:translateY(-2px);box-shadow:var(--store-shadow),var(--store-shadow-glow)}.store-stat-card .stat-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px}.store-stat-card .stat-content{flex:1}.store-stat-card .stat-value{font-size:24px;font-weight:800;line-height:1.2}.store-stat-card .stat-label{font-size:13px;color:var(--store-text-tertiary);margin-top:2px}.store-stat-card.highlight{background:linear-gradient(135deg,rgba(16,185,129,.15),rgba(20,184,166,.1));border-color:rgba(16,185,129,.3)}.store-stat-card.highlight .stat-value{color:var(--store-primary)}.store-card-price-row{display:flex;align-items:baseline;gap:6px;margin-bottom:8px}.store-card-price.discount{color:#f87171}.store-card-original-price{font-size:12px;color:var(--store-text-quaternary);text-decoration:line-through}.store-card-sales{font-size:11px;color:var(--store-text-quaternary);display:flex;align-items:center;gap:4px}.store-product-price-block{margin-bottom:24px}.store-promo-badge{display:inline-block;background:rgba(248,113,113,.15);color:#f87171;font-weight:700;padding:4px 8px;border-radius:6px;margin-bottom:12px}.store-product-original-price{font-size:18px;font-weight:400}.store-promo-countdown{display:flex;gap:8px;font-size:13px;font-weight:500;color:#f87171;margin-top:12px;background:rgba(248,113,113,.1);padding:10px 14px;border-radius:8px;border:1px dashed rgba(248,113,113,.3)}.store-layout-new{min-height:100vh;background:var(--store-bg);font-family:var(--store-font);color:var(--store-text);-webkit-font-smoothing:antialiased}.store-topbar{background:rgba(2,44,34,.5);border-bottom:1px solid var(--store-border);padding:12px 24px;backdrop-filter:blur(12px)}.store-topbar-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.store-topbar-stats{display:flex;gap:16px;flex-shrink:0}.topbar-stat{display:flex;align-items:center;gap:5px;font-size:13px;color:var(--store-text-tertiary)}.topbar-stat b{font-weight:600;color:var(--store-text-secondary)}.topbar-stat.active,.topbar-stat.active b{color:var(--store-accent)}.store-topbar-search{display:flex;align-items:center;gap:8px;background:var(--store-glass);border:1px solid var(--store-glass-border);border-radius:var(--store-radius);padding:7px 14px;max-width:360px;flex:1;transition:all .2s;backdrop-filter:blur(8px)}.store-topbar-search:focus-within{border-color:var(--store-primary);box-shadow:0 0 0 2px rgba(16,185,129,.15);background:rgba(6,78,59,.4)}.store-topbar-search .search-icon{color:var(--store-text-quaternary);flex-shrink:0}.store-topbar-search input{flex:1;border:none;background:transparent;font-size:13px;color:var(--store-text);outline:none;font-family:var(--store-font)}.store-topbar-search input::placeholder{color:var(--store-text-quaternary)}.store-hero-section{position:relative;overflow:hidden;padding:48px 24px 36px;text-align:center}.store-hero-bg{position:absolute;inset:0;pointer-events:none;z-index:0}.hero-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.45;animation:store-blob 8s ease-in-out infinite}.hero-blob-1{width:320px;height:320px;background:radial-gradient(circle,#10b981 0,transparent 70%);top:-80px;left:10%}.hero-blob-2{width:260px;height:260px;background:radial-gradient(circle,#14b8a6 0,transparent 70%);bottom:-60px;right:15%;animation-delay:4s}.store-hero-inner{position:relative;z-index:1;max-width:640px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(16,185,129,.15);border:1px solid rgba(16,185,129,.25);border-radius:999px;padding:5px 14px;font-size:12px;color:#6ee7b7;margin-bottom:16px;backdrop-filter:blur(8px)}.hero-badge svg{width:14px;height:14px}.hero-title{font-size:32px;font-weight:800;line-height:1.3;margin-bottom:8px;color:#f0fdf4;letter-spacing:-.5px}.hero-gradient-text{background:linear-gradient(135deg,#10b981,#14b8a6 50%,#6ee7b7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;background-size:200% 200%;animation:store-gradient-move 4s ease-in-out infinite}.hero-subtitle{font-size:14px;color:var(--store-text-tertiary);margin-bottom:24px}.hero-search-box{position:relative;max-width:480px;margin:0 auto 20px}.hero-search-stars{position:absolute;inset:0;pointer-events:none;z-index:2}.hero-star{position:absolute;color:#6ee7b7;opacity:0;animation:store-star-twinkle 3s ease-in-out infinite}.star-1{top:-8px;right:-4px;animation-delay:0s}.star-2{bottom:-6px;left:-8px;animation-delay:1s}.star-3{top:50%;right:-12px;animation-delay:2s}.hero-search-box input{width:100%;padding:12px 16px 12px 44px;background:rgba(6,78,59,.4);border:1px solid rgba(16,185,129,.2);border-radius:12px;font-size:14px;color:#f0fdf4;outline:none;font-family:var(--store-font);backdrop-filter:blur(12px);transition:all .25s}.hero-search-box input::placeholder{color:rgba(167,243,208,.4)}.hero-search-box input:focus{border-color:#10b981;box-shadow:0 0 0 3px rgba(16,185,129,.15),0 0 24px rgba(16,185,129,.1);background:rgba(6,78,59,.6)}.hero-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:rgba(167,243,208,.5);z-index:3;pointer-events:none}.hero-stats-row{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.hero-stat-chip{display:inline-flex;align-items:center;gap:5px;padding:4px 12px;background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.15);border-radius:999px;font-size:12px;color:#a7f3d0;backdrop-filter:blur(6px)}.hero-stat-chip b{font-weight:700;color:#6ee7b7}.sidebar-stats-card{background:var(--store-glass);border:1px solid var(--store-glass-border);border-radius:var(--store-radius-lg);padding:16px;margin-top:16px;backdrop-filter:blur(12px)}.sidebar-stats-title{font-size:13px;font-weight:600;color:var(--store-text-secondary);margin-bottom:12px}.sidebar-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.sidebar-stat{text-align:center;padding:10px 8px;background:rgba(16,185,129,.08);border-radius:var(--store-radius);border:1px solid rgba(16,185,129,.1)}.sidebar-stat-val{display:block;font-size:20px;font-weight:700;color:#6ee7b7;line-height:1.2}.sidebar-stat-lbl{display:block;font-size:11px;color:var(--store-text-tertiary);margin-top:2px}.store-trees-nav{position:relative;z-index:10;max-width:1200px;margin:0 auto 40px;padding:0 24px}.trees-nav-inner{display:flex;gap:16px;overflow-x:auto;padding:16px 16px 24px;justify-content:flex-start;scrollbar-width:none}.trees-nav-inner::-webkit-scrollbar{display:none}.tree-nav-item{flex:0 0 auto;width:140px;height:100px;background:var(--store-card-bg);border-radius:var(--store-radius-lg);padding:14px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;cursor:pointer;border:1px solid var(--store-border);box-shadow:var(--store-shadow-sm);transition:all .25s ease}.tree-nav-item:hover{transform:translateY(-3px);box-shadow:var(--store-shadow);border-color:#C9CDD4}.tree-nav-item.active{background:var(--store-primary-light);border-color:var(--store-primary);box-shadow:0 0 0 1px var(--store-primary)}.tree-icon-box{width:40px;height:40px;border-radius:var(--store-radius);background:var(--store-bg);color:var(--store-text-tertiary);display:flex;align-items:center;justify-content:center;margin-bottom:8px;transition:all .25s}.tree-nav-item.active .tree-icon-box,.tree-nav-item:hover .tree-icon-box{background:var(--store-primary);color:white}.tree-icon-box.check-all{background:var(--store-primary-light);color:var(--store-primary)}.tree-nav-item.active .tree-icon-box.check-all{background:var(--store-primary);color:white}.tree-info .tree-name{display:block;font-weight:600;font-size:13px;color:var(--store-text);margin-bottom:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:112px}.tree-info .tree-count{font-size:11px;color:var(--store-text-quaternary)}.store-main-container{max-width:1280px;margin:0 auto;padding:20px 24px 64px}.store-content-grid{display:grid;grid-template-columns:240px 1fr;gap:28px;align-items:start}.store-sidebar-panel{background:var(--store-glass);border-radius:var(--store-radius-lg);border:1px solid var(--store-glass-border);overflow:hidden;position:sticky;top:110px;box-shadow:var(--store-shadow-sm);backdrop-filter:blur(16px)}.sidebar-header{background:rgba(2,44,34,.4);padding:14px 16px;border-bottom:1px solid var(--store-border);font-weight:600;color:var(--store-text);display:flex;align-items:center;gap:8px;font-size:14px}.store-tree-view{padding:8px;max-height:calc(100vh - 190px);overflow-y:auto}.store-tree-view .store-tree-node{padding:8px 10px;border-radius:var(--store-radius-sm);font-size:14px;color:var(--store-text-secondary);gap:8px;line-height:1.5}.store-tree-view .store-tree-node:hover{background:var(--store-bg);color:var(--store-text)}.store-tree-view .store-tree-node.selected{background:var(--store-primary-light);color:var(--store-primary);font-weight:600}.store-tree-view .store-tree-node.selected:before{display:none}.store-tree-node.dimmed{opacity:.5}.store-tree-view .store-tree-count{margin-left:auto;font-size:11px;color:var(--store-text-quaternary);background:transparent;padding:0}.products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.products-header h2{font-size:20px;font-weight:700;color:var(--store-text)}.products-controls{display:flex;gap:8px}.products-controls select{background:var(--store-glass);border:1px solid var(--store-glass-border);border-radius:var(--store-radius);padding:7px 12px;font-size:13px;color:var(--store-text-secondary);outline:none;cursor:pointer;font-family:var(--store-font)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}.modern-product-card{background:var(--store-glass);border:1px solid var(--store-glass-border);border-radius:var(--store-radius-lg);overflow:hidden;transition:all .25s ease;display:flex;flex-direction:column;text-decoration:none;backdrop-filter:blur(12px)}.modern-product-card:hover{transform:translateY(-3px);box-shadow:var(--store-shadow-lg),var(--store-shadow-glow);border-color:rgba(16,185,129,.3)}.card-cover{height:160px;background:rgba(6,78,59,.3);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.card-cover img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.modern-product-card:hover .card-cover img{transform:scale(1.03)}.card-preview-frame{width:100%;height:100%;position:relative;overflow:hidden;background:white}.card-preview-frame iframe{position:absolute;top:0;left:0;width:200%;height:200%;transform:scale(.5);transform-origin:top left;border:none;pointer-events:none}.placeholder-cover{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--store-text-quaternary)}.placeholder-cover.html{background:linear-gradient(135deg,rgba(16,185,129,.2),rgba(20,184,166,.15));color:var(--store-primary)}.placeholder-cover.pdf{background:linear-gradient(135deg,rgba(248,113,113,.15),rgba(239,68,68,.1));color:#f87171}.card-badges{position:absolute;top:10px;left:10px;display:flex;gap:4px}.badge-type{background:rgba(29,33,41,.65);backdrop-filter:blur(4px);letter-spacing:.02em}.badge-promo,.badge-type{color:white;font-size:10px;font-weight:600;padding:3px 6px;border-radius:3px}.badge-promo{background:var(--store-accent)}.card-info{padding:14px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.card-info h3{font-size:14px;font-weight:600;color:var(--store-text);margin-bottom:10px;line-height:1.5;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-meta{display:flex;justify-content:space-between;align-items:flex-end}.price-block{display:flex;flex-direction:column}.current-price{font-size:16px;font-weight:700;color:var(--store-primary)}.original-price{font-size:11px;text-decoration:line-through}.original-price,.stats-block{color:var(--store-text-quaternary)}.stats-block{display:flex;gap:8px;font-size:12px}.stats-block span{gap:3px}.empty-state,.stats-block span{display:flex;align-items:center}.empty-state{grid-column:1/-1;flex-direction:column;justify-content:center;padding:72px 24px;color:var(--store-text-tertiary);text-align:center}.empty-state-icons{display:flex;align-items:center;gap:16px;margin-bottom:24px}.empty-icon-float{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.15);border-radius:16px;color:#6ee7b7;animation:store-float 3s ease-in-out infinite}.empty-icon-float:nth-child(2){width:64px;height:64px;background:rgba(16,185,129,.18);border-color:rgba(16,185,129,.25);border-radius:20px}.empty-state svg{color:var(--store-text-quaternary)}.empty-state-title{font-size:16px;font-weight:600;color:var(--store-text-secondary);margin-bottom:4px}.empty-state-desc{font-size:13px;color:var(--store-text-tertiary);margin-bottom:20px}.empty-state .store-btn{font-size:13px}@media (max-width:768px){.store-topbar-inner{flex-direction:column;gap:10px}.store-topbar-search{max-width:100%}.store-hero-section{padding:32px 16px 24px}.hero-title{font-size:24px}.hero-stats-row{gap:8px}.hero-blob{display:none}.store-content-grid{grid-template-columns:1fr}.store-sidebar-panel{display:none}.store-trees-nav{margin-bottom:24px}.empty-state-icons{gap:10px}.empty-icon-float{width:44px;height:44px;border-radius:12px}.empty-icon-float:nth-child(2){width:52px;height:52px}}.agreement-page{max-width:800px;margin:0 auto;padding:40px 24px 80px}.agreement-container{background:var(--store-glass);border-radius:var(--store-radius-xl);border:1px solid var(--store-glass-border);overflow:hidden;backdrop-filter:blur(16px)}.agreement-header{background:var(--store-gradient);color:white;padding:36px 36px 28px;text-align:center}.agreement-header h1{font-size:24px;font-weight:700;margin-bottom:6px}.agreement-header p{font-size:13px;color:rgba(255,255,255,.7)}.agreement-content{padding:36px;font-size:14px;line-height:1.8;color:var(--store-text-secondary)}.agreement-content h2{font-size:17px;font-weight:700;margin:28px 0 14px;color:var(--store-text);padding-bottom:8px}.agreement-content h2:first-child{margin-top:0}.agreement-content p{margin-bottom:12px}.agreement-content ol,.agreement-content ul{margin:12px 0;padding-left:24px}.agreement-content li{margin-bottom:8px}.agreement-content strong{color:var(--store-text)}.agreement-footer{padding:20px 36px;background:var(--store-bg);border-top:1px solid var(--store-border);text-align:center}.agreement-checkbox{display:flex;align-items:center;gap:8px;padding:12px 0;cursor:pointer;font-size:13px;color:#64748b;user-select:none}.agreement-checkbox:hover{color:#334155}.agreement-link{color:var(--store-primary)!important;text-decoration:none;font-weight:500}.agreement-link:hover{text-decoration:underline}.agreement-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:24px}.agreement-modal{background:var(--store-bg);border-radius:var(--store-radius-xl);max-width:520px;width:100%;padding:28px;border:1px solid var(--store-glass-border);animation:modal-in .3s cubic-bezier(.4,0,.2,1)}@keyframes modal-in{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.agreement-modal h2{font-size:20px;font-weight:700;margin-bottom:6px;color:var(--store-text)}.agreement-modal-desc{font-size:13px;color:var(--store-text-tertiary);margin-bottom:18px}.agreement-modal-body{background:rgba(6,78,59,.3);border-radius:var(--store-radius);padding:18px;margin-bottom:20px;font-size:13px;color:var(--store-text-secondary);line-height:1.7;max-height:300px;overflow-y:auto}.agreement-modal-body ul{padding-left:20px;margin:8px 0}.agreement-modal-body li{margin-bottom:6px}.agreement-modal-actions{display:flex;gap:12px;justify-content:flex-end}.agreement-modal-actions .store-btn{padding:10px 24px;font-size:14px;border-radius:10px}.store-cart-btn{position:relative;background:none;border:none;cursor:pointer;color:var(--store-text-secondary);padding:6px;border-radius:var(--store-radius);transition:all .2s;display:flex;align-items:center;justify-content:center}.store-cart-btn:hover{color:var(--store-primary);background:var(--store-primary-light)}.store-cart-badge{position:absolute;top:-2px;right:-4px;background:var(--store-accent);color:white;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;line-height:1}.modern-product-card-wrapper{position:relative}.card-cart-btn{position:absolute;bottom:14px;right:14px;width:30px;height:30px;border-radius:50%;border:1px solid var(--store-border);background:var(--store-card-bg);color:var(--store-text-tertiary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;opacity:0;transform:scale(.8);z-index:2;box-shadow:var(--store-shadow-sm)}.modern-product-card-wrapper:hover .card-cart-btn{opacity:1;transform:scale(1)}.card-cart-btn:hover{background:var(--store-primary);color:white;border-color:var(--store-primary)}.card-cart-btn.in-cart{opacity:1;transform:scale(1);background:var(--store-primary-light);color:var(--store-primary);border-color:var(--store-primary)}.store-product-btn-group{display:flex;gap:8px}.store-product-btn-group .store-btn-full{flex:1}.cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.35);backdrop-filter:blur(4px);z-index:9998;animation:cart-fade-in .2s ease}@keyframes cart-fade-in{0%{opacity:0}to{opacity:1}}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:400px;max-width:90vw;background:var(--store-bg);z-index:9999;display:flex;flex-direction:column;box-shadow:-8px 0 32px rgba(0,0,0,.3);animation:cart-slide-in .25s ease;border-left:1px solid var(--store-glass-border)}@keyframes cart-slide-in{0%{transform:translateX(100%)}to{transform:translateX(0)}}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--store-border);flex-shrink:0}.cart-drawer-title{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:var(--store-text)}.cart-header-count{background:var(--store-primary);color:white;font-size:11px;font-weight:600;padding:1px 6px;border-radius:10px}.cart-close-btn{background:none;border:none;cursor:pointer;color:var(--store-text-tertiary);padding:4px;border-radius:var(--store-radius-sm);transition:all .15s}.cart-close-btn:hover{color:var(--store-text);background:var(--store-bg)}.cart-drawer-body{flex:1;overflow-y:auto;padding:0}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px;color:var(--store-text-tertiary);text-align:center;gap:4px}.cart-empty svg{color:var(--store-text-quaternary);margin-bottom:12px}.cart-empty-title{font-size:15px;font-weight:600;color:var(--store-text-secondary)}.cart-empty-desc{font-size:13px;color:var(--store-text-tertiary);margin-bottom:16px}.cart-actions-bar{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;border-bottom:1px solid var(--store-border);background:rgba(2,44,34,.4)}.cart-items-summary{font-size:13px;color:var(--store-text-tertiary)}.cart-clear-btn{display:flex;align-items:center;gap:4px;background:none;border:none;cursor:pointer;font-size:12px;color:var(--store-text-quaternary);padding:4px 8px;border-radius:var(--store-radius-sm);transition:all .15s;font-family:var(--store-font)}.cart-clear-btn:hover{color:#f87171;background:rgba(248,113,113,.1)}.cart-items-list{padding:8px 12px}.cart-item{display:flex;align-items:flex-start;gap:12px;padding:12px 8px;border-bottom:1px solid var(--store-border);position:relative}.cart-item:last-child{border-bottom:none}.cart-item-cover{width:56px;height:56px;border-radius:var(--store-radius);overflow:hidden;flex-shrink:0;background:var(--store-bg)}.cart-item-cover img{width:100%;height:100%;object-fit:cover}.cart-item-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--store-text-quaternary)}.cart-item-placeholder.html{background:rgba(16,185,129,.15);color:var(--store-primary)}.cart-item-placeholder.pdf{background:rgba(248,113,113,.15);color:#f87171}.cart-item-info{flex:1;min-width:0}.cart-item-title{font-size:13px;font-weight:500;color:var(--store-text);text-decoration:none;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4;transition:color .15s}.cart-item-title:hover{color:var(--store-primary)}.cart-item-meta{display:flex;gap:6px;margin-top:4px}.cart-item-type{color:var(--store-text-tertiary);background:var(--store-bg)}.cart-item-promo,.cart-item-type{font-size:10px;font-weight:600;padding:1px 5px;border-radius:3px}.cart-item-promo{color:var(--store-accent);background:rgba(255,125,0,.08)}.cart-item-bottom{display:flex;align-items:center;gap:6px;margin-top:6px}.cart-item-price{font-size:14px;font-weight:700;color:var(--store-primary)}.cart-item-original{font-size:11px;color:var(--store-text-quaternary);text-decoration:line-through}.cart-item-remove{background:none;border:none;cursor:pointer;color:var(--store-text-quaternary);padding:4px;border-radius:var(--store-radius-sm);transition:all .15s;flex-shrink:0}.cart-item-remove:hover{color:#f87171;background:rgba(248,113,113,.1)}.cart-drawer-footer{padding:16px 20px;flex-shrink:0;background:rgba(2,44,34,.4)}.cart-result{display:flex;align-items:center;gap:6px;padding:8px 12px;border-radius:var(--store-radius);font-size:13px;margin-bottom:12px}.cart-result.success{background:rgba(52,211,153,.12);color:var(--store-success)}.cart-result.error{background:rgba(248,113,113,.12);color:#f87171}.cart-total-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;font-size:14px;color:var(--store-text-secondary)}.cart-total-price{font-size:20px;font-weight:700;color:var(--store-primary)}.cart-checkout-btn{width:100%;justify-content:center}@media (max-width:480px){.cart-drawer{width:100vw;max-width:100vw}}.profile-page{max-width:1200px;margin:0 auto;padding:24px 20px}.profile-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.profile-header h1{font-size:22px;font-weight:700}.profile-layout{display:grid;grid-template-columns:200px 1fr;gap:24px;align-items:start}.profile-sidebar{display:flex;flex-direction:column;gap:4px;background:var(--store-glass);border-radius:14px;border:1px solid var(--store-glass-border);padding:8px;position:sticky;top:80px;backdrop-filter:blur(16px)}.profile-tab-btn{display:flex;align-items:center;gap:10px;padding:12px 16px;border:none;border-radius:10px;background:transparent;color:var(--store-text-secondary);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;text-align:left}.profile-tab-btn:hover{background:var(--store-bg);color:var(--store-text)}.profile-content{background:var(--store-glass);border:1px solid var(--store-glass-border);padding:24px;min-height:400px;backdrop-filter:blur(16px)}.profile-avatar-row{display:flex;align-items:center;gap:20px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--store-border)}.profile-avatar{width:64px;height:64px;border-radius:50%;color:white;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;flex-shrink:0;box-shadow:0 0 20px rgba(16,185,129,.3)}.profile-user-name{font-size:20px;font-weight:600;margin:0 0 4px}.profile-user-email,.profile-user-phone{font-size:14px;color:var(--store-text-secondary);margin:2px 0}.profile-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.profile-info-item{padding:16px;background:rgba(6,78,59,.3);border-radius:10px}.profile-info-label{display:block;font-size:12px;margin-bottom:4px}.profile-info-value{display:block;font-size:14px;font-weight:500}.profile-orders-layout{display:grid;grid-template-columns:250px 1fr;gap:14px;align-items:start}.profile-orders-filter-panel{border-radius:12px;padding:12px;background:rgba(6,78,59,.2);position:sticky;top:8px}.profile-orders-filter-title{font-size:12px;color:var(--store-text-tertiary);margin-bottom:10px;letter-spacing:.03em}.profile-orders-tree-groups{display:flex;flex-direction:column;gap:10px}.profile-orders-tree-group{display:flex;flex-direction:column;gap:6px}.profile-orders-tree-group-name{font-size:12px;color:var(--store-text-tertiary);padding:0 2px}.profile-orders-tree-btn{width:100%;text-align:left;background:transparent;color:var(--store-text-secondary);border-radius:8px;padding:8px 10px;font-size:13px;transition:all .2s;cursor:pointer}.profile-orders-tree-btn:hover{border-color:rgba(148,163,184,.45);color:var(--store-text)}.profile-orders-tree-btn.active{border-color:rgba(99,102,241,.55);color:#e2e8f0;background:rgba(99,102,241,.14)}.profile-orders-node-filter{margin-top:12px;border-top:1px solid var(--store-border);padding-top:12px}.profile-orders-filter-subtitle{font-size:12px;color:var(--store-text-tertiary);margin-bottom:8px}.profile-order-node-btn{width:100%;border:0;background:transparent;color:var(--store-text-secondary);display:flex;align-items:center;gap:6px;font-size:12px;padding:6px 8px;border-radius:8px;cursor:pointer;transition:all .2s}.profile-order-node-btn:hover{background:rgba(148,163,184,.12);color:var(--store-text)}.profile-order-node-btn.active{background:rgba(99,102,241,.14);color:#e2e8f0}.profile-order-node-dot{width:4px;height:4px;border-radius:999px;background:currentColor;margin-left:4px}.profile-order-node-text{flex:1;min-width:0;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-orders-list{display:flex;flex-direction:column;gap:12px}.profile-order-card{display:flex;align-items:center;gap:16px;padding:16px;border-radius:12px;transition:all .2s}.profile-order-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.06)}.profile-order-cover{width:64px;height:64px;border-radius:8px;overflow:hidden;background:var(--store-bg);flex-shrink:0}.profile-order-cover img{width:100%;height:100%;object-fit:cover}.profile-order-info{flex:1;min-width:0}.profile-order-title{font-weight:600;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-order-meta{font-size:13px}.profile-order-actions{display:flex;gap:8px;flex-shrink:0}.profile-learning-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:24px}.profile-export-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 14px;border-radius:8px;background:white;color:var(--store-text-secondary);font-size:12px;cursor:pointer;transition:all .2s;white-space:nowrap}.profile-export-btn:hover{background:rgba(99,102,241,.04)}.profile-stat-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 12px;background:rgba(6,78,59,.3);border-radius:12px;text-align:center}.profile-stat-val{font-size:20px;font-weight:700;line-height:1.2}.profile-stat-lbl{font-size:12px}.profile-learners-table-wrap{overflow-x:auto;border-radius:12px}.profile-learners-table{width:100%;border-collapse:collapse;font-size:13px}.profile-learners-table thead{background:var(--store-bg)}.profile-learners-table th{padding:12px 14px;text-align:left;font-weight:600;color:var(--store-text-secondary);white-space:nowrap}.profile-learners-table td{padding:12px 14px;color:var(--store-text)}.profile-learners-table tbody tr:hover{background:rgba(16,185,129,.06)}.profile-learner-name{font-weight:500}.profile-learner-content{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--store-text-secondary)}.profile-progress-bar{display:flex;align-items:center;gap:8px}.profile-progress-bar>div{height:6px;border-radius:3px;max-width:60px}.profile-progress-bar span{font-size:12px;color:var(--store-text-secondary)}.profile-quiz-badge{display:inline-block;padding:2px 8px;border-radius:10px;font-size:12px;font-weight:500}.profile-quiz-badge.good{background:rgba(52,211,153,.15);color:#34d399}.profile-quiz-badge.poor{background:rgba(248,113,113,.15);color:#f87171}.profile-status-tag{display:inline-block;padding:2px 10px;border-radius:10px;font-size:12px;font-weight:500;white-space:nowrap}.profile-status-tag.completed{background:rgba(52,211,153,.15);color:#34d399}.profile-status-tag.ongoing{background:rgba(16,185,129,.15)}.profile-td-time{font-size:12px;white-space:nowrap}.profile-empty,.profile-td-time{color:var(--store-text-tertiary)}.profile-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.profile-empty h3{margin:16px 0 4px;font-size:16px;color:var(--store-text-secondary)}.profile-empty p{font-size:14px;margin:0}.profile-loading{display:flex;align-items:center;justify-content:center;gap:8px;padding:60px 20px;color:var(--store-text-tertiary);font-size:14px}@media (max-width:768px){.profile-layout{grid-template-columns:1fr}.profile-sidebar{flex-direction:row;overflow-x:auto;position:static}.profile-tab-btn{white-space:nowrap;padding:10px 14px}.profile-learning-stats{grid-template-columns:repeat(2,1fr)}.profile-info-grid{grid-template-columns:1fr}.profile-order-card{flex-direction:column;align-items:flex-start}.profile-order-actions{width:100%}.profile-orders-layout{grid-template-columns:1fr}.profile-orders-filter-panel{position:static}}.admin-dashboard{max-width:1400px;margin:0 auto;padding:24px}.admin-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:24px;font-size:14px}.admin-breadcrumb-link{color:var(--store-primary);text-decoration:none}.admin-breadcrumb-link:hover{text-decoration:underline}.admin-breadcrumb-sep{color:var(--store-text-tertiary)}.admin-breadcrumb-current{color:var(--store-text-primary);font-weight:600}.admin-breadcrumb-actions{margin-left:auto;display:flex;gap:8px}.admin-nav-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:500;border-radius:8px;background:var(--store-gradient);color:white;text-decoration:none;transition:all .2s}.admin-nav-btn:hover{background:linear-gradient(135deg,#059669,#0d9488);transform:translateY(-1px);box-shadow:0 2px 8px rgba(16,185,129,.3)}.admin-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.admin-stat-card{display:flex;align-items:center;gap:16px;padding:20px;background:var(--store-glass);border-radius:14px;border:1px solid var(--store-glass-border);box-shadow:var(--store-shadow-sm);backdrop-filter:blur(8px)}.admin-stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:white;flex-shrink:0}.admin-stat-info{flex:1}.admin-stat-value{font-size:24px;font-weight:700;color:var(--store-text-primary);line-height:1.2}.admin-stat-label{font-size:13px;color:var(--store-text-tertiary);margin-top:2px}.admin-channel-section{background:var(--store-glass);border-radius:14px;border:1px solid var(--store-glass-border);padding:20px;margin-bottom:24px;backdrop-filter:blur(8px)}.admin-section-title{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:var(--store-text-primary);margin-bottom:16px}.admin-channel-bar-container{display:flex;flex-direction:column;gap:12px}.admin-channel-bar{display:flex;height:12px;border-radius:6px;overflow:hidden;background:var(--store-bg)}.admin-channel-segment{min-width:4px;transition:all .3s}.admin-channel-segment:hover{opacity:.8}.admin-channel-legends{display:flex;flex-wrap:wrap;gap:16px}.admin-channel-legend{display:flex;align-items:center;gap:6px;font-size:13px}.admin-channel-dot{width:8px;height:8px;border-radius:50%}.admin-channel-name{color:var(--store-text-secondary)}.admin-channel-count{font-weight:600;color:var(--store-text-primary)}.admin-channel-pct{color:var(--store-text-tertiary);font-size:12px}.admin-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px;flex-wrap:wrap}.admin-search-box{display:flex;align-items:center;background:var(--store-glass);border:1px solid var(--store-glass-border);border-radius:10px;padding:0 12px;gap:8px;flex:1;max-width:400px;backdrop-filter:blur(8px)}.admin-search-box svg{color:var(--store-text-tertiary);flex-shrink:0}.admin-search-input{border:none;outline:none;background:transparent;padding:10px 0;font-size:14px;flex:1;color:var(--store-text)}.admin-search-btn{padding:6px 14px;border:none;border-radius:6px;background:var(--store-gradient);color:white;font-size:13px;cursor:pointer;font-weight:500;white-space:nowrap}.admin-search-btn:hover{background:linear-gradient(135deg,#059669,#0d9488)}.admin-filters{display:flex;align-items:center;gap:8px}.admin-filter-select{padding:8px 12px;border:1px solid var(--store-border);border-radius:8px;background:var(--store-glass);font-size:13px;color:var(--store-text);cursor:pointer;outline:none}.admin-filter-select:focus{border-color:var(--store-primary)}.admin-refresh-btn{width:36px;height:36px;border:1px solid var(--store-border);border-radius:8px;background:var(--store-glass);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--store-text-tertiary);transition:all .2s}.admin-refresh-btn:hover{border-color:var(--store-primary);color:var(--store-primary)}.admin-table-container{background:var(--store-glass);border-radius:14px;border:1px solid var(--store-glass-border);overflow-x:auto;margin-bottom:16px;backdrop-filter:blur(8px)}.admin-table{width:100%;border-collapse:collapse;font-size:13px}.admin-table thead{background:var(--store-bg);position:sticky;top:0}.admin-table th{padding:12px 16px;text-align:left;font-weight:600;color:var(--store-text-secondary);border-bottom:1px solid var(--store-border);white-space:nowrap}.admin-th-sortable{cursor:pointer;user-select:none;display:flex;align-items:center;gap:4px}.admin-th-sortable:hover{color:var(--store-primary)}.admin-table td{padding:12px 16px;border-bottom:1px solid var(--store-border);color:var(--store-text)}.admin-table tbody tr:hover{background:rgba(16,185,129,.06)}.admin-table-empty{text-align:center;padding:40px 16px!important;color:var(--store-text-tertiary)}.admin-row-disabled{opacity:.5}.admin-td-time{color:var(--store-text-tertiary);font-size:12px;white-space:nowrap}.admin-td-ip code{font-family:Fira Code,monospace;font-size:12px;background:#f2f3f5;padding:2px 6px;border-radius:4px;color:var(--store-text-secondary)}.admin-td-center{text-align:center}.admin-user-cell{display:flex;align-items:center;gap:10px}.admin-user-avatar{width:32px;height:32px;border-radius:50%;background:var(--store-gradient);color:white;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;flex-shrink:0;text-transform:uppercase}.admin-user-info{display:flex;flex-direction:column}.admin-user-name{font-weight:500;color:var(--store-text-primary);line-height:1.3}.admin-user-email{font-size:12px;color:var(--store-text-tertiary)}.admin-channel-tag{padding:2px 10px;border-radius:20px;font-weight:500;white-space:nowrap}.admin-channel-tag,.admin-referrer-tag{display:inline-flex;align-items:center;font-size:12px}.admin-referrer-tag{padding:2px 8px;border-radius:4px;background:#fff7e6;color:#d46b08}.admin-status-badge{display:inline-flex;align-items:center;padding:2px 10px;border-radius:20px;font-size:12px;font-weight:500;white-space:nowrap}.status-active{background:rgba(52,211,153,.15);color:#34d399}.status-disabled{background:rgba(248,113,113,.15);color:#f87171}.status-pending{background:rgba(250,204,21,.15);color:#fbbf24}.admin-action-btn{padding:4px 12px;border:1px solid;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.action-disable{border-color:#ffccc7;color:#f5222d;background:white}.action-disable:hover{background:#fff1f0}.action-enable{border-color:#b7eb8f;color:#52c41a;background:white}.action-enable:hover{background:#f6ffed}.action-view{border-color:var(--store-primary);color:var(--store-primary);background:white}.action-view:hover{background:#e8f0fe}.admin-pagination{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 0}.admin-pagination-info{font-size:13px;color:var(--store-text-tertiary)}.admin-page-btn{width:32px;height:32px;border:1px solid var(--store-border);border-radius:6px;background:var(--store-glass);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--store-text-secondary);transition:all .2s}.admin-page-btn:hover:not(:disabled){border-color:var(--store-primary);color:var(--store-primary)}.admin-page-btn:disabled{opacity:.4;cursor:not-allowed}.admin-page-current{font-size:14px;font-weight:500;color:var(--store-text-primary)}.analytics-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px;flex-wrap:wrap}.analytics-tabs{display:flex;gap:4px;background:var(--store-bg);border-radius:10px;padding:4px}.analytics-tab{display:flex;align-items:center;gap:6px;padding:8px 16px;border:none;border-radius:8px;background:transparent;color:var(--store-text-tertiary);font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.analytics-tab:hover{color:var(--store-text-primary)}.analytics-tab.active{background:var(--store-glass);color:var(--store-primary);box-shadow:0 1px 3px rgba(0,0,0,.2)}.analytics-range-group{display:flex;align-items:center;gap:4px;background:var(--store-bg);border-radius:8px;padding:3px}.analytics-range-btn{padding:6px 14px;border:none;border-radius:6px;background:transparent;color:var(--store-text-tertiary);font-size:13px;cursor:pointer;transition:all .2s}.analytics-range-btn.active{background:var(--store-glass);color:var(--store-primary);font-weight:600;box-shadow:0 1px 3px rgba(0,0,0,.2)}.analytics-loading{text-align:center;padding:60px 20px;color:var(--store-text-tertiary);font-size:14px}.analytics-metric-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px}.analytics-metric-card{display:flex;align-items:center;gap:12px;padding:16px 20px;background:var(--store-glass);border:1px solid var(--store-glass-border);border-radius:12px;backdrop-filter:blur(8px)}.analytics-metric-card svg{color:var(--store-primary)}.analytics-metric-val{font-size:18px;font-weight:700;color:var(--store-text-primary)}.analytics-metric-lbl{font-size:12px;color:var(--store-text-tertiary)}.analytics-chart-section{background:var(--store-glass);border-radius:14px;border:1px solid var(--store-glass-border);padding:20px;margin-bottom:24px;backdrop-filter:blur(8px)}.analytics-bar-chart{display:flex;align-items:flex-end;gap:4px;height:160px;padding-top:16px}.analytics-bar-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;min-width:20px}.analytics-bar-wrapper{width:100%;height:120px;display:flex;align-items:flex-end}.analytics-bar{width:100%;min-height:2px;background:var(--store-gradient);border-radius:4px 4px 0 0;transition:height .3s}.analytics-bar-label{font-size:10px;color:var(--store-text-tertiary);white-space:nowrap}.analytics-bar-value{font-size:10px;font-weight:600;color:var(--store-primary)}.analytics-distributions{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.analytics-dist-card{background:var(--store-glass);border-radius:14px;border:1px solid var(--store-glass-border);padding:20px;backdrop-filter:blur(8px)}.analytics-dist-title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--store-text-primary);margin-bottom:16px}.analytics-dist-list{display:flex;flex-direction:column;gap:8px}.analytics-dist-item{display:flex;align-items:center;gap:8px;font-size:13px}.analytics-dist-icon{font-size:16px;width:24px;text-align:center}.analytics-dist-name{flex:1;color:var(--store-text-secondary)}.analytics-dist-count{font-weight:600;color:var(--store-text-primary)}.analytics-dist-group{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.analytics-dist-sub h5{font-size:12px;font-weight:600;color:var(--store-text-tertiary);margin-bottom:8px;text-transform:uppercase}.analytics-live-section{background:var(--store-glass);border-radius:14px;border:1px solid var(--store-glass-border);padding:20px;margin-bottom:24px;backdrop-filter:blur(8px)}.analytics-event-stream{display:flex;flex-direction:column;gap:4px;max-height:400px;overflow-y:auto}.analytics-event-item{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:8px;transition:background .15s}.analytics-event-item:hover{background:var(--store-bg)}.analytics-event-icon{font-size:16px;width:28px;text-align:center}.analytics-event-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.analytics-event-type{font-size:13px;font-weight:500;color:var(--store-text-primary)}.analytics-event-page{font-size:12px;color:var(--store-text-tertiary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analytics-event-device,.analytics-event-time{color:var(--store-text-tertiary);flex-shrink:0}.analytics-event-time{font-size:12px;white-space:nowrap}.analytics-event-tag{display:inline-flex;align-items:center;gap:4px;font-size:13px;white-space:nowrap}.analytics-content-title{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analytics-back-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 14px;border:1px solid var(--store-border);border-radius:8px;background:var(--store-glass);color:var(--store-text-secondary);font-size:13px;cursor:pointer;transition:all .2s}.analytics-back-btn:hover{border-color:var(--store-primary);color:var(--store-primary)}@media (max-width:1024px){.admin-stats-row{grid-template-columns:repeat(2,1fr)}.analytics-distributions{grid-template-columns:1fr}.analytics-dist-group{grid-template-columns:1fr 1fr}}@media (max-width:768px){.admin-dashboard{padding:16px}.admin-stats-row{grid-template-columns:1fr}.analytics-header{flex-direction:column;align-items:stretch}.analytics-tabs{overflow-x:auto}.analytics-metric-row{grid-template-columns:1fr}.admin-toolbar{flex-direction:column}.admin-search-box{max-width:none}.admin-breadcrumb{flex-wrap:wrap}.admin-breadcrumb-actions{width:100%;margin-top:8px}.analytics-dist-group{grid-template-columns:1fr}.admin-table{font-size:12px}.admin-table td,.admin-table th{padding:8px 10px}}:root,:root[data-store-theme=light]{--store-primary:#0a0a0a;--store-primary-hover:#111827;--store-primary-light:#f4f4f5;--store-primary-bg:#fafafa;--store-accent:#16a34a;--store-accent-light:#ecfdf3;--store-bg:#f5f5f6;--store-bg-secondary:#ececef;--store-card-bg:#ffffff;--store-card-bg-solid:#ffffff;--store-glass:#ffffff;--store-glass-border:#e4e4e7;--store-text:#0a0a0a;--store-text-secondary:#27272a;--store-text-tertiary:#717182;--store-text-quaternary:#a1a1aa;--store-border:#e4e4e7;--store-border-light:#efeff1;--store-success:#16a34a;--store-danger:#dc2626;--store-shadow-sm:0 1px 2px rgba(0,0,0,0.06);--store-shadow:0 12px 24px -24px rgba(0,0,0,0.35);--store-shadow-lg:0 20px 48px -34px rgba(0,0,0,0.45);--store-shadow-glow:0 0 0 rgba(0,0,0,0);--store-gradient:linear-gradient(135deg,#0a0a0a,#27272a);--store-gradient-text:linear-gradient(135deg,#0a0a0a,#27272a);--store-shell-page-bg:#f5f5f6;--store-shell-top-gradient:linear-gradient(180deg,rgba(245,245,246,0.86),rgba(245,245,246,0));--store-shell-header-bg:rgba(255,255,255,0.95);--store-shell-header-border:#e4e4e7;--store-shell-brand:#0a0a0a;--store-shell-brand-icon-bg:#030213;--store-shell-brand-icon-fg:#ffffff;--store-shell-nav:#52525b;--store-shell-nav-hover:#0a0a0a;--store-shell-nav-hover-bg:#f4f4f5;--store-shell-nav-active:#0a0a0a;--store-shell-nav-active-bg:transparent;--store-shell-icon:#717182;--store-shell-icon-hover:#0a0a0a;--store-shell-icon-hover-bg:#f4f4f5;--store-shell-theme-bg:#ffffff;--store-shell-theme-border:#e4e4e7;--store-shell-user-bg:#ffffff;--store-shell-user-bg-hover:#fafafa;--store-shell-user-border:#e4e4e7;--store-shell-user-name:#0a0a0a;--store-shell-user-meta:#717182;--store-shell-menu-bg:rgba(255,255,255,0.96);--store-shell-menu-border:#e4e4e7;--store-shell-menu-item:#52525b;--store-shell-menu-item-hover:#0a0a0a;--store-shell-menu-item-hover-bg:#f4f4f5;--store-shell-mobile-tabs-border:#efeff1;--store-shell-mobile-tab-bg:#f4f4f5;--store-shell-mobile-tab-text:#52525b;--store-shell-mobile-tab-active-bg:#0a0a0a;--store-shell-mobile-tab-active-text:#ffffff;--store-shell-login-bg:#0a0a0a;--store-shell-login-bg-hover:#111827}:root[data-store-theme=academy]{--store-primary:#147a75;--store-primary-hover:#0f6763;--store-primary-light:#d9f3f0;--store-primary-bg:#edf9f7;--store-accent:#0e9f6e;--store-accent-light:#def7ec;--store-bg:#f4faf8;--store-bg-secondary:#ecf6f3;--store-card-bg:#ffffff;--store-card-bg-solid:#ffffff;--store-glass:#ffffff;--store-glass-border:#d4e8e3;--store-text:#0c2b2a;--store-text-secondary:#285654;--store-text-tertiary:#4f7472;--store-text-quaternary:#7a9c9a;--store-border:#d4e8e3;--store-border-light:#e6f2ef;--store-success:#0f9f6b;--store-danger:#cb3b3b;--store-gradient:linear-gradient(135deg,#147a75,#1f9c95);--store-gradient-text:linear-gradient(135deg,#147a75,#0e9f6e);--store-shadow:0 12px 34px -28px rgba(20,122,117,0.28);--store-shadow-lg:0 24px 60px -34px rgba(20,122,117,0.35);--store-shell-page-bg:#f4faf8;--store-shell-top-gradient:linear-gradient(180deg,#dcf2ee,rgba(220,242,238,0));--store-shell-header-bg:rgba(249,255,253,0.94);--store-shell-header-border:#d4e8e3;--store-shell-brand:#0c2b2a;--store-shell-brand-icon-bg:#147a75;--store-shell-brand-icon-fg:#ffffff;--store-shell-nav:#3a6764;--store-shell-nav-hover:#0c2b2a;--store-shell-nav-hover-bg:#e8f5f1;--store-shell-nav-active:#147a75;--store-shell-nav-active-bg:#d9f3f0;--store-shell-icon:#4f7472;--store-shell-icon-hover:#0c2b2a;--store-shell-icon-hover-bg:#e8f5f1;--store-shell-theme-bg:#f9fffd;--store-shell-theme-border:#d4e8e3;--store-shell-user-bg:#ffffff;--store-shell-user-bg-hover:#f3fbf8;--store-shell-user-border:#d4e8e3;--store-shell-user-name:#184542;--store-shell-user-meta:#4f7472;--store-shell-menu-bg:rgba(249,255,253,0.97);--store-shell-menu-border:#d4e8e3;--store-shell-menu-item:#3a6764;--store-shell-menu-item-hover:#0c2b2a;--store-shell-menu-item-hover-bg:#e8f5f1;--store-shell-mobile-tabs-border:#e6f2ef;--store-shell-mobile-tab-bg:#edf8f5;--store-shell-mobile-tab-text:#3a6764;--store-shell-mobile-tab-active-bg:#d9f3f0;--store-shell-mobile-tab-active-text:#147a75;--store-shell-login-bg:#147a75;--store-shell-login-bg-hover:#0f6763}:root[data-store-theme=contrast]{--store-primary:#111827;--store-primary-hover:#000000;--store-primary-light:#e5e7eb;--store-primary-bg:#f3f4f6;--store-accent:#1f2937;--store-accent-light:#e5e7eb;--store-bg:#f6f7f8;--store-bg-secondary:#eceff2;--store-card-bg:#ffffff;--store-card-bg-solid:#ffffff;--store-glass:#ffffff;--store-glass-border:#d1d5db;--store-text:#111827;--store-text-secondary:#374151;--store-text-tertiary:#6b7280;--store-text-quaternary:#9ca3af;--store-border:#d1d5db;--store-border-light:#e5e7eb;--store-success:#166534;--store-danger:#b91c1c;--store-gradient:linear-gradient(135deg,#111827,#374151);--store-gradient-text:linear-gradient(135deg,#111827,#374151);--store-shadow:0 12px 34px -28px rgba(17,24,39,0.35);--store-shadow-lg:0 24px 60px -34px rgba(17,24,39,0.45);--store-shell-page-bg:#f6f7f8;--store-shell-top-gradient:linear-gradient(180deg,#e7eaee,rgba(231,234,238,0));--store-shell-header-bg:rgba(255,255,255,0.95);--store-shell-header-border:#d1d5db;--store-shell-brand:#0f172a;--store-shell-brand-icon-bg:#111827;--store-shell-brand-icon-fg:#ffffff;--store-shell-nav:#4b5563;--store-shell-nav-hover:#111827;--store-shell-nav-hover-bg:#f3f4f6;--store-shell-nav-active:#111827;--store-shell-nav-active-bg:#e5e7eb;--store-shell-icon:#6b7280;--store-shell-icon-hover:#111827;--store-shell-icon-hover-bg:#f3f4f6;--store-shell-theme-bg:#ffffff;--store-shell-theme-border:#d1d5db;--store-shell-user-bg:#ffffff;--store-shell-user-bg-hover:#f9fafb;--store-shell-user-border:#d1d5db;--store-shell-user-name:#111827;--store-shell-user-meta:#6b7280;--store-shell-menu-bg:rgba(255,255,255,0.97);--store-shell-menu-border:#d1d5db;--store-shell-menu-item:#4b5563;--store-shell-menu-item-hover:#111827;--store-shell-menu-item-hover-bg:#f3f4f6;--store-shell-mobile-tabs-border:#e5e7eb;--store-shell-mobile-tab-bg:#f3f4f6;--store-shell-mobile-tab-text:#4b5563;--store-shell-mobile-tab-active-bg:#e5e7eb;--store-shell-mobile-tab-active-text:#111827;--store-shell-login-bg:#111827;--store-shell-login-bg-hover:#000000}.store-theme-root{background:var(--store-shell-page-bg);color:var(--store-text);font-family:var(--store-font)}.store-shell-top-gradient{background:var(--store-shell-top-gradient)}.store-shell-header{border-bottom:1px solid var(--store-shell-header-border);background:var(--store-shell-header-bg)}.store-shell-header-inner{color:var(--store-text)}.store-shell-brand{color:var(--store-shell-brand)}.store-shell-brand-icon{background:var(--store-shell-brand-icon-bg);color:var(--store-shell-brand-icon-fg)}.store-shell-nav-link{color:var(--store-shell-nav)}.store-shell-nav-link:hover{color:var(--store-shell-nav-hover);background:var(--store-shell-nav-hover-bg)}.store-shell-nav-link.active{color:var(--store-shell-nav-active);background:var(--store-shell-nav-active-bg);font-weight:600}.store-shell-icon,.store-shell-icon-btn{color:var(--store-shell-icon)}.store-shell-icon-btn:hover{color:var(--store-shell-icon-hover);background:var(--store-shell-icon-hover-bg)}.store-shell-theme-switch{background:var(--store-shell-theme-bg);border:1px solid var(--store-shell-theme-border)}.store-shell-theme-select{color:var(--store-shell-nav)}.store-shell-user-trigger{background:var(--store-shell-user-bg);border:1px solid var(--store-shell-user-border)}.store-shell-user-trigger:hover{background:var(--store-shell-user-bg-hover)}.store-shell-user-name{color:var(--store-shell-user-name)}.store-shell-user-arrow,.store-shell-user-meta{color:var(--store-shell-user-meta)}.store-shell-user-menu{background:var(--store-shell-menu-bg);border:1px solid var(--store-shell-menu-border)}.store-shell-user-menu-item{color:var(--store-shell-menu-item)}.store-shell-user-menu-item:hover{color:var(--store-shell-menu-item-hover);background:var(--store-shell-menu-item-hover-bg)}.store-shell-user-menu-divider{background:var(--store-shell-menu-border)}.store-shell-login-btn{background:var(--store-shell-login-bg);color:#ffffff}.store-shell-login-btn:hover{background:var(--store-shell-login-bg-hover)}.store-shell-mobile-tabs{border-color:var(--store-shell-mobile-tabs-border)}.store-shell-mobile-tab{background:var(--store-shell-mobile-tab-bg);color:var(--store-shell-mobile-tab-text)}.store-shell-mobile-tab.active{background:var(--store-shell-mobile-tab-active-bg);color:var(--store-shell-mobile-tab-active-text)}.store-shell-searchbox{height:34px;border:1px solid var(--store-border);border-radius:8px;background:#f4f4f5;padding:0 10px}.store-shell-search-icon{color:var(--store-text-tertiary)}.store-shell-search-input{color:var(--store-text-secondary)}.store-shell-search-input::placeholder{color:var(--store-text-tertiary)}.store-shell-footer{border-color:var(--store-border-light)}.store-shell-footer-inner{border-top:1px solid var(--store-border-light)}.store-shell-footer-title{color:var(--store-text)}.store-shell-footer-muted{color:var(--store-text-tertiary)}.store-shell-footer-list{color:var(--store-text-secondary)}.store-shell-footer-list a,.store-shell-footer-list span{color:inherit}.store-shell-footer-list a:hover{color:var(--store-text)}.store-shell-footer-subscribe{border:1px solid var(--store-border);background:#ffffff;color:var(--store-text-tertiary)}.store-catalog-page{color:var(--store-text)}.store-home-hero{border-color:var(--store-border);box-shadow:var(--store-shadow-sm)}.store-hero-title{letter-spacing:-.025em;text-wrap:balance}.store-home-banner{transition:transform .2s ease,box-shadow .2s ease}.store-home-banner:hover{transform:translateY(-2px);box-shadow:var(--store-shadow-sm)}.store-catalog-panel{border:0;background:transparent;box-shadow:none}.store-catalog-reset-btn,.store-catalog-search-input,.store-mobile-filter-select{border-color:var(--store-border)}.store-catalog-search-input:focus,.store-mobile-filter-select:focus{border-color:var(--store-primary)}.store-catalog-title{letter-spacing:-.02em}.store-product-card{border-color:var(--store-border);box-shadow:0 1px 2px rgba(0,0,0,.05)}.store-product-card:hover{box-shadow:var(--store-shadow)}.store-product-card-body{gap:11px}.store-product-cart-btn{border-radius:9px}@media (max-width:1024px){.store-catalog-page{padding-top:14px}.store-home-hero{border-radius:20px}.store-home-banner{min-height:132px}}@media (max-width:640px){.store-shell-header-inner{padding-left:14px;padding-right:14px}.store-shell-brand{font-size:22px}.store-hero-title{font-size:28px;line-height:1.2}.store-catalog-title{font-size:19px}.store-catalog-panel{padding:14px;border-radius:16px}.store-mobile-filter-select{font-size:13px}.store-product-card-body{padding:12px}.store-product-cart-btn{padding-left:10px;padding-right:10px}}.store-btn{border-radius:10px}.store-btn-primary{background:var(--store-primary);color:#fff}.store-btn-primary:hover{background:var(--store-primary-hover);box-shadow:0 8px 24px -14px rgba(31,75,255,.65)}.store-btn-secondary{background:#fff;color:var(--store-text-secondary);border:1px solid var(--store-border)}.store-btn-secondary:hover{background:#f8fafc;color:var(--store-text);border-color:#cbd5e1}.store-btn-ghost{color:var(--store-text-secondary)}.store-btn-ghost:hover{background:#f1f5f9;color:var(--store-text)}.store-btn-success{background:#16a34a}.store-btn-success:hover{background:#15803d}.store-btn-outline{background:#fff;border:1px solid #cbd5e1;color:#1e293b}.store-btn-outline:hover{border-color:var(--store-primary);color:var(--store-primary);background:#f8fbff}.store-form-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.store-loading{color:var(--store-text-tertiary)}.store-spinner{border:2px solid #dbe3ef;border-top:2px solid var(--store-primary)}.store-empty{color:var(--store-text-tertiary)}.store-empty h3{color:var(--store-text)}.store-empty svg{opacity:.4}.store-product-detail{max-width:1280px;margin:0 auto;padding-top:8px}.store-product-topbar{margin-bottom:16px}.store-product-layout{gap:20px}.store-product-preview-wrapper{background:#fff;border:1px solid var(--store-border);box-shadow:var(--store-shadow-sm);backdrop-filter:none}.store-product-preview-header{background:#f8fafc;border-bottom:1px solid var(--store-border)}.store-preview-title{color:var(--store-text-secondary)}.store-preview-expand,.store-preview-title{background:#fff;border:1px solid var(--store-border)}.store-preview-expand{color:var(--store-text-tertiary)}.store-preview-expand:hover{background:#f1f5ff;color:var(--store-primary)}.store-product-preview-body{background:#fff}.store-preview-iframe{min-height:560px;background:#fff}.store-pdf-preview{background:linear-gradient(180deg,#f8fbff,#ffffff);display:flex;flex-direction:column}.store-pdf-preview .store-preview-iframe{min-height:520px}.store-pdf-preview-stage{position:relative;width:100%;min-height:520px;overflow:hidden;background:linear-gradient(180deg,#f6fbfb,#edf7f5)}.store-pdf-preview-stage .store-preview-iframe{width:100%;display:block;border:0}.store-pdf-cover-shell{position:relative;z-index:1;min-height:520px;display:flex;flex-direction:column;gap:14px;padding:16px;transition:opacity .25s ease,visibility .25s ease}.store-pdf-cover-shell.is-hidden{opacity:0;visibility:hidden}.store-pdf-preview-toolbar{display:flex;flex-wrap:wrap;gap:8px;position:relative;z-index:2}.store-pdf-preview-chip{display:inline-flex;align-items:center;min-height:28px;padding:0 11px;border-radius:999px;background:rgba(255,255,255,.82);border:1px solid rgba(229,231,235,.95);color:#0f766e;font-size:12px;font-weight:700;letter-spacing:.02em;box-shadow:0 12px 28px -24px rgba(15,23,42,.42)}.store-pdf-preview-chip.subtle{color:#64748b}.store-pdf-cover-stage{position:relative;z-index:1;flex:1;min-height:0;padding:8px 10px 4px}.store-pdf-cover-paper,.store-pdf-cover-stage{display:flex;align-items:center;justify-content:center}.store-pdf-cover-paper{width:min(100%,720px);height:100%;min-height:360px;max-height:100%;border-radius:20px;overflow:hidden;background:#fffdfa;border:1px solid rgba(255,237,213,.96);box-shadow:0 28px 44px -34px rgba(15,23,42,.42),0 16px 30px -28px rgba(217,119,6,.4)}.store-pdf-cover-paper.is-placeholder{background:linear-gradient(180deg,#fffdf7,#eef8f5)}.store-pdf-cover-image{width:100%;height:100%;object-fit:contain;object-position:center top;background:linear-gradient(180deg,#fffefb,#f2f8f6)}.store-pdf-cover-placeholder-copy{display:flex;flex-direction:column;gap:10px;padding:28px;color:#334155}.store-pdf-cover-placeholder-copy span{font-size:11px;font-weight:800;letter-spacing:.18em;color:#0f766e}.store-pdf-cover-placeholder-copy strong{font-size:24px;line-height:1.3}.store-pdf-cover-placeholder-copy p{margin:0;font-size:14px;color:#64748b}.store-pdf-cover-caption{position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:0 4px}.store-pdf-cover-kicker{margin:0 0 4px;font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#0f766e}.store-pdf-cover-caption h3{margin:0;font-size:22px;line-height:1.2;color:#0f172a}.store-pdf-cover-caption p{margin:6px 0 0;max-width:560px;font-size:13px;line-height:1.65;color:#64748b}.store-pdf-cover-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.store-pdf-iframe-layer{position:absolute;inset:0;z-index:2;opacity:0;transition:opacity .25s ease}.store-pdf-iframe-layer.is-ready{opacity:1}.store-pdf-iframe-layer .store-preview-iframe{height:100%;min-height:520px;background:#ffffff}.store-pdf-loading-panel{position:absolute;inset:auto 16px 16px 16px;z-index:4;display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:16px;background:rgba(255,255,255,.88);border:1px solid rgba(226,232,240,.96);box-shadow:0 22px 38px -30px rgba(15,23,42,.45);color:#0f172a}.store-pdf-loading-panel strong{display:block;font-size:14px}.store-pdf-loading-panel p{margin:2px 0 0;font-size:12px;line-height:1.5;color:#64748b}.store-pdf-watermark{position:absolute;inset:0;pointer-events:none;display:grid;grid-template-columns:repeat(6,1fr);align-content:start;gap:60px 40px;padding:48px;transform:rotate(-22deg);transform-origin:center;overflow:hidden;z-index:5}.store-pdf-watermark span{font-size:18px;font-weight:700;color:rgba(15,23,42,.1);letter-spacing:.08em;white-space:nowrap;user-select:none}.store-pdf-noselect{position:absolute;inset:0;z-index:6;background:transparent;pointer-events:none}.store-pdf-preview-footer{padding:14px 16px;border-top:1px solid var(--store-border);display:flex;align-items:center;justify-content:space-between;gap:12px}.store-pdf-hint,.store-pdf-preview-footer p{color:var(--store-text-tertiary);margin:0;font-size:13px}.store-fullscreen-overlay{background:rgba(15,23,42,.6)}.store-fullscreen-container{background:#fff;border:1px solid var(--store-border)}.store-fullscreen-header{background:#f8fafc;border-bottom:1px solid var(--store-border)}.store-fullscreen-header h3{color:var(--store-text)}.store-product-sidebar{width:380px;top:84px}.store-product-sidebar-inner{background:#fff;border:1px solid var(--store-border);box-shadow:var(--store-shadow-sm);backdrop-filter:none}.store-type-badge.html{background:#e6f7ed;color:#15803d}.store-type-badge.pdf{background:#fff1f2;color:#be123c}.store-type-badge.category{background:#eef2ff;color:#4338ca}.store-product-title{color:var(--store-text)}.store-product-price-block{border:1px solid var(--store-border);border-radius:12px;background:#fafcff;padding:14px;margin-bottom:16px}.store-product-price{color:var(--store-primary);margin-bottom:0}.store-product-original-price{color:var(--store-text-quaternary);text-decoration:line-through}.store-promo-badge{padding:3px 8px;background:#fff7ed;border-radius:8px;font-weight:600;margin-bottom:8px}.store-promo-badge,.store-promo-countdown{display:inline-flex;align-items:center;color:#c2410c;font-size:12px}.store-promo-countdown{margin-top:8px;gap:4px}.store-product-desc{color:var(--store-text-secondary)}.store-product-actions{gap:8px}.store-btn-lg{min-height:42px;font-size:14px}.store-purchased-badge{color:#15803d;font-weight:600}.store-product-stats-grid{grid-template-columns:1fr}.store-stat-item{background:#f8fafc;border:1px solid var(--store-border);color:var(--store-text-secondary)}.store-stat-value{color:var(--store-text)}.store-stat-label{color:var(--store-text-tertiary)}.store-product-meta-info{border-top:1px solid var(--store-border);color:var(--store-text-secondary)}.store-product-tag{background:#f1f5f9;color:#334155}.store-referral-share{border-top:1px solid var(--store-border)}.profile-page{max-width:1280px;padding:12px 0 0}.profile-header{margin-bottom:16px;align-items:flex-start}.profile-header h1{color:var(--store-text);margin:0}.profile-header-main{display:flex;flex-direction:column;gap:4px}.profile-header-subtitle{font-size:13px;color:var(--store-text-tertiary);margin:0}.profile-layout{grid-template-columns:230px 1fr;gap:16px}.profile-sidebar{background:#fff;border:1px solid var(--store-border);box-shadow:var(--store-shadow-sm);backdrop-filter:none;top:90px}.profile-tab-btn{color:#475569}.profile-tab-btn:hover{background:#f8fafc;color:#0f172a}.profile-tab-btn.active{background:var(--store-primary-light);color:var(--store-primary)}.profile-content{background:#fff;border:1px solid var(--store-border);border-radius:14px;box-shadow:var(--store-shadow-sm);backdrop-filter:none}.profile-avatar{background:var(--store-gradient);box-shadow:none}.profile-user-name{color:var(--store-text)}.profile-user-email,.profile-user-phone{color:var(--store-text-tertiary)}.profile-info-item{background:#f8fafc;border:1px solid var(--store-border)}.profile-info-label{color:var(--store-text-tertiary)}.profile-info-value{color:var(--store-text)}.profile-orders-filter-panel{border:1px solid var(--store-border);background:#f8fafc}.profile-orders-filter-subtitle,.profile-orders-filter-title,.profile-orders-tree-group-name{color:#64748b}.profile-orders-tree-btn{border:1px solid var(--store-border);color:#475569;background:#fff}.profile-orders-tree-btn:hover{border-color:#cbd5e1;color:#0f172a}.profile-orders-tree-btn.active{border-color:var(--store-primary);color:var(--store-primary);background:var(--store-primary-light)}.profile-order-node-btn{color:#475569}.profile-order-node-btn:hover{background:#eef2f7;color:#0f172a}.profile-order-node-btn.active{background:var(--store-primary-light);color:var(--store-primary)}.profile-order-card{border:1px solid var(--store-border);background:#fff;box-shadow:var(--store-shadow-sm)}.profile-order-cover{background:#f1f5f9}.profile-order-title{color:var(--store-text)}.profile-order-meta{color:var(--store-text-tertiary)}.profile-learning-stats{gap:10px}.profile-stat-card{background:#f8fafc;border:1px solid var(--store-border)}.profile-stat-card svg{color:var(--store-primary)}.profile-stat-val{color:var(--store-text)}.profile-stat-lbl{color:var(--store-text-tertiary)}.profile-export-btn{border:1px solid var(--store-border);background:#fff;color:#475569}.profile-export-btn:hover{border-color:var(--store-primary);color:var(--store-primary);background:#fafafa}.profile-learners-table-wrap{border:1px solid var(--store-border)}.profile-learners-table thead{background:#f8fafc}.profile-learners-table th{color:#334155;border-bottom:1px solid var(--store-border)}.profile-learners-table td{color:#1f2937;border-bottom:1px solid var(--store-border-light)}.profile-learners-table tbody tr:hover{background:#f8fbff}.profile-learner-content{color:#475569}.profile-progress-bar>div{background:var(--store-gradient)}.profile-status-tag.completed{background:#e6f7ed;color:#15803d}.profile-status-tag.ongoing{background:var(--store-primary-light);color:var(--store-primary)}.profile-empty,.profile-loading{color:#64748b}.profile-empty h3{color:#1e293b}.store-referral-header h1,.store-referral-header h2{color:var(--store-text)}.store-referral-header p{color:var(--store-text-tertiary)}.store-referral-stats{gap:10px}.store-stat-card{background:#fff;border:1px solid var(--store-border);box-shadow:var(--store-shadow-sm)}.store-stat-card.highlight{background:var(--store-primary-light);border-color:var(--store-border)}.store-stat-card .stat-value{color:var(--store-text)}.store-commission-list,.store-referral-link-card{background:#fff;border:1px solid var(--store-border);box-shadow:var(--store-shadow-sm);backdrop-filter:none}.store-commission-list h3,.store-referral-link-card h3{color:var(--store-text)}.store-referral-url input{background:#fff;border:1px solid var(--store-border);color:#334155}.store-commission-item{border-bottom:1px solid var(--store-border-light);color:var(--store-text)}.store-commission-status.pending{background:#fff4ce;color:#9a6700}.store-commission-status.settled{background:#e6f7ed;color:#15803d}.agreement-page{max-width:920px;padding:24px 4px 60px}.agreement-container{background:#fff;border:1px solid var(--store-border);box-shadow:var(--store-shadow);backdrop-filter:none}.agreement-header{background:linear-gradient(135deg,#0a0a0a,#27272a)}.agreement-header h1{margin-bottom:8px}.agreement-content{color:#334155}.agreement-content h2{color:#0f172a;border-bottom:1px solid var(--store-border)}.agreement-content strong{color:#0f172a}.agreement-modal-overlay{background:rgba(15,23,42,.5);backdrop-filter:blur(6px)}.agreement-modal{background:#fff;border:1px solid var(--store-border);box-shadow:var(--store-shadow-lg)}.agreement-modal h2{color:#0f172a}.agreement-modal-desc{color:#64748b}.agreement-modal-body{background:#f8fafc;border:1px solid var(--store-border);color:#334155}.cart-overlay{background:rgba(15,23,42,.35)}.cart-drawer{border-left:1px solid var(--store-border);box-shadow:-12px 0 32px rgba(15,23,42,.18)}.cart-actions-bar,.cart-drawer,.cart-drawer-footer,.cart-drawer-header{background:#fff}.cart-actions-bar,.cart-drawer-header{border-bottom:1px solid var(--store-border)}.cart-drawer-footer{border-top:1px solid var(--store-border)}.cart-drawer-title,.cart-empty-title,.cart-item-title,.cart-total-price,.cart-total-row{color:#0f172a}.cart-clear-btn,.cart-close-btn,.cart-empty-desc,.cart-item-original,.cart-item-remove,.cart-item-type,.cart-items-summary{color:#64748b}.cart-clear-btn:hover,.cart-close-btn:hover,.cart-item-remove:hover{background:#f1f5f9}.cart-item{border-bottom:1px solid var(--store-border-light)}.cart-item-cover,.cart-item-type{background:#f8fafc}.cart-item-placeholder.html{background:#e6f7ed;color:#15803d}.cart-item-placeholder.pdf{background:#fff1f2;color:#be123c}.cart-result.success{background:#e6f7ed;color:#15803d}.cart-result.error{background:#fef2f2;color:#b91c1c}@media (max-width:1024px){.store-product-layout{flex-direction:column}.store-product-sidebar{width:100%;position:static}.store-pdf-preview-footer{flex-direction:column;align-items:flex-start}}@media (max-width:900px){.profile-layout{grid-template-columns:1fr}.profile-sidebar{position:static;flex-direction:row;overflow-x:auto}}.store-catalog-v2{--store-v2-primary:#ff7a18;--store-v2-primary-strong:#ea580c;--store-v2-sky:#0ea5e9;--store-v2-leaf:#22c55e;--store-v2-text:#1f2a44;--store-v2-muted:#5d647e;--store-v2-border:#ffd9b8;--store-v2-surface:#fffdf8;color:var(--store-v2-text);display:flex;flex-direction:column;gap:16px}.store-v2-hero{position:relative;overflow:hidden;border:1px solid #ffd8b0;border-radius:22px;padding:22px 22px 20px;background:radial-gradient(130% 160% at 0 0,rgba(255,122,24,.25) 0,rgba(255,122,24,.08) 40%,rgba(255,255,255,.95) 100%),radial-gradient(95% 130% at 100% 20%,rgba(14,165,233,.2) 0,rgba(14,165,233,.05) 48%,rgba(255,255,255,0) 100%),linear-gradient(140deg,#fffdf6,#fff6e9 54%,#f0faff);box-shadow:0 16px 38px -28px rgba(126,64,0,.34)}.store-v2-hero-glow{position:absolute;top:-60px;right:-40px;width:220px;height:220px;border-radius:999px;background:radial-gradient(circle,rgba(255,122,24,.3) 0,rgba(255,122,24,0) 72%);pointer-events:none}.store-v2-hero-kicker{display:inline-flex;align-items:center;height:26px;padding:0 10px;border-radius:999px;border:1px solid #ffd8b0;background:#fff2df;color:#b95009;font-size:12px;font-weight:600}.store-v2-hero-title{margin:10px 0 4px;font-size:clamp(24px,4.2vw,34px);line-height:1.18;letter-spacing:-.03em;font-weight:760;color:#8a2c00;text-wrap:balance}.store-v2-hero-desc{margin:0;color:#70523b;font-size:14px;line-height:1.62}.store-v2-stat-row{margin-top:14px;display:flex;flex-wrap:wrap;gap:8px}.store-v2-stat-chip{display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 11px;border-radius:999px;border:1px solid #ffd8b8;background:#ffffff;color:#695544;font-size:12px}.store-v2-stat-chip b{color:var(--store-v2-primary-strong)}.store-v2-layout{display:grid;grid-template-columns:308px minmax(0,1fr);gap:14px;align-items:start}.store-v2-main,.store-v2-sidebar{border:1px solid var(--store-v2-border);border-radius:20px;background:var(--store-v2-surface);box-shadow:0 10px 26px -24px rgba(153,76,0,.28)}.store-v2-sidebar{position:sticky;top:86px;padding:20px 14px;display:flex;flex-direction:column;gap:12px;min-height:calc(100vh - 110px);max-height:calc(100vh - 110px);overflow-y:auto}.store-v2-sidebar-section{border:1px solid var(--store-v2-border);border-radius:14px;padding:12px;display:flex;flex-direction:column;flex-grow:1;background:#fffefb}.store-v2-section-title{margin:0 0 10px;font-size:13px;font-weight:650;color:#8a2c00;display:flex;align-items:center;gap:7px}.store-v2-select{width:100%;height:38px;border:1px solid #ffd8b8;background:#ffffff;color:#3f2f22;font-size:13px;padding:0 10px;outline:none}.store-v2-select:focus{border-color:var(--store-v2-primary);box-shadow:0 0 0 2px rgba(255,122,24,.16)}.store-v2-module-tip{border:1px dashed #ffd9b6;border-radius:10px;display:inline-flex;color:#8f735d;font-size:12px;background:#fff7ed}.store-v2-module-tip,.store-v2-search{height:38px;align-items:center;padding:0 10px}.store-v2-search{position:relative;display:flex;gap:8px;border:1px solid #ffd8b8;border-radius:10px;background:#ffffff;color:#8d6e57}.store-v2-search input{border:0;background:transparent;outline:none;width:100%;color:#4a3728;font-size:13px}.store-v2-search input::placeholder{color:#b58f73}.store-v2-reset{width:100%;height:36px;border-radius:10px;border:1px solid #ffd8b8;background:#ffffff;color:#6f523b;font-size:13px;font-weight:520;transition:all .2s ease}.store-v2-reset:hover{background:#fff4e8;border-color:#ffbf8a;color:#9a3a06}.store-v2-tree-list{display:flex;flex-direction:column;gap:8px;max-height:360px;overflow:auto;padding-right:2px}.store-v2-tree-btn{width:100%;border:1px solid #ffd9bb;border-radius:11px;background:#ffffff;color:#604937;display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:8px;padding:9px 10px;transition:all .2s ease}.store-v2-tree-btn:hover{background:#fff3e7;border-color:#ffbf8a}.store-v2-tree-btn.active{border-color:var(--store-v2-primary);background:#ffefe1;box-shadow:0 0 0 1px rgba(255,122,24,.2)}.store-v2-tree-icon{width:24px;height:24px;border-radius:7px;background:#fff3e6;color:var(--store-v2-primary-strong);display:inline-flex;align-items:center;justify-content:center}.store-v2-tree-meta{text-align:left;min-width:0;display:flex;flex-direction:column;gap:1px}.store-v2-tree-meta strong{color:#673416;font-size:13px;font-weight:640;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-v2-tree-meta em{font-style:normal;font-size:11px;color:#8d715d}.store-v2-node-wrap{border:1px solid #ffe6cd;border-radius:10px;background:#fffaf2;padding:6px}.store-v2-node-wrap .store-tree-node{border-radius:8px;color:#6d5644;transition:all .18s ease}.store-v2-node-wrap .store-tree-node:hover{background:#fff1e5;color:#8a2c00}.store-v2-node-wrap .store-tree-node.selected{background:#ffead6;color:var(--store-v2-primary-strong);font-weight:620}.store-v2-main{padding:14px;display:flex;flex-direction:column;gap:10px;min-height:640px}.store-v2-main-head{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;border:1px solid #ffe2c5;border-radius:14px;background:linear-gradient(135deg,#fff9ef,#f2fbff);padding:12px}.store-v2-head-title{margin:0;color:#8a2c00;font-size:20px;letter-spacing:-.02em;font-weight:700}.store-v2-head-sub{margin:5px 0 0;color:#7d6b57;font-size:13px}.store-v2-view-btn{width:32px;height:32px;border-radius:8px;color:#86705c;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}.store-v2-view-btn:hover{background:#fff4e8;color:#8a2c00}.store-v2-view-btn.active{background:#ffecd9;color:var(--store-v2-primary-strong)}.store-v2-sort{height:34px;border:1px solid #ffd8b8;border-radius:10px;background:#ffffff;color:#5f4938;font-size:13px;padding:0 10px;outline:none}.store-v2-active-filters{display:flex;flex-wrap:wrap;gap:7px}.store-v2-filter-pill{display:inline-flex;align-items:center;height:28px;border-radius:999px;padding:0 11px;border:1px solid #ffd8b8;background:#fff7ee;font-size:12px;color:#7a5942}.store-v2-empty{min-height:440px;border:1px dashed #ffd8b5;border-radius:18px;background:#fffdf8;flex-direction:column;text-align:center;padding:40px 20px}.store-v2-empty,.store-v2-empty-icon{display:flex;align-items:center;justify-content:center}.store-v2-empty-icon{width:70px;height:70px;border-radius:999px;border:1px solid #ffd7b0;background:#fff3e3;color:#cd8757}.store-v2-empty-title{margin:14px 0 5px;color:#8a2c00;font-size:18px;font-weight:650}.store-v2-empty-desc{margin:0;color:#8a715d;font-size:13px}.store-v2-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(212px,1fr));gap:12px}.store-v2-product-grid.is-list{grid-template-columns:1fr}.store-v2-card{border:1px solid #ffe0c3;border-radius:16px;background:#ffffff;display:flex;flex-direction:column;text-decoration:none;box-shadow:0 12px 26px -26px rgba(141,73,0,.42);transition:all .22s ease}.store-v2-card:hover{transform:translateY(-2px);box-shadow:0 18px 34px -24px rgba(124,58,0,.42);border-color:#ffbf8a}.store-v2-card-cover{position:relative;aspect-ratio:3/4;overflow:hidden;background:#ffffff;border-bottom:1px solid #ffe7ce;isolation:isolate}.store-v2-card-cover:before{display:none}.store-v2-card-cover-media{position:relative;height:100%}.store-v2-card-cover-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center top;background:#ffffff}.store-v2-card-cover-placeholder{position:relative;height:100%;overflow:hidden;background:linear-gradient(180deg,#fcfffe,#eef8f6)}.store-v2-card-cover-top{position:absolute;top:8px;left:8px;right:8px;display:flex;justify-content:space-between;gap:6px}.store-v2-card-type{border-radius:7px;border:1px solid rgba(255,255,255,.88);background:rgba(255,247,235,.9);color:#b45309;letter-spacing:.06em}.store-v2-card-badge,.store-v2-card-type{display:inline-flex;align-items:center;height:22px;padding:0 8px;font-size:10px;font-weight:700}.store-v2-card-badge{border-radius:7px;background:var(--store-v2-sky);color:#ffffff;letter-spacing:.05em}.store-v2-card-badge.hot{background:#f43f5e}.store-v2-card-fav{position:absolute;right:8px;bottom:8px;width:28px;height:28px;border-radius:8px;border:1px solid #ffd8bb;background:rgba(255,255,255,.9);color:#946f53;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}.store-v2-card-fav:hover{color:#e11d48}.store-v2-card-fav.active{background:rgba(255,241,242,.96);border-color:#fecdd3;color:#e11d48}.store-v2-card-fav:disabled{opacity:.6;cursor:wait}.store-v2-card-body{padding:11px;display:flex;flex-direction:column;gap:9px}.store-v2-card-title{margin:0;color:#1f2a44;line-height:1.38;font-weight:650;min-height:42px;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.store-v2-card-tags{display:flex;flex-wrap:wrap;gap:6px;min-height:24px}.store-v2-card-tag{display:inline-flex;align-items:center;height:22px;border-radius:999px;padding:0 9px;border:1px solid #ffd8b6;background:#fff8ef;color:#8a6448;font-size:11px}.store-v2-card-stats{display:flex;align-items:center;flex-wrap:wrap;gap:10px;color:#8a715d;font-size:12px}.store-v2-card-stats span{display:inline-flex;align-items:center;gap:4px}.store-v2-price-row{display:flex;align-items:center;gap:7px;margin-top:3px}.store-v2-price{color:var(--store-v2-primary-strong);font-size:20px;line-height:1}.store-v2-price-original{color:#b3a28f}.store-v2-cart-btn{margin-left:auto;height:32px;border-radius:9px;border:1px solid var(--store-v2-primary-strong);background:linear-gradient(135deg,#ff8f33,#ff6a3d);color:#ffffff;padding:0 11px;font-size:12px;font-weight:580;display:inline-flex;align-items:center;gap:6px;transition:all .2s ease}.store-v2-cart-btn:hover{background:linear-gradient(135deg,#ff7a18,#f97316)}.store-v2-cart-btn.in-cart{border-color:#bde9cf;background:#effdf4;color:#18794e}.store-v2-card.is-list{display:grid;grid-template-columns:220px minmax(0,1fr)}.store-v2-card.is-list .store-v2-card-cover{height:100%;min-height:210px;aspect-ratio:auto;border-right:1px solid #ffe7ce;border-bottom:none}.store-v2-card.is-list .store-v2-card-title{min-height:auto;font-size:16px}.store-v2-trust-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.store-v2-trust-card{border:1px solid #ffe0c3;border-radius:14px;background:linear-gradient(150deg,#fffef9,#f7fbff);padding:14px;color:#6f4f35;box-shadow:0 10px 24px -24px rgba(153,76,0,.3)}.store-v2-trust-title{margin:8px 0 4px;color:#8a2c00;font-size:14px;font-weight:650}.store-v2-trust-desc{margin:0;color:#8a715d;font-size:12px;line-height:1.55}@media (max-width:1260px){.store-v2-layout{grid-template-columns:284px minmax(0,1fr)}}@media (max-width:1100px){.store-v2-layout{grid-template-columns:1fr}.store-v2-sidebar{position:static;max-height:none}.store-v2-tree-list{max-height:280px}.store-v2-main{min-height:auto}.store-v2-product-grid{grid-template-columns:repeat(auto-fill,minmax(194px,1fr))}.store-v2-trust-grid{grid-template-columns:1fr}}@media (max-width:760px){.store-v2-hero{padding:16px 15px 14px;border-radius:16px}.store-v2-hero-title{font-size:24px}.store-v2-main-head{flex-direction:column;align-items:stretch}.store-v2-head-title{font-size:18px}.store-v2-card,.store-v2-card.is-list{display:flex;flex-direction:column}.store-v2-card.is-list .store-v2-card-cover{border-right:none;border-bottom:1px solid #e2ece9;min-height:220px}.store-v2-product-grid,.store-v2-product-grid.is-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.store-v2-product-grid,.store-v2-product-grid.is-list{grid-template-columns:1fr}.store-v2-main,.store-v2-sidebar{border-radius:14px}.store-v2-card{border-radius:13px}}:root[data-store-theme=light]{--store-primary:#1CA29B;--store-primary-hover:#148079;--store-primary-light:#e6f6f5;--store-primary-bg:#f8fbfb;--store-accent:#FF7D00;--store-accent-light:#fff2e6;--store-bg:#F4FAF8;--store-bg-secondary:#EDF7F5;--store-card-bg:#ffffff;--store-glass:#ffffff;--store-glass-border:#D4E8E3;--store-text:#111A19;--store-text-secondary:#2C4846;--store-text-tertiary:#527A77;--store-text-quaternary:#86A6A4;--store-border:#D4E8E3;--store-border-light:#EBF3F1;--store-success:#10B981;--store-danger:#EF4444;--store-gradient:linear-gradient(135deg,#1CA29B,#2AB7AE);--store-gradient-text:linear-gradient(135deg,#1CA29B,#0F766E);--store-shadow-sm:0 2px 4px rgba(28,162,155,0.05);--store-shadow:0 8px 30px rgba(28,162,155,0.1);--store-shadow-lg:0 20px 48px rgba(28,162,155,0.15);--store-shell-page-bg:#F4FAF8;--store-shell-top-gradient:linear-gradient(180deg,#E6F6F5,rgba(230,246,245,0));--store-shell-header-bg:rgba(255,255,255,0.96);--store-shell-header-border:#D4E8E3}.store-shell-top-gradient{height:380px}.store-shell-brand-icon{background:var(--store-primary);border-radius:8px}.store-shell-searchbox{background:#F4F6F8;border-radius:20px;border:1px solid transparent;padding:0 16px;height:38px}.store-shell-searchbox input{color:var(--store-text-secondary)}.store-v2-main,.store-v2-sidebar-section{background:var(--store-card-bg);border-radius:16px;border:1px solid var(--store-border);box-shadow:var(--store-shadow-sm);padding:24px}.store-v2-card{border-radius:12px;border:1px solid var(--store-border);box-shadow:none;background:#fff;overflow:hidden}.store-v2-card:hover{transform:translateY(-4px);box-shadow:var(--store-shadow);border-color:var(--store-primary)}.store-v2-card-body{padding:16px}.store-v2-card-title{font-size:15px;font-weight:600;color:var(--store-text);margin-bottom:8px;min-height:44px}.store-v2-price{font-size:18px;font-weight:700;color:var(--store-accent)}.store-v2-price-original{font-size:12px;color:var(--store-text-quaternary);text-decoration:line-through}.store-v2-cart-btn{background:var(--store-accent);color:#fff;border-radius:20px;padding:6px 14px;font-size:13px;font-weight:600;border:none;transition:all .2s}.store-v2-cart-btn:hover{background:#E67000;transform:scale(1.05)}.store-v2-cart-btn.in-cart{background:var(--store-accent-light);color:var(--store-accent)}.store-shell-user-menu{border-radius:16px;border:1px solid var(--store-border);box-shadow:var(--store-shadow)}.store-v2-select{border-radius:10px;background:var(--store-bg);border:1px solid transparent;color:var(--store-text-secondary)}.store-v2-select:focus{border-color:var(--store-primary);background:#fff}.store-v2-tree-btn.active{background:var(--store-primary-light)}.store-v2-tree-btn.active,.store-v2-tree-btn.active .store-v2-tree-icon{color:var(--store-primary)}.store-v2-hero-title{color:var(--store-text)}.store-v2-hero-desc{color:var(--store-text-tertiary)}.store-v2-hero{background:transparent;border:none}.store-v2-stat-chip{background:#fff;border:1px solid var(--store-border);color:var(--store-text-secondary)}.store-btn-full{background:var(--store-accent);color:white;border-radius:12px}.store-btn-full:hover{background:#E67000}