:root{--store-primary:#10b981;--store-primary-hover:#059669;--store-primary-light:#10b98126;--store-primary-bg:#10b9810f;--store-accent:#14b8a6;--store-accent-light:#14b8a61f;--store-bg:#022c22;--store-bg-secondary:#041f1a;--store-card-bg:#064e3b4d;--store-card-bg-solid:#064e3b;--store-glass:#064e3b40;--store-glass-border:#10b98126;--store-text:#ecfdf5;--store-text-secondary:#a7f3d0;--store-text-tertiary:#6ee7b7;--store-text-quaternary:#a7f3d066;--store-border:#10b9811f;--store-border-light:#10b9810f;--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 #0000004d;--store-shadow:0 4px 16px #00000040;--store-shadow-lg:0 12px 40px #00000059;--store-shadow-glow:0 0 20px #10b98126;--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%}}@keyframes store-gradient-move{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes store-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes store-pulse-glow{0%,to{box-shadow:0 0 20px #10b9811a}50%{box-shadow:0 0 40px #10b98140}}@keyframes store-star-twinkle{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.store-layout{background:var(--store-bg);min-height:100vh;font-family:var(--store-font);color:var(--store-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;display:flex}.store-main{flex:1;width:100%;max-width:1280px;margin:0 auto;padding:32px 24px 56px}.store-header{-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);border-bottom:1px solid var(--store-border);z-index:100;background:#022c22b3;position:sticky;top:0;box-shadow:0 1px #10b98114}.store-header-inner{align-items:center;gap:32px;max-width:1280px;height:64px;margin:0 auto;padding:0 24px;display:flex}.store-logo{color:var(--store-text);letter-spacing:-.02em;align-items:center;gap:10px;font-size:17px;font-weight:700;text-decoration:none;display:flex}.store-logo-icon{background:var(--store-gradient);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;animation:3s ease-in-out infinite store-pulse-glow;display:flex;box-shadow:0 0 16px #10b9814d}.store-logo svg{color:var(--store-primary)}.store-nav{flex:1;align-items:center;gap:2px;display:flex}.store-nav-link{border-radius:var(--store-radius);color:var(--store-text-secondary);align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.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{align-items:center;gap:12px;display:flex}.store-user-menu{align-items:center;gap:10px;display:flex}.store-user-name{color:var(--store-text-secondary);font-size:14px;font-weight:500}.store-footer{border-top:1px solid var(--store-border);background:#022c2280}.store-footer-inner{text-align:center;max-width:1280px;color:var(--store-text-quaternary);margin:0 auto;padding:20px 24px;font-size:12px}.store-btn{border-radius:var(--store-radius);cursor:pointer;white-space:nowrap;font-size:14px;font-weight:500;font-family:var(--store-font);border:none;align-items:center;gap:6px;padding:8px 16px;text-decoration:none;transition:all .2s;display:inline-flex}.store-btn-secondary{background:var(--store-glass);color:var(--store-text);border:1px solid var(--store-glass-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.store-btn-secondary:hover{border-color:var(--store-primary);background:#10b98126}.store-btn-ghost{color:var(--store-text-tertiary);background:0 0;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:#fff}.store-btn-lg{border-radius:var(--store-radius-lg);padding:10px 24px;font-size:15px}.store-btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none!important;transform:none!important}.store-hero{text-align:center;padding:40px 24px 36px}.store-hero h1{letter-spacing:-.02em;color:var(--store-text);margin-bottom:12px;font-size:28px;font-weight:700;line-height:1.2}.store-hero h1 span{color:var(--store-primary)}.store-hero p{color:var(--store-text-tertiary);max-width:560px;margin:0 auto 24px;font-size:15px;line-height:1.6}.store-search{max-width:480px;margin:0 auto;position:relative}.store-search input{border:1px solid var(--store-border);border-radius:var(--store-radius);background:var(--store-glass);width:100%;color:var(--store-text);font-size:14px;font-family:var(--store-font);outline:none;padding:10px 14px 10px 40px;transition:all .2s}.store-search input:focus{border-color:var(--store-primary);background:var(--store-card-bg);box-shadow:0 0 0 3px #10b9811f}.store-search svg{color:var(--store-text-quaternary);position:absolute;top:50%;left:12px;transform:translateY(-50%)}.store-categories{flex-wrap:wrap;justify-content:center;gap:8px;margin:20px 0 28px;display:flex}.store-category-tag{background:var(--store-card-bg);border:1px solid var(--store-border);color:var(--store-text-secondary);cursor:pointer;border-radius:100px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:500;transition:all .2s;display:inline-flex}.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:#fff;border-color:var(--store-primary)}.store-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;display:grid}.store-card{background:var(--store-glass);border-radius:var(--store-radius-xl);border:1px solid var(--store-glass-border);cursor:pointer;color:inherit;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex-direction:column;text-decoration:none;transition:all .25s;display:flex;overflow:hidden}.store-card:hover{box-shadow:var(--store-shadow-lg),var(--store-shadow-glow);border-color:#10b9814d;transform:translateY(-3px)}.store-card-cover{aspect-ratio:16/10;background:linear-gradient(135deg,#10b98126,#14b8a61a);justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.store-card-cover img{object-fit:cover;width:100%;height:100%}.store-card-cover .store-card-placeholder{opacity:.3;font-size:48px}.store-card-body{flex-direction:column;flex:1;padding:14px 16px;display:flex}.store-card-title{color:var(--store-text);line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;font-size:14px;font-weight:600;line-height:1.5;display:-webkit-box;overflow:hidden}.store-card-desc{color:var(--store-text-tertiary);line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;margin-bottom:12px;font-size:13px;display:-webkit-box;overflow:hidden}.store-card-footer{justify-content:space-between;align-items:center;display:flex}.store-card-price{color:var(--store-primary);font-size:16px;font-weight:700}.store-card-price.free{color:var(--store-success);font-size:14px;font-weight:600}.store-card-stats{color:var(--store-text-quaternary);align-items:center;gap:12px;font-size:12px;display:flex}.store-card-stats span{align-items:center;gap:3px;display:flex}.store-product-detail{max-width:1200px;margin:0 auto}.store-product-topbar{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.store-product-topbar-actions{gap:8px;display:flex}.store-product-layout{align-items:flex-start;gap:28px;display:flex}.store-product-preview-wrapper{background:var(--store-glass);border:1px solid var(--store-glass-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;flex:1;min-width:0;overflow:hidden;box-shadow:0 8px 32px #0003}.store-product-preview-header{border-bottom:1px solid var(--store-border);background:#022c2299;align-items:center;gap:10px;padding:10px 16px;display:flex}.store-preview-dots{gap:6px;display:flex}.store-preview-dots span{background:#e0e0e0;border-radius:50%;width:10px;height:10px}.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{text-align:center;color:var(--store-text-tertiary);border:1px solid var(--store-border);background:#022c2266;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:6px;padding:4px 16px;font-size:12px;display:flex}.store-preview-expand{cursor:pointer;width:28px;height:28px;color:var(--store-text-tertiary);background:#022c2266;border:none;border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:flex}.store-preview-expand:hover{background:var(--store-primary-light);color:var(--store-primary)}.store-preview-iframe{border:none;width:100%;height:calc(100vh - 260px);min-height:600px;max-height:900px;display:block}.store-pdf-preview{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:80px 40px;display:flex}.store-pdf-icon{filter:grayscale(.2);margin-bottom:20px;font-size:80px}.store-pdf-preview h3{color:var(--store-text);margin-bottom:8px;font-size:20px;font-weight:600}.store-pdf-preview p{color:var(--store-text-tertiary);margin-bottom:16px;font-size:14px}.store-pdf-hint{color:var(--store-text-quaternary);font-size:13px;font-style:italic}.store-fullscreen-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:99999;background:#000000d9;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.store-fullscreen-container{background:var(--store-bg);border:1px solid var(--store-glass-border);border-radius:16px;flex-direction:column;width:100%;max-width:1400px;height:100%;display:flex;overflow:hidden;box-shadow:0 24px 80px #00000080}.store-fullscreen-header{border-bottom:1px solid var(--store-border);background:#022c2299;justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.store-fullscreen-header h3{color:var(--store-text);margin:0;font-size:14px;font-weight:600}.store-fullscreen-iframe{border:none;flex:1;width:100%}.store-product-sidebar{flex-shrink:0;width:360px;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);box-shadow:var(--store-shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:24px}.store-product-type-badges{flex-wrap:wrap;gap:6px;margin-bottom:16px;display:flex}.store-type-badge{border-radius:var(--store-radius-sm);align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-flex}.store-product-title{letter-spacing:-.01em;color:var(--store-text);margin-bottom:10px;font-size:20px;font-weight:700;line-height:1.35}.store-product-price{color:var(--store-primary);letter-spacing:-.02em;margin-bottom:14px;font-size:32px;font-weight:800}.store-product-price.free{color:var(--store-success)}.store-product-desc{color:var(--store-text-secondary);margin-bottom:20px;font-size:14px;line-height:1.7}.store-product-actions{flex-direction:column;gap:10px;margin-bottom:20px;display:flex}.store-btn-full{justify-content:center;width:100%}.store-purchased-badge{text-align:center;color:var(--success);justify-content:center;align-items:center;gap:4px;font-size:13px;display:flex}.store-product-stats-grid{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px;display:grid}.store-stat-item{background:var(--store-bg);border-radius:var(--store-radius);color:var(--store-text-secondary);align-items:center;gap:10px;padding:12px;display:flex}.store-stat-item div{flex-direction:column;display:flex}.store-stat-value{color:var(--store-text);font-size:16px;font-weight:700}.store-stat-label{color:var(--store-text-tertiary);font-size:11px}.store-product-meta-info{border-top:1px solid var(--store-border);color:var(--store-text-tertiary);padding:12px 0;font-size:13px}.store-product-meta-info div{justify-content:space-between;padding:5px 0;display:flex}.store-product-tags{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}.store-product-tag{background:var(--store-bg);color:var(--store-text-secondary);border-radius:var(--store-radius-sm);padding:3px 8px;font-size:12px;display:inline-block}.store-referral-share{border-top:1px solid var(--store-border);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);border-color:var(--store-primary);color:var(--store-primary)}.store-auth-container{background:var(--store-glass);border-radius:var(--store-radius-xl);border:1px solid var(--store-glass-border);max-width:400px;box-shadow:var(--store-shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);margin:48px auto;padding:36px}.store-auth-container h2{text-align:center;color:var(--store-text);margin-bottom:6px;font-size:22px;font-weight:700}.store-auth-container .subtitle{text-align:center;color:var(--store-text-tertiary);margin-bottom:24px;font-size:14px}.store-form-group{margin-bottom:16px}.store-form-group label{color:var(--store-text);margin-bottom:6px;font-size:13px;font-weight:500;display:block}.store-form-group input{border:1px solid var(--store-border);border-radius:var(--store-radius);background:var(--store-glass);width:100%;color:var(--store-text);font-size:14px;font-family:var(--store-font);outline:none;padding:9px 12px;transition:all .2s}.store-form-group input:focus{border-color:var(--store-primary);background:#064e3b66;box-shadow:0 0 0 3px #10b9811f}.store-form-error{color:var(--store-danger);border-radius:var(--store-radius);background:#f871711f;margin-bottom:16px;padding:10px 14px;font-size:13px}.store-auth-switch{text-align:center;color:var(--store-text-tertiary);margin-top:20px;font-size:13px}.store-auth-switch button{color:var(--store-primary);cursor:pointer;background:0 0;border:none;margin-left:4px;font-weight:500}.store-orders-page h2{color:var(--store-text);margin-bottom:20px;font-size:20px;font-weight:700}.store-order-item{background:var(--store-card-bg);border:1px solid var(--store-border);border-radius:var(--store-radius-lg);align-items:center;gap:16px;margin-bottom:10px;padding:14px 16px;transition:all .2s;display:flex}.store-order-item:hover{box-shadow:var(--store-shadow-sm);border-color:#c9cdd4}.store-order-cover{border-radius:var(--store-radius);background:linear-gradient(135deg,#10b98126,#14b8a61a);flex-shrink:0;width:72px;height:45px;overflow:hidden}.store-order-cover img{object-fit:cover;width:100%;height:100%}.store-order-info{flex:1;min-width:0}.store-order-title{color:var(--store-text);margin-bottom:3px;font-size:14px;font-weight:600}.store-order-date{color:var(--store-text-tertiary);font-size:12px}.store-order-actions{gap:8px;display:flex}.store-empty{text-align:center;color:var(--store-text-tertiary);padding:60px 24px}.store-empty svg{opacity:.25;margin:0 auto 16px}.store-empty h3{color:var(--store-text);margin-bottom:8px;font-size:16px;font-weight:600}.store-empty p{font-size:14px}.store-loading{color:var(--store-text-tertiary);justify-content:center;align-items:center;padding:60px;display:flex}.store-spinner{border:2.5px solid var(--store-border);border-top-color:var(--store-primary);border-radius:50%;width:28px;height:28px;animation:.7s linear infinite store-spin}@keyframes store-spin{to{transform:rotate(360deg)}}.store-badge{border-radius:var(--store-radius-sm);letter-spacing:.02em;align-items:center;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.store-badge-published{color:var(--store-success);background:#e8ffea}.store-badge-draft{background:var(--store-bg);color:var(--store-text-tertiary)}.store-badge-archived{color:var(--store-danger);background:#ffece8}.store-toolbar{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.store-toolbar-left{color:var(--store-text-tertiary);font-size:14px}.store-sort select{border:1px solid var(--store-border);border-radius:var(--store-radius);background:var(--store-card-bg);cursor:pointer;font-size:13px;font-family:var(--store-font);outline:none;padding:7px 12px}.store-browse-layout{align-items:flex-start;gap:24px;display:flex}.store-sidebar{background:var(--store-card-bg);border:1px solid var(--store-border);border-radius:var(--store-radius-xl);width:260px;min-width:260px;max-height:calc(100vh - 96px);padding:8px 0;position:sticky;top:76px;overflow-y:auto}.store-sidebar-header{color:var(--store-text-tertiary);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--store-border);align-items:center;gap:8px;margin-bottom:4px;padding:12px 16px;font-size:12px;font-weight:600;display:flex}.store-tree-section{border-bottom:1px solid var(--store-border-light)}.store-tree-section:last-child{border-bottom:none}.store-tree-node{cursor:pointer;color:var(--store-text-secondary);-webkit-user-select:none;user-select:none;border-radius:0;align-items:center;gap:8px;padding:9px 12px;font-size:14px;line-height:1.5;transition:all .15s;display:flex}.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:"";background:var(--store-primary);border-radius:0 3px 3px 0;width:3px;position:absolute;top:4px;bottom:4px;left:0}.store-tree-root{gap:8px;padding:10px 16px;font-weight:500}.store-tree-icon{color:var(--store-text-quaternary);flex-shrink:0;align-items:center;display:flex}.store-tree-node.selected .store-tree-icon{color:var(--store-primary)}.store-tree-label{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.store-tree-count{background:var(--store-bg);color:var(--store-text-quaternary);border-radius:10px;flex-shrink:0;padding:1px 6px;font-size:11px;font-weight:400}.store-tree-node.selected .store-tree-count{color:var(--store-primary);background:#10b98133}.store-content{flex:1;min-width:0}.store-clear-filter{color:var(--store-primary);background:var(--store-primary-light);border-radius:var(--store-radius-sm);cursor:pointer;border:1px solid #10b98133;margin-left:12px;padding:4px 10px;font-size:12px;transition:all .15s}.store-clear-filter:hover{background:#10b9812e}@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{gap:16px;padding:0 16px}.store-main{padding:16px}.store-browse-layout{flex-direction:column}.store-sidebar{width:100%;min-width:unset;max-height:300px;position:static}}.store-admin-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.store-admin-panel{border:1px solid var(--border);background:#fff;border-radius:16px;padding:24px}.store-admin-panel h3{align-items:center;gap:8px;margin-bottom:16px;font-size:16px;font-weight:600;display:flex}.store-admin-node-list{max-height:400px;overflow-y:auto}.store-admin-node-item{cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;padding:10px 12px;font-size:14px;transition:all .1s;display:flex}.store-admin-node-item:hover{background:var(--card-hover)}.store-admin-product-list{flex-direction:column;gap:8px;display:flex}.store-admin-product-item{border:1px solid var(--border);border-radius:10px;justify-content:space-between;align-items:center;padding:12px;font-size:14px;display:flex}@media (max-width:768px){.store-admin-grid{grid-template-columns:1fr}}.store-type-filter-btn{border-radius:var(--store-radius-sm);border:1px solid var(--store-border);background:var(--store-card-bg);color:var(--store-text-tertiary);cursor:pointer;white-space:nowrap;padding:4px 12px;font-size:12px;font-weight:500;transition:all .2s}.store-type-filter-btn:hover{background:var(--store-bg);color:var(--store-text-secondary)}.store-type-filter-btn.active{background:var(--store-primary);color:#fff;border-color:var(--store-primary)}.store-card-cover{position:relative}.store-card-type-badge{letter-spacing:.5px;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:4px;padding:2px 8px;font-size:10px;font-weight:700;position:absolute;top:8px;right:8px}.store-card-type-badge.html{color:#fff;background:#10b981d9}.store-card-type-badge.pdf{color:#fff;background:#f87171d9}.store-referral-page{max-width:800px;margin:0 auto}.store-referral-header{text-align:center;padding:32px 0}.store-referral-header h1{color:var(--store-text);margin-bottom:8px;font-size:24px;font-weight:700}.store-referral-header p{color:var(--store-text-tertiary);font-size:14px}.store-referral-stats{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px;display:grid}.store-stat-card{border:1px solid var(--border);text-align:center;background:#fff;border-radius:12px;padding:20px}.store-stat-card .stat-value{color:var(--foreground);margin-bottom:4px;font-size:28px;font-weight:700}.store-stat-card .stat-label{color:#64748b;font-size:13px}.store-referral-link-card{background:var(--store-glass);border:1px solid var(--store-glass-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;margin-bottom:24px;padding:24px}.store-referral-link-card h3{color:var(--store-text);margin-bottom:12px;font-size:16px;font-weight:600}.store-referral-url{align-items:center;gap:8px;display:flex}.store-referral-url input{border:1px solid var(--store-border);background:var(--store-glass);color:var(--store-text-secondary);border-radius:8px;flex:1;padding:10px 14px;font-family:monospace;font-size:13px}.store-commission-list{background:var(--store-glass);border:1px solid var(--store-glass-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;overflow:hidden}.store-commission-list h3{border-bottom:1px solid var(--store-border);color:var(--store-text);padding:16px 20px;font-size:16px;font-weight:600}.store-commission-item{border-bottom:1px solid var(--store-border);color:var(--store-text);justify-content:space-between;align-items:center;padding:14px 20px;font-size:14px;display:flex}.store-commission-item:last-child{border-bottom:none}.store-commission-amount{color:var(--store-primary);font-weight:600}.store-commission-status{border-radius:4px;padding:2px 8px;font-size:11px;font-weight:600}@media (max-width:640px){.store-referral-stats{grid-template-columns:1fr}}.store-stat-card .stat-icon{border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.store-promo-countdown{color:#f87171;background:#f871711a;border:1px dashed #f871714d;border-radius:8px;align-items:center;gap:6px;margin-top:8px;padding:8px 12px;font-size:13px;display:flex}.store-hero-stats{gap:16px;margin-top:24px;display:flex}.store-stat-card{background:var(--store-glass);border:1px solid var(--store-glass-border);box-shadow:var(--store-shadow-sm);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;flex:1;align-items:center;gap:12px;padding:16px;transition:all .2s;display:flex}.store-stat-card:hover{box-shadow:var(--store-shadow),var(--store-shadow-glow);transform:translateY(-2px)}.store-stat-card .stat-icon{border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;display:flex}.store-stat-card .stat-content{flex:1}.store-stat-card .stat-value{color:var(--store-text);font-size:24px;font-weight:800;line-height:1.2}.store-stat-card .stat-label{color:var(--store-text-tertiary);margin-top:2px;font-size:13px}.store-stat-card.highlight .stat-value{color:var(--store-primary)}.store-card-price-row{align-items:baseline;gap:6px;margin-bottom:8px;display:flex}.store-card-price.discount{color:#f87171}.store-card-original-price{color:var(--store-text-quaternary);font-size:12px;text-decoration:line-through}.store-card-sales{color:var(--store-text-quaternary);align-items:center;gap:4px;font-size:11px;display:flex}.store-product-price-block{margin-bottom:24px}.store-promo-badge{color:#f87171;background:#f8717126;border-radius:6px;margin-bottom:12px;padding:4px 8px;font-size:12px;font-weight:700;display:inline-block}.store-product-original-price{color:var(--store-text-quaternary);font-size:18px;font-weight:400;text-decoration:line-through}.store-promo-countdown{color:#f87171;background:#f871711a;border:1px dashed #f871714d;border-radius:8px;align-items:center;gap:8px;margin-top:12px;padding:10px 14px;font-size:13px;font-weight:500;display:flex}.store-layout-new{background:var(--store-bg);min-height:100vh;font-family:var(--store-font);color:var(--store-text);-webkit-font-smoothing:antialiased}.store-topbar{border-bottom:1px solid var(--store-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#022c2280;padding:12px 24px}.store-topbar-inner{justify-content:space-between;align-items:center;gap:24px;max-width:1280px;margin:0 auto;display:flex}.store-topbar-stats{flex-shrink:0;gap:16px;display:flex}.topbar-stat{color:var(--store-text-tertiary);align-items:center;gap:5px;font-size:13px;display:flex}.topbar-stat b{color:var(--store-text-secondary);font-weight:600}.topbar-stat.active,.topbar-stat.active b{color:var(--store-accent)}.store-topbar-search{background:var(--store-glass);border:1px solid var(--store-glass-border);border-radius:var(--store-radius);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);flex:1;align-items:center;gap:8px;max-width:360px;padding:7px 14px;transition:all .2s;display:flex}.store-topbar-search:focus-within{border-color:var(--store-primary);background:#064e3b66;box-shadow:0 0 0 2px #10b98126}.store-topbar-search .search-icon{color:var(--store-text-quaternary);flex-shrink:0}.store-topbar-search input{color:var(--store-text);font-size:13px;font-family:var(--store-font);background:0 0;border:none;outline:none;flex:1}.store-topbar-search input::placeholder{color:var(--store-text-quaternary)}.store-hero-section{text-align:center;padding:48px 24px 36px;position:relative;overflow:hidden}.store-hero-bg{pointer-events:none;z-index:0;position:absolute;inset:0}.hero-blob{filter:blur(80px);opacity:.45;border-radius:50%;animation:8s ease-in-out infinite store-blob;position:absolute}.hero-blob-1{background:radial-gradient(circle,#10b981 0%,#0000 70%);width:320px;height:320px;top:-80px;left:10%}.hero-blob-2{background:radial-gradient(circle,#14b8a6 0%,#0000 70%);width:260px;height:260px;animation-delay:4s;bottom:-60px;right:15%}.store-hero-inner{z-index:1;max-width:640px;margin:0 auto;position:relative}.hero-badge{color:#6ee7b7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#10b98126;border:1px solid #10b98140;border-radius:999px;align-items:center;gap:6px;margin-bottom:16px;padding:5px 14px;font-size:12px;display:inline-flex}.hero-badge svg{width:14px;height:14px}.hero-title{color:#f0fdf4;letter-spacing:-.5px;margin-bottom:8px;font-size:32px;font-weight:800;line-height:1.3}.hero-gradient-text{background:linear-gradient(135deg,#10b981 0%,#14b8a6 50%,#6ee7b7 100%);-webkit-text-fill-color:transparent;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;animation:4s ease-in-out infinite store-gradient-move}.hero-subtitle{color:var(--store-text-tertiary);margin-bottom:24px;font-size:14px}.hero-search-box{max-width:480px;margin:0 auto 20px;position:relative}.hero-search-stars{pointer-events:none;z-index:2;position:absolute;inset:0}.hero-star{color:#6ee7b7;opacity:0;animation:3s ease-in-out infinite store-star-twinkle;position:absolute}.star-1{animation-delay:0s;top:-8px;right:-4px}.star-2{animation-delay:1s;bottom:-6px;left:-8px}.star-3{animation-delay:2s;top:50%;right:-12px}.hero-search-box input{color:#f0fdf4;width:100%;font-size:14px;font-family:var(--store-font);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#064e3b66;border:1px solid #10b98133;border-radius:12px;outline:none;padding:12px 16px 12px 44px;transition:all .25s}.hero-search-box input::placeholder{color:#a7f3d066}.hero-search-box input:focus{background:#064e3b99;border-color:#10b981;box-shadow:0 0 0 3px #10b98126,0 0 24px #10b9811a}.hero-search-icon{color:#a7f3d080;z-index:3;pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.hero-stats-row{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.hero-stat-chip{color:#a7f3d0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#10b9811a;border:1px solid #10b98126;border-radius:999px;align-items:center;gap:5px;padding:4px 12px;font-size:12px;display:inline-flex}.hero-stat-chip b{color:#6ee7b7;font-weight:700}.sidebar-stats-card{background:var(--store-glass);border:1px solid var(--store-glass-border);border-radius:var(--store-radius-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);margin-top:16px;padding:16px}.sidebar-stats-title{color:var(--store-text-secondary);margin-bottom:12px;font-size:13px;font-weight:600}.sidebar-stats-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.sidebar-stat{text-align:center;border-radius:var(--store-radius);background:#10b98114;border:1px solid #10b9811a;padding:10px 8px}.sidebar-stat-val{color:#6ee7b7;font-size:20px;font-weight:700;line-height:1.2;display:block}.sidebar-stat-lbl{color:var(--store-text-tertiary);margin-top:2px;font-size:11px;display:block}.store-trees-nav{z-index:10;max-width:1200px;margin:0 auto 40px;padding:0 24px;position:relative}.trees-nav-inner{scrollbar-width:none;justify-content:flex-start;gap:16px;padding:16px 16px 24px;display:flex;overflow-x:auto}.trees-nav-inner::-webkit-scrollbar{display:none}.tree-nav-item{background:var(--store-card-bg);border-radius:var(--store-radius-lg);text-align:center;cursor:pointer;border:1px solid var(--store-border);width:140px;height:100px;box-shadow:var(--store-shadow-sm);flex-direction:column;flex:none;justify-content:center;align-items:center;padding:14px;transition:all .25s;display:flex}.tree-nav-item:hover{box-shadow:var(--store-shadow);border-color:#c9cdd4;transform:translateY(-3px)}.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{border-radius:var(--store-radius);background:var(--store-bg);width:40px;height:40px;color:var(--store-text-tertiary);justify-content:center;align-items:center;margin-bottom:8px;transition:all .25s;display:flex}.tree-nav-item:hover .tree-icon-box,.tree-nav-item.active .tree-icon-box{background:var(--store-primary);color:#fff}.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:#fff}.tree-info .tree-name{color:var(--store-text);white-space:nowrap;text-overflow:ellipsis;max-width:112px;margin-bottom:1px;font-size:13px;font-weight:600;display:block;overflow:hidden}.tree-info .tree-count{color:var(--store-text-quaternary);font-size:11px}.store-main-container{max-width:1280px;margin:0 auto;padding:20px 24px 64px}.store-content-grid{grid-template-columns:240px 1fr;align-items:start;gap:28px;display:grid}.store-sidebar-panel{background:var(--store-glass);border-radius:var(--store-radius-lg);border:1px solid var(--store-glass-border);box-shadow:var(--store-shadow-sm);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:sticky;top:110px;overflow:hidden}.sidebar-header{border-bottom:1px solid var(--store-border);color:var(--store-text);background:#022c2266;align-items:center;gap:8px;padding:14px 16px;font-size:14px;font-weight:600;display:flex}.store-tree-view{max-height:calc(100vh - 190px);padding:8px;overflow-y:auto}.store-tree-view .store-tree-node{border-radius:var(--store-radius-sm);color:var(--store-text-secondary);gap:8px;padding:8px 10px;font-size:14px;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{color:var(--store-text-quaternary);background:0 0;margin-left:auto;padding:0;font-size:11px}.products-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.products-header h2{color:var(--store-text);font-size:20px;font-weight:700}.products-controls{gap:8px;display:flex}.products-controls select{background:var(--store-glass);border:1px solid var(--store-glass-border);border-radius:var(--store-radius);color:var(--store-text-secondary);cursor:pointer;font-size:13px;font-family:var(--store-font);outline:none;padding:7px 12px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;display:grid}.modern-product-card{background:var(--store-glass);border:1px solid var(--store-glass-border);border-radius:var(--store-radius-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex-direction:column;text-decoration:none;transition:all .25s;display:flex;overflow:hidden}.modern-product-card:hover{box-shadow:var(--store-shadow-lg),var(--store-shadow-glow);border-color:#10b9814d;transform:translateY(-3px)}.card-cover{background:#064e3b4d;justify-content:center;align-items:center;height:160px;display:flex;position:relative;overflow:hidden}.card-cover img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.modern-product-card:hover .card-cover img{transform:scale(1.03)}.card-preview-frame{background:#fff;width:100%;height:100%;position:relative;overflow:hidden}.card-preview-frame iframe{transform-origin:0 0;pointer-events:none;border:none;width:200%;height:200%;position:absolute;top:0;left:0;transform:scale(.5)}.placeholder-cover{width:100%;height:100%;color:var(--store-text-quaternary);justify-content:center;align-items:center;display:flex}.placeholder-cover.html{color:var(--store-primary);background:linear-gradient(135deg,#10b98133,#14b8a626)}.placeholder-cover.pdf{color:#f87171;background:linear-gradient(135deg,#f8717126,#ef44441a)}.card-badges{gap:4px;display:flex;position:absolute;top:10px;left:10px}.badge-type{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;letter-spacing:.02em;background:#1d2129a6;border-radius:3px;padding:3px 6px;font-size:10px;font-weight:600}.badge-promo{background:var(--store-accent);color:#fff;border-radius:3px;padding:3px 6px;font-size:10px;font-weight:600}.card-info{flex-direction:column;flex:1;justify-content:space-between;padding:14px;display:flex}.card-info h3{color:var(--store-text);line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:10px;font-size:14px;font-weight:600;line-height:1.5;display:-webkit-box;overflow:hidden}.card-meta{justify-content:space-between;align-items:flex-end;display:flex}.price-block{flex-direction:column;display:flex}.current-price{color:var(--store-primary);font-size:16px;font-weight:700}.original-price{color:var(--store-text-quaternary);font-size:11px;text-decoration:line-through}.stats-block{color:var(--store-text-quaternary);gap:8px;font-size:12px;display:flex}.stats-block span{align-items:center;gap:3px;display:flex}.empty-state{color:var(--store-text-tertiary);text-align:center;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;padding:72px 24px;display:flex}.empty-state-icons{align-items:center;gap:16px;margin-bottom:24px;display:flex}.empty-icon-float{color:#6ee7b7;background:#10b9811a;border:1px solid #10b98126;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;animation:3s ease-in-out infinite store-float;display:flex}.empty-icon-float:nth-child(2){background:#10b9812e;border-color:#10b98140;border-radius:20px;width:64px;height:64px}.empty-state svg{color:var(--store-text-quaternary)}.empty-state-title{color:var(--store-text-secondary);margin-bottom:4px;font-size:16px;font-weight:600}.empty-state-desc{color:var(--store-text-tertiary);margin-bottom:20px;font-size:13px}.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{border-radius:12px;width:44px;height:44px}.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);box-shadow:var(--store-shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);overflow:hidden}.agreement-header{background:var(--store-gradient);color:#fff;text-align:center;padding:36px 36px 28px}.agreement-header h1{margin-bottom:6px;font-size:24px;font-weight:700}.agreement-header p{color:#ffffffb3;font-size:13px}.agreement-content{color:var(--store-text-secondary);padding:36px;font-size:14px;line-height:1.8}.agreement-content h2{color:var(--store-text);border-bottom:1px solid var(--store-border);margin:28px 0 14px;padding-bottom:8px;font-size:17px;font-weight:700}.agreement-content h2:first-child{margin-top:0}.agreement-content p{margin-bottom:12px}.agreement-content ul,.agreement-content ol{margin:12px 0;padding-left:24px}.agreement-content li{margin-bottom:8px}.agreement-footer{background:var(--store-bg);border-top:1px solid var(--store-border);text-align:center;padding:20px 36px}.agreement-checkbox{cursor:pointer;color:#64748b;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;padding:12px 0;font-size:13px;display:flex}.agreement-checkbox:hover{color:#334155}.agreement-link{font-weight:500;text-decoration:none;color:var(--store-primary)!important}.agreement-link:hover{text-decoration:underline}.agreement-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#0009;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.agreement-modal{background:var(--store-bg);border-radius:var(--store-radius-xl);width:100%;max-width:520px;box-shadow:var(--store-shadow-lg);border:1px solid var(--store-glass-border);padding:28px;animation:.3s cubic-bezier(.4,0,.2,1) modal-in}@keyframes modal-in{0%{opacity:0;transform:scale(.95)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.agreement-modal h2{color:var(--store-text);margin-bottom:6px;font-size:20px;font-weight:700}.agreement-modal-desc{color:var(--store-text-tertiary);margin-bottom:18px;font-size:13px}.agreement-modal-body{border:1px solid var(--store-border);border-radius:var(--store-radius);color:var(--store-text-secondary);background:#064e3b4d;max-height:300px;margin-bottom:20px;padding:18px;font-size:13px;line-height:1.7;overflow-y:auto}.agreement-modal-body ul{margin:8px 0;padding-left:20px}.agreement-modal-body li{margin-bottom:6px}.agreement-modal-actions{justify-content:flex-end;gap:12px;display:flex}.agreement-modal-actions .store-btn{border-radius:10px;padding:10px 24px;font-size:14px}.store-cart-btn{cursor:pointer;color:var(--store-text-secondary);border-radius:var(--store-radius);background:0 0;border:none;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex;position:relative}.store-cart-btn:hover{color:var(--store-primary);background:var(--store-primary-light)}.store-cart-badge{background:var(--store-accent);color:#fff;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;line-height:1;display:flex;position:absolute;top:-2px;right:-4px}.modern-product-card-wrapper{position:relative}.card-cart-btn{border:1px solid var(--store-border);background:var(--store-card-bg);width:30px;height:30px;color:var(--store-text-tertiary);cursor:pointer;opacity:0;z-index:2;box-shadow:var(--store-shadow-sm);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;bottom:14px;right:14px;transform:scale(.8)}.modern-product-card-wrapper:hover .card-cart-btn{opacity:1;transform:scale(1)}.card-cart-btn:hover{background:var(--store-primary);color:#fff;border-color:var(--store-primary)}.card-cart-btn.in-cart{opacity:1;background:var(--store-primary-light);color:var(--store-primary);border-color:var(--store-primary);transform:scale(1)}.store-product-btn-group{gap:8px;display:flex}.store-product-btn-group .store-btn-full{flex:1}.cart-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;background:#00000059;animation:.2s cart-fade-in;position:fixed;inset:0}@keyframes cart-fade-in{0%{opacity:0}to{opacity:1}}.cart-drawer{background:var(--store-bg);z-index:9999;border-left:1px solid var(--store-glass-border);flex-direction:column;width:400px;max-width:90vw;animation:.25s cart-slide-in;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-8px 0 32px #0000004d}@keyframes cart-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-drawer-header{border-bottom:1px solid var(--store-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.cart-drawer-title{color:var(--store-text);align-items:center;gap:8px;font-size:16px;font-weight:600;display:flex}.cart-header-count{background:var(--store-primary);color:#fff;border-radius:10px;padding:1px 6px;font-size:11px;font-weight:600}.cart-close-btn{cursor:pointer;color:var(--store-text-tertiary);border-radius:var(--store-radius-sm);background:0 0;border:none;padding:4px;transition:all .15s}.cart-close-btn:hover{color:var(--store-text);background:var(--store-bg)}.cart-drawer-body{flex:1;padding:0;overflow-y:auto}.cart-empty{color:var(--store-text-tertiary);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:60px 24px;display:flex}.cart-empty svg{color:var(--store-text-quaternary);margin-bottom:12px}.cart-empty-title{color:var(--store-text-secondary);font-size:15px;font-weight:600}.cart-empty-desc{color:var(--store-text-tertiary);margin-bottom:16px;font-size:13px}.cart-actions-bar{border-bottom:1px solid var(--store-border);background:#022c2266;justify-content:space-between;align-items:center;padding:10px 20px;display:flex}.cart-items-summary{color:var(--store-text-tertiary);font-size:13px}.cart-clear-btn{cursor:pointer;color:var(--store-text-quaternary);border-radius:var(--store-radius-sm);font-size:12px;font-family:var(--store-font);background:0 0;border:none;align-items:center;gap:4px;padding:4px 8px;transition:all .15s;display:flex}.cart-clear-btn:hover{color:#f87171;background:#f871711a}.cart-items-list{padding:8px 12px}.cart-item{border-bottom:1px solid var(--store-border);align-items:flex-start;gap:12px;padding:12px 8px;display:flex;position:relative}.cart-item:last-child{border-bottom:none}.cart-item-cover{border-radius:var(--store-radius);background:var(--store-bg);flex-shrink:0;width:56px;height:56px;overflow:hidden}.cart-item-cover img{object-fit:cover;width:100%;height:100%}.cart-item-placeholder{width:100%;height:100%;color:var(--store-text-quaternary);justify-content:center;align-items:center;display:flex}.cart-item-info{flex:1;min-width:0}.cart-item-title{color:var(--store-text);line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:500;line-height:1.4;text-decoration:none;transition:color .15s;display:-webkit-box;overflow:hidden}.cart-item-title:hover{color:var(--store-primary)}.cart-item-meta{gap:6px;margin-top:4px;display:flex}.cart-item-type{color:var(--store-text-tertiary);background:var(--store-bg);border-radius:3px;padding:1px 5px;font-size:10px;font-weight:600}.cart-item-promo{color:var(--store-accent);background:#ff7d0014;border-radius:3px;padding:1px 5px;font-size:10px;font-weight:600}.cart-item-bottom{align-items:center;gap:6px;margin-top:6px;display:flex}.cart-item-price{color:var(--store-primary);font-size:14px;font-weight:700}.cart-item-original{color:var(--store-text-quaternary);font-size:11px;text-decoration:line-through}.cart-item-remove{cursor:pointer;color:var(--store-text-quaternary);border-radius:var(--store-radius-sm);background:0 0;border:none;flex-shrink:0;padding:4px;transition:all .15s}.cart-item-remove:hover{color:#f87171;background:#f871711a}.cart-drawer-footer{border-top:1px solid var(--store-border);background:#022c2266;flex-shrink:0;padding:16px 20px}.cart-result{border-radius:var(--store-radius);align-items:center;gap:6px;margin-bottom:12px;padding:8px 12px;font-size:13px;display:flex}.cart-total-row{color:var(--store-text-secondary);justify-content:space-between;align-items:center;margin-bottom:12px;font-size:14px;display:flex}.cart-total-price{color:var(--store-primary);font-size:20px;font-weight:700}.cart-checkout-btn{justify-content:center;width:100%}@media (max-width:480px){.cart-drawer{width:100vw;max-width:100vw}}.profile-page{max-width:1200px;margin:0 auto;padding:24px 20px}.profile-header{align-items:center;gap:16px;margin-bottom:24px;display:flex}.profile-header h1{color:var(--store-text);margin:0;font-size:22px;font-weight:700}.profile-layout{grid-template-columns:200px 1fr;align-items:start;gap:24px;display:grid}.profile-sidebar{background:var(--store-glass);border:1px solid var(--store-glass-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:14px;flex-direction:column;gap:4px;padding:8px;display:flex;position:sticky;top:80px}.profile-tab-btn{color:var(--store-text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;padding:12px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.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);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:14px;min-height:400px;padding:24px}.profile-avatar-row{border-bottom:1px solid var(--store-border);align-items:center;gap:20px;margin-bottom:24px;padding-bottom:24px;display:flex}.profile-avatar{background:var(--store-gradient);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:24px;font-weight:700;display:flex;box-shadow:0 0 20px #10b9814d}.profile-user-name{color:var(--store-text);margin:0 0 4px;font-size:20px;font-weight:600}.profile-user-phone,.profile-user-email{color:var(--store-text-secondary);margin:2px 0;font-size:14px}.profile-info-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.profile-info-item{border:1px solid var(--store-border);background:#064e3b4d;border-radius:10px;padding:16px}.profile-info-label{color:var(--store-text-tertiary);margin-bottom:4px;font-size:12px;display:block}.profile-info-value{color:var(--store-text);font-size:14px;font-weight:500;display:block}.profile-orders-layout{grid-template-columns:250px 1fr;align-items:start;gap:14px;display:grid}.profile-orders-filter-panel{border:1px solid var(--store-border);background:#064e3b33;border-radius:12px;padding:12px;position:sticky;top:8px}.profile-orders-filter-title{color:var(--store-text-tertiary);letter-spacing:.03em;margin-bottom:10px;font-size:12px}.profile-orders-tree-groups{flex-direction:column;gap:10px;display:flex}.profile-orders-tree-group{flex-direction:column;gap:6px;display:flex}.profile-orders-tree-group-name{color:var(--store-text-tertiary);padding:0 2px;font-size:12px}.profile-orders-tree-btn{text-align:left;border:1px solid var(--store-border);width:100%;color:var(--store-text-secondary);cursor:pointer;background:0 0;border-radius:8px;padding:8px 10px;font-size:13px;transition:all .2s}.profile-orders-tree-btn.active{color:#e2e8f0;background:#6366f124;border-color:#6366f18c}.profile-orders-node-filter{border-top:1px solid var(--store-border);margin-top:12px;padding-top:12px}.profile-orders-filter-subtitle{color:var(--store-text-tertiary);margin-bottom:8px;font-size:12px}.profile-order-node-btn{width:100%;color:var(--store-text-secondary);cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:6px;padding:6px 8px;font-size:12px;transition:all .2s;display:flex}.profile-order-node-btn.active{color:#e2e8f0;background:#6366f124}.profile-order-node-dot{background:currentColor;border-radius:999px;width:4px;height:4px;margin-left:4px}.profile-order-node-text{text-align:left;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.profile-orders-list{flex-direction:column;gap:12px;display:flex}.profile-order-card{border:1px solid var(--store-border);border-radius:12px;align-items:center;gap:16px;padding:16px;transition:all .2s;display:flex}.profile-order-card:hover{box-shadow:0 2px 8px #0000000f}.profile-order-cover{background:var(--store-bg);border-radius:8px;flex-shrink:0;width:64px;height:64px;overflow:hidden}.profile-order-cover img{object-fit:cover;width:100%;height:100%}.profile-order-info{flex:1;min-width:0}.profile-order-title{color:var(--store-text);text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px;font-weight:600;overflow:hidden}.profile-order-meta{color:var(--store-text-tertiary);font-size:13px}.profile-order-actions{flex-shrink:0;gap:8px;display:flex}.profile-learning-stats{grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:24px;display:grid}.profile-export-btn{border:1px solid var(--store-border);color:var(--store-text-secondary);cursor:pointer;white-space:nowrap;background:#fff;border-radius:8px;align-items:center;gap:4px;padding:6px 14px;font-size:12px;transition:all .2s;display:inline-flex}.profile-stat-card{text-align:center;border:1px solid var(--store-border);background:#064e3b4d;border-radius:12px;flex-direction:column;align-items:center;gap:8px;padding:16px 12px;display:flex}.profile-stat-val{color:var(--store-text);font-size:20px;font-weight:700;line-height:1.2}.profile-stat-lbl{color:var(--store-text-tertiary);font-size:12px}.profile-learners-table-wrap{border:1px solid var(--store-border);border-radius:12px;overflow-x:auto}.profile-learners-table{border-collapse:collapse;width:100%;font-size:13px}.profile-learners-table th{text-align:left;color:var(--store-text-secondary);border-bottom:1px solid var(--store-border);white-space:nowrap;padding:12px 14px;font-weight:600}.profile-learners-table td{border-bottom:1px solid var(--store-border-light);color:var(--store-text);padding:12px 14px}.profile-learner-name{font-weight:500}.profile-learner-content{text-overflow:ellipsis;white-space:nowrap;max-width:150px;color:var(--store-text-secondary);overflow:hidden}.profile-progress-bar{align-items:center;gap:8px;display:flex}.profile-progress-bar>div{background:var(--store-gradient);border-radius:3px;max-width:60px;height:6px}.profile-progress-bar span{color:var(--store-text-secondary);font-size:12px}.profile-quiz-badge{border-radius:10px;padding:2px 8px;font-size:12px;font-weight:500;display:inline-block}.profile-quiz-badge.good{color:#34d399;background:#34d39926}.profile-quiz-badge.poor{color:#f87171;background:#f8717126}.profile-status-tag{white-space:nowrap;border-radius:10px;padding:2px 10px;font-size:12px;font-weight:500;display:inline-block}.profile-status-tag.ongoing{color:var(--store-primary);background:#10b98126}.profile-td-time{color:var(--store-text-tertiary);white-space:nowrap;font-size:12px}.profile-empty{text-align:center;color:var(--store-text-tertiary);flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.profile-empty h3{color:var(--store-text-secondary);margin:16px 0 4px;font-size:16px}.profile-empty p{margin:0;font-size:14px}.profile-loading{color:var(--store-text-tertiary);justify-content:center;align-items:center;gap:8px;padding:60px 20px;font-size:14px;display:flex}@media (max-width:768px){.profile-layout{grid-template-columns:1fr}.profile-sidebar{flex-direction:row;position:static;overflow-x:auto}.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{align-items:center;gap:8px;margin-bottom:24px;font-size:14px;display:flex}.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{gap:8px;margin-left:auto;display:flex}.admin-nav-btn{background:var(--store-gradient);color:#fff;border-radius:8px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.admin-nav-btn:hover{background:linear-gradient(135deg,#059669,#0d9488);transform:translateY(-1px);box-shadow:0 2px 8px #10b9814d}.admin-stats-row{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}.admin-stat-card{background:var(--store-glass);border:1px solid var(--store-glass-border);box-shadow:var(--store-shadow-sm);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:14px;align-items:center;gap:16px;padding:20px;display:flex}.admin-stat-icon{color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.admin-stat-info{flex:1}.admin-stat-value{color:var(--store-text-primary);font-size:24px;font-weight:700;line-height:1.2}.admin-stat-label{color:var(--store-text-tertiary);margin-top:2px;font-size:13px}.admin-channel-section{background:var(--store-glass);border:1px solid var(--store-glass-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:14px;margin-bottom:24px;padding:20px}.admin-section-title{color:var(--store-text-primary);align-items:center;gap:8px;margin-bottom:16px;font-size:15px;font-weight:600;display:flex}.admin-channel-bar-container{flex-direction:column;gap:12px;display:flex}.admin-channel-bar{background:var(--store-bg);border-radius:6px;height:12px;display:flex;overflow:hidden}.admin-channel-segment{min-width:4px;transition:all .3s}.admin-channel-segment:hover{opacity:.8}.admin-channel-legends{flex-wrap:wrap;gap:16px;display:flex}.admin-channel-legend{align-items:center;gap:6px;font-size:13px;display:flex}.admin-channel-dot{border-radius:50%;width:8px;height:8px}.admin-channel-name{color:var(--store-text-secondary)}.admin-channel-count{color:var(--store-text-primary);font-weight:600}.admin-channel-pct{color:var(--store-text-tertiary);font-size:12px}.admin-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.admin-search-box{background:var(--store-glass);border:1px solid var(--store-glass-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:10px;flex:1;align-items:center;gap:8px;max-width:400px;padding:0 12px;display:flex}.admin-search-box svg{color:var(--store-text-tertiary);flex-shrink:0}.admin-search-input{color:var(--store-text);background:0 0;border:none;outline:none;flex:1;padding:10px 0;font-size:14px}.admin-search-btn{background:var(--store-gradient);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:6px 14px;font-size:13px;font-weight:500}.admin-search-btn:hover{background:linear-gradient(135deg,#059669,#0d9488)}.admin-filters{align-items:center;gap:8px;display:flex}.admin-filter-select{border:1px solid var(--store-border);background:var(--store-glass);color:var(--store-text);cursor:pointer;border-radius:8px;outline:none;padding:8px 12px;font-size:13px}.admin-filter-select:focus{border-color:var(--store-primary)}.admin-refresh-btn{border:1px solid var(--store-border);background:var(--store-glass);cursor:pointer;width:36px;height:36px;color:var(--store-text-tertiary);border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.admin-refresh-btn:hover{border-color:var(--store-primary);color:var(--store-primary)}.admin-table-container{background:var(--store-glass);border:1px solid var(--store-glass-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:14px;margin-bottom:16px;overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;font-size:13px}.admin-table thead{background:var(--store-bg);position:sticky;top:0}.admin-table th{text-align:left;color:var(--store-text-secondary);border-bottom:1px solid var(--store-border);white-space:nowrap;padding:12px 16px;font-weight:600}.admin-th-sortable{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:4px;display:flex}.admin-th-sortable:hover{color:var(--store-primary)}.admin-table td{border-bottom:1px solid var(--store-border);color:var(--store-text);padding:12px 16px}.admin-table tbody tr:hover{background:#10b9810f}.admin-table-empty{text-align:center;color:var(--store-text-tertiary);padding:40px 16px!important}.admin-row-disabled{opacity:.5}.admin-td-time{color:var(--store-text-tertiary);white-space:nowrap;font-size:12px}.admin-td-ip code{color:var(--store-text-secondary);background:#f2f3f5;border-radius:4px;padding:2px 6px;font-family:Fira Code,monospace;font-size:12px}.admin-td-center{text-align:center}.admin-user-cell{align-items:center;gap:10px;display:flex}.admin-user-avatar{background:var(--store-gradient);color:#fff;text-transform:uppercase;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:600;display:flex}.admin-user-info{flex-direction:column;display:flex}.admin-user-name{color:var(--store-text-primary);font-weight:500;line-height:1.3}.admin-user-email{color:var(--store-text-tertiary);font-size:12px}.admin-channel-tag{white-space:nowrap;border-radius:20px;align-items:center;padding:2px 10px;font-size:12px;font-weight:500;display:inline-flex}.admin-referrer-tag{color:#d46b08;background:#fff7e6;border-radius:4px;align-items:center;padding:2px 8px;font-size:12px;display:inline-flex}.admin-status-badge{white-space:nowrap;border-radius:20px;align-items:center;padding:2px 10px;font-size:12px;font-weight:500;display:inline-flex}.status-active{color:#34d399;background:#34d39926}.status-disabled{color:#f87171;background:#f8717126}.status-pending{color:#fbbf24;background:#facc1526}.admin-action-btn{cursor:pointer;white-space:nowrap;border:1px solid;border-radius:6px;padding:4px 12px;font-size:12px;font-weight:500;transition:all .2s}.action-disable{color:#f5222d;background:#fff;border-color:#ffccc7}.action-disable:hover{background:#fff1f0}.action-enable{color:#52c41a;background:#fff;border-color:#b7eb8f}.action-enable:hover{background:#f6ffed}.action-view{border-color:var(--store-primary);color:var(--store-primary);background:#fff}.action-view:hover{background:#e8f0fe}.admin-pagination{justify-content:center;align-items:center;gap:12px;padding:16px 0;display:flex}.admin-pagination-info{color:var(--store-text-tertiary);font-size:13px}.admin-page-btn{border:1px solid var(--store-border);background:var(--store-glass);cursor:pointer;width:32px;height:32px;color:var(--store-text-secondary);border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}.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{color:var(--store-text-primary);font-size:14px;font-weight:500}.analytics-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.analytics-tabs{background:var(--store-bg);border-radius:10px;gap:4px;padding:4px;display:flex}.analytics-tab{color:var(--store-text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.analytics-tab:hover{color:var(--store-text-primary)}.analytics-tab.active{background:var(--store-glass);color:var(--store-primary);box-shadow:0 1px 3px #0003}.analytics-range-group{background:var(--store-bg);border-radius:8px;align-items:center;gap:4px;padding:3px;display:flex}.analytics-range-btn{color:var(--store-text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 14px;font-size:13px;transition:all .2s}.analytics-range-btn.active{background:var(--store-glass);color:var(--store-primary);font-weight:600;box-shadow:0 1px 3px #0003}.analytics-loading{text-align:center;color:var(--store-text-tertiary);padding:60px 20px;font-size:14px}.analytics-metric-row{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px;display:grid}.analytics-metric-card{background:var(--store-glass);border:1px solid var(--store-glass-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;align-items:center;gap:12px;padding:16px 20px;display:flex}.analytics-metric-card svg{color:var(--store-primary)}.analytics-metric-val{color:var(--store-text-primary);font-size:18px;font-weight:700}.analytics-metric-lbl{color:var(--store-text-tertiary);font-size:12px}.analytics-chart-section{background:var(--store-glass);border:1px solid var(--store-glass-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:14px;margin-bottom:24px;padding:20px}.analytics-bar-chart{align-items:flex-end;gap:4px;height:160px;padding-top:16px;display:flex}.analytics-bar-item{flex-direction:column;flex:1;align-items:center;gap:4px;min-width:20px;display:flex}.analytics-bar-wrapper{align-items:flex-end;width:100%;height:120px;display:flex}.analytics-bar{background:var(--store-gradient);border-radius:4px 4px 0 0;width:100%;min-height:2px;transition:height .3s}.analytics-bar-label{color:var(--store-text-tertiary);white-space:nowrap;font-size:10px}.analytics-bar-value{color:var(--store-primary);font-size:10px;font-weight:600}.analytics-distributions{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px;display:grid}.analytics-dist-card{background:var(--store-glass);border:1px solid var(--store-glass-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:14px;padding:20px}.analytics-dist-title{color:var(--store-text-primary);align-items:center;gap:8px;margin-bottom:16px;font-size:14px;font-weight:600;display:flex}.analytics-dist-list{flex-direction:column;gap:8px;display:flex}.analytics-dist-item{align-items:center;gap:8px;font-size:13px;display:flex}.analytics-dist-icon{text-align:center;width:24px;font-size:16px}.analytics-dist-name{color:var(--store-text-secondary);flex:1}.analytics-dist-count{color:var(--store-text-primary);font-weight:600}.analytics-dist-group{grid-template-columns:1fr 1fr 1fr;gap:16px;display:grid}.analytics-dist-sub h5{color:var(--store-text-tertiary);text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:600}.analytics-live-section{background:var(--store-glass);border:1px solid var(--store-glass-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:14px;margin-bottom:24px;padding:20px}.analytics-event-stream{flex-direction:column;gap:4px;max-height:400px;display:flex;overflow-y:auto}.analytics-event-item{border-radius:8px;align-items:center;gap:10px;padding:8px 12px;transition:background .15s;display:flex}.analytics-event-item:hover{background:var(--store-bg)}.analytics-event-icon{text-align:center;width:28px;font-size:16px}.analytics-event-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.analytics-event-type{color:var(--store-text-primary);font-size:13px;font-weight:500}.analytics-event-page{color:var(--store-text-tertiary);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.analytics-event-device{color:var(--store-text-tertiary);flex-shrink:0}.analytics-event-time{color:var(--store-text-tertiary);white-space:nowrap;flex-shrink:0;font-size:12px}.analytics-event-tag{white-space:nowrap;align-items:center;gap:4px;font-size:13px;display:inline-flex}.analytics-content-title{text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden}.analytics-back-btn{border:1px solid var(--store-border);background:var(--store-glass);color:var(--store-text-secondary);cursor:pointer;border-radius:8px;align-items:center;gap:4px;padding:6px 14px;font-size:13px;transition:all .2s;display:inline-flex}.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 th,.admin-table td{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:#fff;--store-card-bg-solid:#fff;--store-glass:#fff;--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 #0000000f;--store-shadow:0 12px 24px -24px #00000059;--store-shadow-lg:0 20px 48px -34px #00000073;--store-shadow-glow:0 0 0 #0000;--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,#f5f5f6db 0%,#f5f5f600 100%);--store-shell-header-bg:#fffffff2;--store-shell-header-border:#e4e4e7;--store-shell-brand:#0a0a0a;--store-shell-brand-icon-bg:#030213;--store-shell-brand-icon-fg:#fff;--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:#fff;--store-shell-theme-border:#e4e4e7;--store-shell-user-bg:#fff;--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:#fffffff5;--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:#fff;--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:#fff;--store-card-bg-solid:#fff;--store-glass:#fff;--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 #147a7547;--store-shadow-lg:0 24px 60px -34px #147a7559;--store-shell-page-bg:#f4faf8;--store-shell-top-gradient:linear-gradient(180deg,#dcf2ee 0%,#dcf2ee00 100%);--store-shell-header-bg:#f9fffdf0;--store-shell-header-border:#d4e8e3;--store-shell-brand:#0c2b2a;--store-shell-brand-icon-bg:#147a75;--store-shell-brand-icon-fg:#fff;--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:#fff;--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:#f9fffdf7;--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:#000;--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:#fff;--store-card-bg-solid:#fff;--store-glass:#fff;--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 #11182759;--store-shadow-lg:0 24px 60px -34px #11182773;--store-shell-page-bg:#f6f7f8;--store-shell-top-gradient:linear-gradient(180deg,#e7eaee 0%,#e7eaee00 100%);--store-shell-header-bg:#fffffff2;--store-shell-header-border:#d1d5db;--store-shell-brand:#0f172a;--store-shell-brand-icon-bg:#111827;--store-shell-brand-icon-fg:#fff;--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:#fff;--store-shell-theme-border:#d1d5db;--store-shell-user-bg:#fff;--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:#fffffff7;--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:#000}.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-meta,.store-shell-user-arrow{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:#fff}.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{border:1px solid var(--store-border);background:#f4f4f5;border-radius:8px;height:34px;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);color:var(--store-text-tertiary);background:#fff}.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,box-shadow .2s}.store-home-banner:hover{box-shadow:var(--store-shadow-sm);transform:translateY(-2px)}.store-catalog-panel{box-shadow:none;background:0 0;border:0}.store-mobile-filter-select,.store-catalog-search-input,.store-catalog-reset-btn{border-color:var(--store-border)}.store-mobile-filter-select:focus,.store-catalog-search-input: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 #0000000d}.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{border-radius:16px;padding:14px}.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 #1f4bffa6}.store-btn-secondary{color:var(--store-text-secondary);border:1px solid var(--store-border);background:#fff}.store-btn-secondary:hover{color:var(--store-text);background:#f8fafc;border-color:#cbd5e1}.store-btn-ghost{color:var(--store-text-secondary)}.store-btn-ghost:hover{color:var(--store-text);background:#f1f5f9}.store-btn-success{background:#16a34a}.store-btn-success:hover{background:#15803d}.store-btn-outline{color:#1e293b;background:#fff;border:1px solid #cbd5e1}.store-btn-outline:hover{border-color:var(--store-primary);color:var(--store-primary);background:#f8fbff}.store-form-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.store-loading{color:var(--store-text-tertiary)}.store-spinner{border:2px solid #dbe3ef;border-top-color: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{border:1px solid var(--store-border);box-shadow:var(--store-shadow-sm);-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff}.store-product-preview-header{border-bottom:1px solid var(--store-border);background:#f8fafc}.store-preview-title{color:var(--store-text-secondary);border:1px solid var(--store-border);background:#fff}.store-preview-expand{border:1px solid var(--store-border);color:var(--store-text-tertiary);background:#fff}.store-preview-expand:hover{color:var(--store-primary);background:#f1f5ff}.store-product-preview-body{background:#fff}.store-preview-iframe{background:#fff;min-height:560px}.store-pdf-preview{background:linear-gradient(#f8fbff 0%,#fff 100%);flex-direction:column;display:flex}.store-pdf-preview .store-preview-iframe{min-height:520px}.store-pdf-preview-stage{background:linear-gradient(#f6fbfb 0%,#edf7f5 100%);width:100%;min-height:520px;position:relative;overflow:hidden}.store-pdf-preview-stage .store-preview-iframe{border:0;width:100%;display:block}.store-pdf-cover-shell{z-index:1;flex-direction:column;gap:14px;min-height:520px;padding:16px;transition:opacity .25s,visibility .25s;display:flex;position:relative}.store-pdf-cover-shell.is-hidden{opacity:0;visibility:hidden}.store-pdf-preview-toolbar{z-index:2;flex-wrap:wrap;gap:8px;display:flex;position:relative}.store-pdf-preview-chip{color:#0f766e;letter-spacing:.02em;background:#ffffffd1;border:1px solid #e5e7ebf2;border-radius:999px;align-items:center;min-height:28px;padding:0 11px;font-size:12px;font-weight:700;display:inline-flex;box-shadow:0 12px 28px -24px #0f172a6b}.store-pdf-preview-chip.subtle{color:#64748b}.store-pdf-cover-stage{z-index:1;flex:1;justify-content:center;align-items:center;min-height:0;padding:8px 10px 4px;display:flex;position:relative}.store-pdf-cover-paper{background:#fffdfa;border:1px solid #ffedd5f5;border-radius:20px;justify-content:center;align-items:center;width:min(100%,720px);height:100%;min-height:360px;max-height:100%;display:flex;overflow:hidden;box-shadow:0 28px 44px -34px #0f172a6b,0 16px 30px -28px #d9770666}.store-pdf-cover-paper.is-placeholder{background:linear-gradient(#fffdf7 0%,#eef8f5 100%)}.store-pdf-cover-image{object-fit:contain;object-position:center top;background:linear-gradient(#fffefb 0%,#f2f8f6 100%);width:100%;height:100%}.store-pdf-cover-placeholder-copy{color:#334155;flex-direction:column;gap:10px;padding:28px;display:flex}.store-pdf-cover-placeholder-copy span{letter-spacing:.18em;color:#0f766e;font-size:11px;font-weight:800}.store-pdf-cover-placeholder-copy strong{font-size:24px;line-height:1.3}.store-pdf-cover-placeholder-copy p{color:#64748b;margin:0;font-size:14px}.store-pdf-cover-caption{z-index:2;justify-content:space-between;align-items:flex-end;gap:16px;padding:0 4px;display:flex;position:relative}.store-pdf-cover-kicker{letter-spacing:.18em;text-transform:uppercase;color:#0f766e;margin:0 0 4px;font-size:11px;font-weight:800}.store-pdf-cover-caption h3{color:#0f172a;margin:0;font-size:22px;line-height:1.2}.store-pdf-cover-caption p{color:#64748b;max-width:560px;margin:6px 0 0;font-size:13px;line-height:1.65}.store-pdf-cover-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.store-pdf-iframe-layer{z-index:2;opacity:0;transition:opacity .25s;position:absolute;inset:0}.store-pdf-iframe-layer.is-ready{opacity:1}.store-pdf-iframe-layer .store-preview-iframe{background:#fff;height:100%;min-height:520px}.store-pdf-loading-panel{z-index:4;color:#0f172a;background:#ffffffe0;border:1px solid #e2e8f0f5;border-radius:16px;align-items:center;gap:12px;padding:14px 16px;display:flex;position:absolute;inset:auto 16px 16px;box-shadow:0 22px 38px -30px #0f172a73}.store-pdf-loading-panel strong{font-size:14px;display:block}.store-pdf-loading-panel p{color:#64748b;margin:2px 0 0;font-size:12px;line-height:1.5}.store-pdf-watermark{pointer-events:none;transform-origin:50%;z-index:5;grid-template-columns:repeat(6,1fr);align-content:start;gap:60px 40px;padding:48px;display:grid;position:absolute;inset:0;overflow:hidden;transform:rotate(-22deg)}.store-pdf-watermark span{color:#0f172a1a;letter-spacing:.08em;white-space:nowrap;-webkit-user-select:none;user-select:none;font-size:18px;font-weight:700}.store-pdf-noselect{z-index:6;pointer-events:none;background:0 0;position:absolute;inset:0}.store-pdf-preview-footer{border-top:1px solid var(--store-border);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.store-pdf-preview-footer p,.store-pdf-hint{color:var(--store-text-tertiary);margin:0;font-size:13px}.store-fullscreen-overlay{background:#0f172a99}.store-fullscreen-container{border:1px solid var(--store-border);background:#fff}.store-fullscreen-header{border-bottom:1px solid var(--store-border);background:#f8fafc}.store-fullscreen-header h3{color:var(--store-text)}.store-product-sidebar{width:380px;top:84px}.store-product-sidebar-inner{border:1px solid var(--store-border);box-shadow:var(--store-shadow-sm);-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff}.store-type-badge.html{color:#15803d;background:#e6f7ed}.store-type-badge.pdf{color:#be123c;background:#fff1f2}.store-type-badge.category{color:#4338ca;background:#eef2ff}.store-product-title{color:var(--store-text)}.store-product-price-block{border:1px solid var(--store-border);background:#fafcff;border-radius:12px;margin-bottom:16px;padding:14px}.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{color:#c2410c;background:#fff7ed;border-radius:8px;align-items:center;margin-bottom:8px;padding:3px 8px;font-size:12px;font-weight:600;display:inline-flex}.store-promo-countdown{color:#c2410c;align-items:center;gap:4px;margin-top:8px;font-size:12px;display:inline-flex}.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{border:1px solid var(--store-border);color:var(--store-text-secondary);background:#f8fafc}.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{color:#334155;background:#f1f5f9}.store-referral-share{border-top:1px solid var(--store-border)}.profile-page{max-width:1280px;padding:12px 0 0}.profile-header{align-items:flex-start;margin-bottom:16px}.profile-header h1{color:var(--store-text);margin:0}.profile-header-main{flex-direction:column;gap:4px;display:flex}.profile-header-subtitle{color:var(--store-text-tertiary);margin:0;font-size:13px}.profile-layout{grid-template-columns:230px 1fr;gap:16px}.profile-sidebar{border:1px solid var(--store-border);box-shadow:var(--store-shadow-sm);-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;top:90px}.profile-tab-btn{color:#475569}.profile-tab-btn:hover{color:#0f172a;background:#f8fafc}.profile-tab-btn.active{background:var(--store-primary-light);color:var(--store-primary)}.profile-content{border:1px solid var(--store-border);box-shadow:var(--store-shadow-sm);-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;border-radius:14px}.profile-avatar{background:var(--store-gradient);box-shadow:none}.profile-user-name{color:var(--store-text)}.profile-user-phone,.profile-user-email{color:var(--store-text-tertiary)}.profile-info-item{border:1px solid var(--store-border);background:#f8fafc}.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-title,.profile-orders-filter-subtitle,.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{color:#0f172a;border-color:#cbd5e1}.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{color:#0f172a;background:#eef2f7}.profile-order-node-btn.active{background:var(--store-primary-light);color:var(--store-primary)}.profile-order-card{border:1px solid var(--store-border);box-shadow:var(--store-shadow-sm);background:#fff}.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{border:1px solid var(--store-border);background:#f8fafc}.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);color:#475569;background:#fff}.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{color:#15803d;background:#e6f7ed}.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 h2,.store-referral-header h1{color:var(--store-text)}.store-referral-header p{color:var(--store-text-tertiary)}.store-referral-stats{gap:10px}.store-stat-card{border:1px solid var(--store-border);box-shadow:var(--store-shadow-sm);background:#fff}.store-stat-card.highlight{background:var(--store-primary-light);border-color:var(--store-border)}.store-stat-card .stat-value{color:var(--store-text)}.store-referral-link-card,.store-commission-list{border:1px solid var(--store-border);box-shadow:var(--store-shadow-sm);-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff}.store-referral-link-card h3,.store-commission-list h3{color:var(--store-text)}.store-referral-url input{border:1px solid var(--store-border);color:#334155;background:#fff}.store-commission-item{border-bottom:1px solid var(--store-border-light);color:var(--store-text)}.store-commission-status.pending{color:#9a6700;background:#fff4ce}.store-commission-status.settled{color:#15803d;background:#e6f7ed}.agreement-page{max-width:920px;padding:24px 4px 60px}.agreement-container{border:1px solid var(--store-border);box-shadow:var(--store-shadow);-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff}.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{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a80}.agreement-modal{border:1px solid var(--store-border);box-shadow:var(--store-shadow-lg);background:#fff}.agreement-modal h2{color:#0f172a}.agreement-modal-desc{color:#64748b}.agreement-modal-body{border:1px solid var(--store-border);color:#334155;background:#f8fafc}.cart-overlay{background:#0f172a59}.cart-drawer{border-left:1px solid var(--store-border);background:#fff;box-shadow:-12px 0 32px #0f172a2e}.cart-drawer-header,.cart-drawer-footer,.cart-actions-bar{background:#fff}.cart-drawer-header,.cart-actions-bar{border-bottom:1px solid var(--store-border)}.cart-drawer-footer{border-top:1px solid var(--store-border)}.cart-drawer-title,.cart-item-title,.cart-empty-title,.cart-total-row,.cart-total-price{color:#0f172a}.cart-items-summary,.cart-empty-desc,.cart-item-type,.cart-item-original,.cart-close-btn,.cart-clear-btn,.cart-item-remove{color:#64748b}.cart-close-btn:hover,.cart-clear-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{color:#15803d;background:#e6f7ed}.cart-item-placeholder.pdf{color:#be123c;background:#fff1f2}.cart-result.success{color:#15803d;background:#e6f7ed}.cart-result.error{color:#b91c1c;background:#fef2f2}@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{flex-direction:row;position:static;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);flex-direction:column;gap:16px;display:flex}.store-v2-hero{background:radial-gradient(130% 160% at 0 0,#ff7a1840 0%,#ff7a1814 40%,#fffffff2 100%),radial-gradient(95% 130% at 100% 20%,#0ea5e933 0%,#0ea5e90d 48%,#fff0 100%),linear-gradient(140deg,#fffdf6 0%,#fff6e9 54%,#f0faff 100%);border:1px solid #ffd8b0;border-radius:22px;padding:22px 22px 20px;position:relative;overflow:hidden;box-shadow:0 16px 38px -28px #7e400057}.store-v2-hero-glow{pointer-events:none;background:radial-gradient(circle,#ff7a184d 0%,#ff7a1800 72%);border-radius:999px;width:220px;height:220px;position:absolute;top:-60px;right:-40px}.store-v2-hero-kicker{color:#b95009;background:#fff2df;border:1px solid #ffd8b0;border-radius:999px;align-items:center;height:26px;padding:0 10px;font-size:12px;font-weight:600;display:inline-flex}.store-v2-hero-title{letter-spacing:-.03em;color:#8a2c00;text-wrap:balance;margin:10px 0 4px;font-size:clamp(24px,4.2vw,34px);font-weight:760;line-height:1.18}.store-v2-hero-desc{color:#70523b;margin:0;font-size:14px;line-height:1.62}.store-v2-stat-row{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.store-v2-stat-chip{color:#695544;background:#fff;border:1px solid #ffd8b8;border-radius:999px;align-items:center;gap:6px;height:30px;padding:0 11px;font-size:12px;display:inline-flex}.store-v2-stat-chip b{color:var(--store-v2-primary-strong)}.store-v2-layout{grid-template-columns:308px minmax(0,1fr);align-items:start;gap:14px;display:grid}.store-v2-sidebar,.store-v2-main{border:1px solid var(--store-v2-border);background:var(--store-v2-surface);border-radius:20px;box-shadow:0 10px 26px -24px #994c0047}.store-v2-sidebar{flex-direction:column;gap:12px;min-height:calc(100vh - 110px);max-height:calc(100vh - 110px);padding:20px 14px;display:flex;position:sticky;top:86px;overflow-y:auto}.store-v2-sidebar-section{border:1px solid var(--store-v2-border);background:#fffefb;border-radius:14px;flex-direction:column;flex-grow:1;padding:12px;display:flex}.store-v2-section-title{color:#8a2c00;align-items:center;gap:7px;margin:0 0 10px;font-size:13px;font-weight:650;display:flex}.store-v2-select{color:#3f2f22;background:#fff;border:1px solid #ffd8b8;border-radius:10px;outline:none;width:100%;height:38px;padding:0 10px;font-size:13px}.store-v2-select:focus{border-color:var(--store-v2-primary);box-shadow:0 0 0 2px #ff7a1829}.store-v2-module-tip{color:#8f735d;background:#fff7ed;border:1px dashed #ffd9b6;border-radius:10px;align-items:center;height:38px;padding:0 10px;font-size:12px;display:inline-flex}.store-v2-search{color:#8d6e57;background:#fff;border:1px solid #ffd8b8;border-radius:10px;align-items:center;gap:8px;height:38px;padding:0 10px;display:flex;position:relative}.store-v2-search input{color:#4a3728;background:0 0;border:0;outline:none;width:100%;font-size:13px}.store-v2-search input::placeholder{color:#b58f73}.store-v2-reset{color:#6f523b;background:#fff;border:1px solid #ffd8b8;border-radius:10px;width:100%;height:36px;font-size:13px;font-weight:520;transition:all .2s}.store-v2-reset:hover{color:#9a3a06;background:#fff4e8;border-color:#ffbf8a}.store-v2-tree-list{flex-direction:column;gap:8px;max-height:360px;padding-right:2px;display:flex;overflow:auto}.store-v2-tree-btn{color:#604937;background:#fff;border:1px solid #ffd9bb;border-radius:11px;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;padding:9px 10px;transition:all .2s;display:grid}.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 #ff7a1833}.store-v2-tree-icon{width:24px;height:24px;color:var(--store-v2-primary-strong);background:#fff3e6;border-radius:7px;justify-content:center;align-items:center;display:inline-flex}.store-v2-tree-meta{text-align:left;flex-direction:column;gap:1px;min-width:0;display:flex}.store-v2-tree-meta strong{color:#673416;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:640;overflow:hidden}.store-v2-tree-meta em{color:#8d715d;font-size:11px;font-style:normal}.store-v2-node-wrap{background:#fffaf2;border:1px solid #ffe6cd;border-radius:10px;padding:6px}.store-v2-node-wrap .store-tree-node{color:#6d5644;border-radius:8px;transition:all .18s}.store-v2-node-wrap .store-tree-node:hover{color:#8a2c00;background:#fff1e5}.store-v2-node-wrap .store-tree-node.selected{color:var(--store-v2-primary-strong);background:#ffead6;font-weight:620}.store-v2-main{flex-direction:column;gap:10px;min-height:640px;padding:14px;display:flex}.store-v2-main-head{background:linear-gradient(135deg,#fff9ef 0%,#f2fbff 100%);border:1px solid #ffe2c5;border-radius:14px;justify-content:space-between;align-items:flex-start;gap:10px;padding:12px;display:flex}.store-v2-head-title{color:#8a2c00;letter-spacing:-.02em;margin:0;font-size:20px;font-weight:700}.store-v2-head-sub{color:#7d6b57;margin:5px 0 0;font-size:13px}.store-v2-view-btn{color:#86705c;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:inline-flex}.store-v2-view-btn:hover{color:#8a2c00;background:#fff4e8}.store-v2-view-btn.active{color:var(--store-v2-primary-strong);background:#ffecd9}.store-v2-sort{color:#5f4938;background:#fff;border:1px solid #ffd8b8;border-radius:10px;outline:none;height:34px;padding:0 10px;font-size:13px}.store-v2-active-filters{flex-wrap:wrap;gap:7px;display:flex}.store-v2-filter-pill{color:#7a5942;background:#fff7ee;border:1px solid #ffd8b8;border-radius:999px;align-items:center;height:28px;padding:0 11px;font-size:12px;display:inline-flex}.store-v2-empty{text-align:center;background:#fffdf8;border:1px dashed #ffd8b5;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;min-height:440px;padding:40px 20px;display:flex}.store-v2-empty-icon{color:#cd8757;background:#fff3e3;border:1px solid #ffd7b0;border-radius:999px;justify-content:center;align-items:center;width:70px;height:70px;display:flex}.store-v2-empty-title{color:#8a2c00;margin:14px 0 5px;font-size:18px;font-weight:650}.store-v2-empty-desc{color:#8a715d;margin:0;font-size:13px}.store-v2-product-grid{grid-template-columns:repeat(auto-fill,minmax(212px,1fr));gap:12px;display:grid}.store-v2-product-grid.is-list{grid-template-columns:1fr}.store-v2-card{background:#fff;border:1px solid #ffe0c3;border-radius:16px;flex-direction:column;text-decoration:none;transition:all .22s;display:flex;overflow:hidden;box-shadow:0 12px 26px -26px #8d49006b}.store-v2-card:hover{border-color:#ffbf8a;transform:translateY(-2px);box-shadow:0 18px 34px -24px #7c3a006b}.store-v2-card-cover{aspect-ratio:3/4;isolation:isolate;background:#fff;border-bottom:1px solid #ffe7ce;position:relative;overflow:hidden}.store-v2-card-cover:before{display:none}.store-v2-card-cover-media{height:100%;position:relative}.store-v2-card-cover-image{object-fit:cover;object-position:center top;background:#fff;width:100%;height:100%;display:block}.store-v2-card-cover-placeholder{background:linear-gradient(#fcfffe 0%,#eef8f6 100%);height:100%;position:relative;overflow:hidden}.store-v2-card-cover-top{justify-content:space-between;gap:6px;display:flex;position:absolute;top:8px;left:8px;right:8px}.store-v2-card-type{color:#b45309;letter-spacing:.06em;background:#fff7ebe6;border:1px solid #ffffffe0;border-radius:7px;align-items:center;height:22px;padding:0 8px;font-size:10px;font-weight:700;display:inline-flex}.store-v2-card-badge{background:var(--store-v2-sky);color:#fff;letter-spacing:.05em;border-radius:7px;align-items:center;height:22px;padding:0 8px;font-size:10px;font-weight:700;display:inline-flex}.store-v2-card-badge.hot{background:#f43f5e}.store-v2-card-fav{color:#946f53;background:#ffffffe6;border:1px solid #ffd8bb;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:inline-flex;position:absolute;bottom:8px;right:8px}.store-v2-card-fav:hover{color:#e11d48}.store-v2-card-fav.active{color:#e11d48;background:#fff1f2f5;border-color:#fecdd3}.store-v2-card-fav:disabled{opacity:.6;cursor:wait}.store-v2-card-body{flex-direction:column;gap:9px;padding:11px;display:flex}.store-v2-card-title{color:#1f2a44;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:42px;margin:0;font-size:15px;font-weight:650;line-height:1.38;display:-webkit-box;overflow:hidden}.store-v2-card-tags{flex-wrap:wrap;gap:6px;min-height:24px;display:flex}.store-v2-card-tag{color:#8a6448;background:#fff8ef;border:1px solid #ffd8b6;border-radius:999px;align-items:center;height:22px;padding:0 9px;font-size:11px;display:inline-flex}.store-v2-card-stats{color:#8a715d;flex-wrap:wrap;align-items:center;gap:10px;font-size:12px;display:flex}.store-v2-card-stats span{align-items:center;gap:4px;display:inline-flex}.store-v2-price-row{align-items:center;gap:7px;margin-top:3px;display:flex}.store-v2-price{color:var(--store-v2-primary-strong);font-size:20px;font-weight:700;line-height:1}.store-v2-cart-btn{border:1px solid var(--store-v2-primary-strong);color:#fff;background:linear-gradient(135deg,#ff8f33 0%,#ff6a3d 100%);border-radius:9px;align-items:center;gap:6px;height:32px;margin-left:auto;padding:0 11px;font-size:12px;font-weight:580;transition:all .2s;display:inline-flex}.store-v2-cart-btn:hover{background:linear-gradient(135deg,#ff7a18 0%,#f97316 100%)}.store-v2-cart-btn.in-cart{color:#18794e;background:#effdf4;border-color:#bde9cf}.store-v2-card.is-list{grid-template-columns:220px minmax(0,1fr);display:grid}.store-v2-card.is-list .store-v2-card-cover{aspect-ratio:auto;border-bottom:none;border-right:1px solid #ffe7ce;height:100%;min-height:210px}.store-v2-card.is-list .store-v2-card-title{min-height:auto;font-size:16px}.store-v2-trust-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.store-v2-trust-card{color:#6f4f35;background:linear-gradient(150deg,#fffef9 0%,#f7fbff 100%);border:1px solid #ffe0c3;border-radius:14px;padding:14px;box-shadow:0 10px 24px -24px #994c004d}.store-v2-trust-title{color:#8a2c00;margin:8px 0 4px;font-size:14px;font-weight:650}.store-v2-trust-desc{color:#8a715d;margin:0;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{max-height:none;position:static}.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{border-radius:16px;padding:16px 15px 14px}.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{flex-direction:column;display:flex}.store-v2-card.is-list .store-v2-card-cover{border-bottom:1px solid #e2ece9;border-right:none;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-sidebar,.store-v2-main{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:#fff;--store-glass:#fff;--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 #1ca29b0d;--store-shadow:0 8px 30px #1ca29b1a;--store-shadow-lg:0 20px 48px #1ca29b26;--store-shell-page-bg:#f4faf8;--store-shell-top-gradient:linear-gradient(180deg,#e6f6f5 0%,#e6f6f500 100%);--store-shell-header-bg:#fffffff5;--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:1px solid #0000;border-radius:20px;height:38px;padding:0 16px}.store-shell-searchbox input{color:var(--store-text-secondary)}.store-v2-main,.store-v2-sidebar-section{background:var(--store-card-bg);border:1px solid var(--store-border);box-shadow:var(--store-shadow-sm);border-radius:16px;padding:24px}.store-v2-card{border:1px solid var(--store-border);box-shadow:none;background:#fff;border-radius:12px;overflow:hidden}.store-v2-card:hover{box-shadow:var(--store-shadow);border-color:var(--store-primary);transform:translateY(-4px)}.store-v2-card-body{padding:16px}.store-v2-card-title{color:var(--store-text);min-height:44px;margin-bottom:8px;font-size:15px;font-weight:600}.store-v2-price{color:var(--store-accent);font-size:18px;font-weight:700}.store-v2-price-original{color:var(--store-text-quaternary);font-size:12px;text-decoration:line-through}.store-v2-cart-btn{background:var(--store-accent);color:#fff;border:none;border-radius:20px;padding:6px 14px;font-size:13px;font-weight:600;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:1px solid var(--store-border);box-shadow:var(--store-shadow);border-radius:16px}.store-v2-select{background:var(--store-bg);color:var(--store-text-secondary);border:1px solid #0000;border-radius:10px}.store-v2-select:focus{border-color:var(--store-primary);background:#fff}.store-v2-tree-btn.active{background:var(--store-primary-light);color:var(--store-primary)}.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:0 0;border:none}.store-v2-stat-chip{border:1px solid var(--store-border);color:var(--store-text-secondary);background:#fff}.store-btn-full{background:var(--store-accent);color:#fff;border-radius:12px}.store-btn-full:hover{background:#e67000}
