.pg-body{background:#f8f9fa;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}.pg-header{background:#fff;padding:15px 0;position:fixed;width:100%;top:0;z-index:1000;box-shadow:0 2px 4px rgba(0,0,0,0.05);border-bottom:1px solid #e9ecef}.pg-header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 20px}.pg-header-logo img{height:30px}.pg-user-section{display:flex;align-items:center;color:#333}.pg-user-avatar{width:32px;height:32px;border-radius:50%;margin-right:10px;border:1px solid #ddd}.pg-hero-banner{background-color:#121212;background-size:cover;background-position:center;padding:70px 0 60px;margin-top:60px;position:relative;color:#fff;overflow:hidden}.pg-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, rgba(10,10,10,0.8) 0%, rgba(30,30,30,0.5) 60%, rgba(188,155,92,0.15) 100%),radial-gradient(ellipse at bottom right, rgba(188,155,92,0.2), transparent 60%);z-index:1}.pg-hero-content{max-width:1200px;width:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 20px;position:relative;z-index:2}.pg-hero-left{max-width:600px}.pg-hero-title{font-size:42px;font-weight:800;margin-bottom:15px;background:linear-gradient(90deg, #fff 0%, #EAE0C7 60%, #BC9B5C 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-0.5px;line-height:1.25}.pg-hero-subtitle{font-size:18px;line-height:1.6;margin-bottom:25px;color:rgba(230,230,230,0.85);font-weight:300}.pg-hero-stats{display:flex;gap:35px;margin-top:30px;position:relative}.pg-hero-stats::before{content:'';position:absolute;top:-15px;left:0;width:60px;height:3px;background:linear-gradient(90deg, #BC9B5C, rgba(188,155,92,0.5));border-radius:2px}.pg-stat-item{color:rgba(255,255,255,0.9)}.pg-stat-number{font-size:30px;font-weight:700;margin-bottom:5px;color:#F0DEBC}.pg-stat-label{font-size:14px;opacity:0.8;font-weight:300;color:rgba(220,220,220,0.9)}.pg-hero-membership-card{background:rgba(25,25,25,0.6);padding:30px;border-radius:12px;box-shadow:0 10px 35px rgba(0,0,0,0.3),0 0 0 1px rgba(188,155,92,0.3);max-width:360px;backdrop-filter:blur(12px);text-align:center;border:1px solid rgba(188,155,92,0.2)}.pg-hero-membership-card-title{font-size:22px;font-weight:700;margin-bottom:12px;color:#F0DEBC}.pg-hero-membership-card-text{font-size:15px;color:rgba(220,220,220,0.85);margin-bottom:25px;line-height:1.6}.pg-hero-membership-button-primary,.pg-hero-membership-button-secondary{border:none;padding:12px 20px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all 0.3s ease;width:100%;display:block;text-align:center}.pg-hero-membership-button-primary{background:linear-gradient(90deg, #BC9B5C 0%, #D4AF7A 100%);color:#1A1A1A;margin-bottom:12px;box-shadow:0 4px 15px rgba(188,155,92,0.2)}.pg-hero-membership-button-primary:hover{background:linear-gradient(90deg, #D4AF7A 0%, #BC9B5C 100%);box-shadow:0 6px 20px rgba(188,155,92,0.3);transform:translateY(-2px)}.pg-hero-membership-button-secondary{background-color:transparent;color:#BC9B5C;border:1px solid #BC9B5C}.pg-hero-membership-button-secondary:hover{background-color:rgba(188,155,92,0.1);color:#F0DEBC}.pg-subscription-modal{display:none;position:fixed;z-index:1001;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,0.75);backdrop-filter:blur(8px)}.pg-subscription-modal-content{background-color:#1A1A1A;color:#E0E0E0;margin:10% auto;padding:35px;border:1px solid #BC9B5C;width:90%;max-width:650px;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,0.5),0 0 0 1px rgba(188,155,92,0.5);position:relative;animation:fadeInModal 0.4s ease-out}@keyframes fadeInModal{from{opacity:0;transform:translateY(-25px) scale(0.98)}to{opacity:1;transform:translateY(0) scale(1)}}.pg-subscription-modal-close{color:#BC9B5C;float:right;font-size:32px;font-weight:bold;cursor:pointer;line-height:0.8;transition:color 0.3s ease}.pg-subscription-modal-close:hover,.pg-subscription-modal-close:focus{color:#F0DEBC}.pg-subscription-modal h4{margin-top:0;margin-bottom:10px;font-size:24px;color:#F0DEBC;text-align:center;font-weight:600}.pg-subscription-modal-subtitle{font-size:15px;color:#B0B0B0;text-align:center;margin-bottom:30px;line-height:1.6}.pg-subscription-options{display:flex;gap:30px;justify-content:space-around}.pg-subscription-option{flex:1;text-align:center;padding:25px;border:1px solid rgba(188,155,92,0.3);border-radius:8px;background-color:rgba(35,35,35,0.5);transition:background-color 0.3s ease, border-color 0.3s ease}.pg-subscription-option:hover{background-color:rgba(188,155,92,0.05);border-color:rgba(188,155,92,0.5)}.pg-subscription-option h5{font-size:18px;margin-bottom:10px;color:#D4AF7A;font-weight:500}.pg-subscription-option p{font-size:14px;color:#A0A0A0;margin-bottom:20px}.pg-qr-code{width:150px;height:150px;border:2px solid #BC9B5C;border-radius:6px;display:block;margin:0 auto 10px;background-color:#fff;padding:5px}.pg-email-input{width:100%;padding:12px 15px;margin-bottom:15px;border:1px solid rgba(188,155,92,0.4);border-radius:6px;font-size:15px;box-sizing:border-box;background-color:#252525;color:#E0E0E0;margin-top:10px}.pg-email-input::placeholder{color:#777}.pg-email-input:focus{border-color:#BC9B5C;background-color:#303030;outline:none;box-shadow:0 0 0 2px rgba(188,155,92,0.2)}.pg-email-subscribe-button{background:linear-gradient(90deg, #BC9B5C 0%, #D4AF7A 100%);color:#1A1A1A;padding:12px 20px;border:none;border-radius:6px;cursor:pointer;font-size:16px;width:100%;transition:all 0.3s ease;font-weight:600}.pg-email-subscribe-button:hover{background:linear-gradient(90deg, #D4AF7A 0%, #BC9B5C 100%);box-shadow:0 4px 15px rgba(188,155,92,0.2)}.pg-subscription-message{margin-top:12px;font-size:13px;min-height:18px}.pg-subscription-message.success{color:#A8D8A8}.pg-subscription-message.error{color:#F8A8A8}.pg-section-header{max-width:1200px;margin:0 auto 25px;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.pg-section-title{font-size:26px;font-weight:600;color:#222;margin:0}.pg-section-view-all{font-size:15px;color:#BC9B5C;text-decoration:none;font-weight:500;transition:color 0.3s ease}.pg-section-view-all:hover{color:#D4AF7A}.pg-selected-products-section{padding:50px 0;background-color:#fff}.pg-selected-products-grid{grid-template-columns:repeat(auto-fill, minmax(320px, 1fr));gap:30px}.pg-more-products-section{padding:40px 0}.pg-more-products-header{max-width:1200px;margin:0 auto 30px;padding:0 20px;display:flex;flex-direction:column;align-items:center;gap:20px}.pg-more-products-header .pg-section-title{text-align:center}.pg-search-input-container{position:relative;width:100%;max-width:600px}.pg-search-icon{position:absolute;left:18px;top:50%;transform:translateY(-50%);color:#888;pointer-events:none}.pg-search-input{width:100%;padding:15px 20px 15px 50px;border:1px solid #e0e0e0;border-radius:25px;font-size:16px;background:#fff;box-shadow:0 5px 15px rgba(0,0,0,0.05);transition:all 0.3s ease;outline:none}.pg-search-input:focus{border-color:#BC9B5C;box-shadow:0 8px 20px rgba(188,155,92,0.1)}.pg-search-input::placeholder{color:#aaa;font-weight:300}.pg-products-grid{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;gap:25px}.pg-more-products-grid{grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));gap:20px}.pg-product-card{background:#fff;border-radius:12px;overflow:hidden;transition:all 0.3s ease-out;border:1px solid #e9ecef;cursor:pointer;display:flex;flex-direction:column}.pg-product-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px rgba(0,0,0,0.1),0 2px 8px rgba(0,0,0,0.06)}.pg-product-image{width:100%;aspect-ratio:16 / 10;object-fit:cover;transition:transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.pg-product-card:hover .pg-product-image{transform:scale(1.03)}.pg-product-icon-bg{width:100%;aspect-ratio:16 / 10;display:flex;align-items:center;justify-content:center;background-color:#f0f2f5;position:relative}.pg-product-icon-large{width:80px;height:80px;object-fit:contain;border-radius:16px;padding:10px;background:rgba(255,255,255,0.8);box-shadow:0 2px 8px rgba(0,0,0,0.06)}.pg-product-icon-placeholder{background-color:#e9ecef;color:#adb5bd;font-size:48px;font-weight:bold}.pg-product-icon-placeholder span{opacity:0.7}.pg-product-details{padding:18px;display:flex;flex-direction:column;flex-grow:1}.pg-product-top-section{display:flex;gap:12px;margin-bottom:8px;align-items:flex-start}.pg-product-icon-container{width:42px;min-width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:10px;box-shadow:0 2px 6px rgba(0,0,0,0.06);border:1px solid #f0f0f0}.pg-product-icon-container img{width:24px;height:24px;object-fit:contain;border-radius:6px}.pg-product-text-content{flex:1;min-width:0}.pg-product-title{margin:0 0 6px;font-size:17px;color:#282c3f;font-weight:600;line-height:1.4;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:1.4em}.pg-product-description{margin:0;color:#555b6d;font-size:13px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:calc(1.5em * 2);margin-bottom:auto}.pg-product-price{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #f0f2f5;margin-top:15px}.pg-price-group{display:flex;align-items:baseline;gap:6px}.pg-member-price{color:#BC9B5C;font-weight:700;font-size:18px}.pg-original-price{text-decoration:line-through;color:#868e96;font-size:13px}.pg-member-benefits-tip{display:flex;align-items:center;gap:5px;background:rgba(188,155,92,0.1);padding:5px 10px;border-radius:6px;font-size:12px;color:#BC9B5C;white-space:nowrap}.pg-allowance-icon{width:14px;height:14px}.pg-product-card-small .pg-product-image{aspect-ratio:16 / 10}.pg-product-card-small .pg-product-icon-bg{aspect-ratio:16 / 10}.pg-product-card-small .pg-product-icon-large{width:60px;height:60px;border-radius:12px}.pg-product-card-small .pg-product-details{padding:15px}.pg-product-card-small .pg-product-icon-container{width:36px;min-width:36px;height:36px;border-radius:8px}.pg-product-card-small .pg-product-icon-container img{width:20px;height:20px;border-radius:4px}.pg-product-card-small .pg-product-title{font-size:15px;min-height:1.4em}.pg-product-card-small .pg-product-description{font-size:12px;-webkit-line-clamp:2;min-height:calc(1.5em * 2)}.pg-product-card-small .pg-member-price{font-size:16px}.pg-product-card-small .pg-original-price{font-size:12px}.pg-product-card-small .pg-member-benefits-tip{padding:4px 8px;font-size:11px}.pg-product-card-small .pg-allowance-icon{width:12px;height:12px}.pg-category-tabs{width:100%;background:#fff;border-bottom:1px solid #e9ecef;margin:0 0 30px 0;box-shadow:0 2px 4px rgba(0,0,0,0.02)}.pg-category-tabs-content{max-width:1200px;margin:0 auto;padding:0 20px}.pg-tabs-list{list-style:none;margin:0;padding:0;display:flex;gap:35px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.pg-tabs-list::-webkit-scrollbar{display:none}.pg-tab-item{padding:16px 5px;font-size:16px;color:#555;cursor:pointer;position:relative;white-space:nowrap;transition:color 0.3s ease, border-bottom-color 0.3s ease;border-bottom:3px solid transparent}.pg-tab-item:hover{color:#BC9B5C}.pg-tab-item.active{color:#BC9B5C;font-weight:600;border-bottom-color:#BC9B5C}.pg-tab-item.active::after{content:none}.tab-content{max-width:1200px;margin:0 auto}.tab-content-pc{min-height:600px}.tab-pane{display:none;animation:fadeIn 0.4s ease-out}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.tab-pane.show{display:block}.tab-pane .pg-products-grid{margin-top:0}.pg-search-result-section{padding:0 0 40px 0}.pg-search-result-content{max-width:1200px;margin:0 auto;padding:0 20px}.pg-search-result-content:empty{display:none}@media (max-width: 992px){.pg-hero-content{flex-direction:column;align-items:center;text-align:center;gap:40px}.pg-hero-left{max-width:100%}.pg-hero-stats{justify-content:center}.pg-hero-stats::before{left:50%;transform:translateX(-50%)}.pg-hero-membership-card{max-width:420px}.pg-selected-products-grid{grid-template-columns:repeat(auto-fill, minmax(280px, 1fr))}.pg-more-products-grid{grid-template-columns:repeat(auto-fill, minmax(220px, 1fr))}}@media (max-width: 768px){.pg-hero-banner{padding:50px 0 40px}.pg-hero-title{font-size:34px}.pg-hero-subtitle{font-size:16px}.pg-stat-number{font-size:26px}.pg-stat-label{font-size:13px}.pg-hero-membership-card{padding:25px;max-width:90%}.pg-hero-membership-card-title{font-size:20px}.pg-hero-membership-button-primary,.pg-hero-membership-button-secondary{padding:10px 18px;font-size:15px}.pg-section-title{font-size:22px}.pg-section-view-all{font-size:14px}.pg-selected-products-grid{grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));gap:20px;padding:0 15px}.pg-more-products-grid{grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));gap:15px;padding:0 15px}.pg-search-input-container{padding:0 15px}.pg-search-input{padding:12px 15px 12px 45px;font-size:15px}.pg-search-icon{left:30px}.pg-category-tabs-content{padding:0 15px}.pg-tabs-list{gap:25px}.pg-tab-item{padding:12px 0;font-size:15px}.pg-subscription-modal-content{margin:15% auto;width:90%;padding:25px}.pg-subscription-options{flex-direction:column;gap:20px}.pg-subscription-modal h4{font-size:20px}.pg-subscription-modal-subtitle{font-size:14px;margin-bottom:20px}.pg-subscription-option{padding:20px}}@media (max-width: 480px){.pg-header-content{padding:0 15px}.pg-header-logo img{height:26px}.pg-hero-banner{padding:40px 0 30px;margin-top:56px}.pg-hero-title{font-size:28px;line-height:1.3}.pg-hero-subtitle{font-size:15px;margin-bottom:20px}.pg-hero-stats{gap:20px;margin-top:20px}.pg-stat-number{font-size:22px}.pg-stat-label{font-size:12px}.pg-hero-membership-card{width:calc(100% - 30px);margin-left:15px;margin-right:15px;padding:20px}.pg-hero-membership-card-title{font-size:18px}.pg-hero-membership-card-text{font-size:14px;margin-bottom:20px}.pg-section-header{padding:0 15px;margin-bottom:20px}.pg-section-title{font-size:20px}.pg-more-products-header{padding:0 15px}.pg-selected-products-grid,.pg-more-products-grid,.pg-search-result-content{grid-template-columns:repeat(auto-fill, minmax(100%, 1fr));gap:15px;padding:0 15px}.pg-product-title{font-size:16px}.pg-product-description{font-size:13px}.pg-member-price{font-size:17px}.pg-subscription-modal-content{margin:20% auto;padding:20px}.pg-subscription-modal h4{font-size:18px}.pg-subscription-modal-subtitle{font-size:13px}.pg-qr-code{width:120px;height:120px}}
