*{margin:0;padding:0;box-sizing:border-box;font-family:system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif}body{background:linear-gradient(135deg,#f8fafc,#fff 50%,#f1f5f9);min-height:100vh;color:#1e293b;display:flex;justify-content:center}.app-wrapper{max-width:1280px;width:100%}.glass-card{background:hsla(0,0%,100%,.9);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(226,232,240,.6);border-radius:24px;box-shadow:0 8px 32px rgba(0,0,0,.02)}.navbar{display:flex;align-items:center;justify-content:space-between;padding:16px 0;flex-wrap:wrap;gap:12px}.brand{display:flex;align-items:center;gap:8px;font-weight:700;font-size:1.5rem;color:#1e293b}.brand i{color:#ff5b00;font-size:2rem}.brand span{background:linear-gradient(145deg,#ff5b00,#cc4900);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-menu{display:flex;align-items:center;gap:20px;font-weight:500;color:#475569;flex-wrap:wrap}.nav-menu a{text-decoration:none;color:#475569;padding:6px 0;border-bottom:2px solid transparent;transition:.2s;font-size:1rem;display:inline-flex;align-items:center;gap:6px}.nav-menu a i{font-size:1rem;width:1.2rem;text-align:center}.nav-menu a:hover{color:#ff5b00}.nav-menu a.active{color:#ff5b00;border-bottom-color:#ff5b00}.nav-menu .mobile-category-toggle{display:none;background:#ff5b00;color:#fff;border:none;padding:8px 16px;border-radius:40px;font-weight:600;font-size:.95rem;cursor:pointer;box-shadow:0 4px 8px rgba(255,91,0,.2);align-items:center;gap:6px}.nav-menu .mobile-category-toggle i{font-size:1rem}.hero{padding:40px 0 36px;text-align:center}.hero h1{font-size:2.6rem;font-weight:700;color:#0f172a;letter-spacing:-.5px}.hero h1 i{color:#ff5b00}.hero p{color:#64748b;font-size:1.1rem;margin-top:12px;max-width:640px;margin-left:auto;margin-right:auto;line-height:1.6}.section{margin-bottom:48px}.section-title{text-align:center;margin-bottom:36px}.section-title h2{font-size:1.9rem;font-weight:700;color:#0f172a;letter-spacing:-.3px}.section-title p{color:#64748b;font-size:1rem;margin-top:8px}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:28px;margin-bottom:12px}.category-card{background:#fff;border-radius:20px;padding:28px 24px 24px;border:1px solid #e9edf2;transition:.25s;display:flex;flex-direction:column;box-shadow:0 2px 8px rgba(0,0,0,.02)}.category-card:hover{border-color:#ff5b00;box-shadow:0 16px 40px rgba(255,91,0,.07)}.category-card .card-header{display:flex;align-items:center;gap:16px;margin-bottom:14px}.category-card .card-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;flex-shrink:0}.category-card .card-icon.sky-blue{background:#3b82f6}.category-card .card-icon.turquoise{background:#14b8a6}.category-card .card-icon.carmine{background:#dc2626}.category-card .card-icon.purple{background:#8b5cf6}.category-card .card-icon.pink{background:#ec4899}.category-card .card-icon.orange{background:#f59e0b}.category-card .card-icon.amber{background:#d97706}.category-card .card-icon.cyan{background:#06b6d4}.category-card .card-title{font-weight:700;font-size:1.15rem;color:#0f172a}.category-card .card-desc{color:#64748b;font-size:.95rem;line-height:1.6;margin-bottom:20px;flex:1}.category-card .card-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:#ff5b00;color:#fff;font-weight:600;font-size:.95rem;padding:8px 24px;border-radius:60px;text-decoration:none;transition:.2s;margin-top:auto;align-self:flex-start;border:1px solid rgba(255,91,0,.2);letter-spacing:.3px;box-shadow:0 6px 14px rgba(255,91,0,.2)}.category-card .card-btn i{font-size:.9rem;transition:transform .2s}.category-card .card-btn:hover{background:#e65200;transform:scale(1.03);box-shadow:0 10px 24px rgba(255,91,0,.3)}.category-card .card-btn:hover i{transform:translateX(5px)}.about-grid{display:grid;grid-template-columns:repeat(3,minmax(240px,1fr));gap:28px;margin-bottom:12px}.about-card{background:#fff;border-radius:20px;padding:28px 22px;border:1px solid #e9edf2;text-align:center;transition:.2s}.about-card:hover{border-color:#ff5b00;box-shadow:0 8px 28px rgba(255,91,0,.06)}.about-card .icon-wrap{width:64px;height:64px;border-radius:50%;background:rgba(255,91,0,.08);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:1.8rem;color:#ff5b00}.about-card h3{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:8px}.about-card p{color:#64748b;font-size:.95rem;line-height:1.6}.contact-grid{display:grid;grid-template-columns:repeat(3,minmax(240px,1fr));gap:28px;margin-bottom:12px}.contact-card{background:#fff;border-radius:20px;padding:28px 22px;border:1px solid #e9edf2;text-align:center;transition:.2s}.contact-card:hover{border-color:#ff5b00;box-shadow:0 8px 28px rgba(255,91,0,.06)}.contact-card .icon-wrap{width:64px;height:64px;border-radius:50%;background:rgba(255,91,0,.08);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:1.8rem;color:#ff5b00}.contact-card h3{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:8px}.contact-card p{color:#64748b;font-size:.95rem;line-height:1.6}.contact-card .tags{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:14px}.contact-card .tags .tag{padding:6px 16px;border-radius:40px;background:#f1f5f9;font-size:.8rem;color:#475569}.contact-card .tags .tag i{margin-right:6px}.footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;padding:32px 0 20px;margin-top:40px;border-top:1px solid #e9edf2;gap:20px}.footer .left{display:flex;flex-direction:column;gap:6px;color:#64748b;font-size:.95rem}.footer .left .brand-line{display:flex;align-items:center;gap:12px;font-weight:600;color:#1e293b}.footer .left .brand-line i{color:#ff5b00;font-size:1.4rem}.footer .left .brand-line span{background:linear-gradient(145deg,#ff5b00,#cc4900);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.3rem}.footer .right{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.footer .right .links{display:flex;gap:32px}.footer .right .links a{text-decoration:none;color:#64748b;font-size:.95rem;transition:.15s}.footer .right .links a:hover{color:#ff5b00}.footer .right .copy{color:#94a3b8;font-size:.85rem}.mobile-bottom-nav{position:fixed;bottom:0;left:0;width:100%;background:#fff;border-top:1px solid rgba(226,232,240,.6);display:none;justify-content:space-around;padding:12px 0 14px;z-index:998;box-shadow:0 -6px 20px rgba(0,0,0,.02)}.mobile-bottom-nav .nav-item{display:flex;flex-direction:column;align-items:center;font-size:.7rem;color:#64748b;gap:4px;cursor:pointer;border:none;background:0 0;padding:4px 12px;text-decoration:none}.mobile-bottom-nav .nav-item i{font-size:1.5rem}.mobile-bottom-nav .nav-item.active{color:#ff5b00;font-weight:600}.mobile-bottom-nav .nav-item.active i{color:#ff5b00}@media (max-width:1024px){.mobile-bottom-nav{display:flex!important}body{padding-bottom:90px}}@media (max-width:780px){body{padding:0 16px 90px}.nav-menu{gap:10px}.nav-menu a{display:none!important}.nav-menu .mobile-category-toggle{display:inline-flex!important}.nav-menu .mobile-category-toggle{display:inline-flex!important}.hero{padding:28px 0 24px}.hero h1{font-size:1.9rem}.hero p{font-size:1rem;padding:0 8px}.section-title h2{font-size:1.5rem}.category-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.category-card{padding:22px 18px 20px}.category-card .card-icon{width:44px;height:44px;font-size:1.2rem}.category-card .card-title{font-size:1.05rem}.category-card .card-desc{font-size:.9rem}.category-card .card-btn{padding:10px 20px;font-size:.9rem}.about-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.contact-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.footer{flex-direction:column;align-items:center;text-align:center;gap:16px;padding-top:24px}.footer .right{align-items:center}.footer .right .links{gap:20px;flex-wrap:wrap;justify-content:center}}@media (max-width:480px){.category-grid{grid-template-columns:1fr;gap:18px}.about-grid{grid-template-columns:1fr;gap:16px}.contact-grid{grid-template-columns:1fr;gap:16px}.hero h1{font-size:1.6rem}.hero p{font-size:.95rem}.category-card{padding:20px 16px 18px}.category-card .card-btn{width:100%;justify-content:center;padding:6px 12px}.section{margin-bottom:36px}.section-title{margin-bottom:24px}}@media (max-width:1024px){.brand{font-size:1.8rem}}.mobile-bottom-nav-expanded{position:fixed;bottom:77px;left:0;width:100%;background-color:#fff;box-shadow:0 -4px 20px rgba(0,0,0,.1);z-index:998;padding:15px;display:none;transform:translateY(100%);transition:transform .3s ease}.mobile-bottom-nav-expanded.active{display:block;transform:translateY(0);animation:slideUp .3s ease}@keyframes slideUp{from{transform:translateY(100%)}to{transform:translateY(0)}}.expanded-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid rgba(26,115,232,.1)}.expanded-menu-title{font-size:16px;font-weight:700;color:var(--text-dark)}.close-expanded-menu{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--primary-ultralight);color:var(--primary-color);cursor:pointer;font-size:18px}.expanded-menu-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.expanded-menu-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 8px;border-radius:12px;background-color:#f4f7fc;cursor:pointer;transition:all .3s ease;text-decoration:none}.expanded-menu-item:active{background-color:#e8edf3;transform:translateY(-2px)}.expanded-menu-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;margin-bottom:8px;font-size:20px;color:#1d3b5c;background-color:#fff;border-radius:50%;box-shadow:0 2px 8px rgba(26,115,232,.15)}.expanded-menu-text{font-size:12px;color:#0b1e36;font-weight:500;text-align:center}.mobile-nav-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:997;display:none}.mobile-nav-overlay.active{display:block;animation:fadeIn .3s ease}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.z-search-bar{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:12px 0 28px;background:#fff;padding:6px 6px 6px 20px;border-radius:60px;border:1px solid #e2e8f0;box-shadow:0 4px 12px rgba(0,0,0,.02);transition:.2s}.z-search-bar:focus-within{border-color:#ff5b00;box-shadow:0 0 0 4px rgba(255,91,0,.08)}.z-search-bar i{font-size:1rem}.z-search-bar input{flex:1;border:none;outline:0;padding:12px 0;font-size:1rem;background:0 0;min-width:140px;color:#1e293b}.z-search-bar input::placeholder{color:#94a3b8}.z-search-bar .z-btn-search{background:linear-gradient(145deg,#ff5b00,#e65200);border:none;color:#fff;padding:10px 28px;border-radius:40px;font-weight:600;font-size:.95rem;cursor:pointer;transition:.2s;box-shadow:0 6px 14px rgba(255,91,0,.25);letter-spacing:.3px;display:inline-flex;align-items:center;gap:6px}.z-search-bar .z-btn-search:hover{transform:scale(1.02);box-shadow:0 8px 18px rgba(255,91,0,.35)}.z-search-bar .z-btn-clear{background:#e2e8f0;border:none;color:#475569;padding:10px 20px;border-radius:40px;font-weight:600;font-size:.95rem;cursor:pointer;transition:.2s;display:inline-flex;align-items:center;gap:6px}.z-search-bar .z-btn-clear:hover{background:#cbd5e1}.z-main-layout{display:flex;gap:30px;margin-top:6px}.z-category-side{flex:0 0 220px;padding:20px 16px;height:fit-content;max-height:560px;position:sticky;top:20px;display:flex;flex-direction:column}.z-category-side h3{font-size:1rem;text-transform:uppercase;letter-spacing:.5px;color:#64748b;margin-bottom:18px;font-weight:600;display:flex;align-items:center;gap:6px;flex-shrink:0;padding:0 0 10px 0}.z-z-category-list-wrap{flex:1;overflow-y:auto;min-height:0}.z-z-category-list-wrap::-webkit-scrollbar{width:4px;height:4px}.z-z-category-list-wrap::-webkit-scrollbar-track{background:0 0}.z-z-category-list-wrap::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:8px}.z-z-category-list-wrap::-webkit-scrollbar-button{display:none;height:0;width:0}.z-category-side .z-category-list{list-style:none;display:flex;flex-direction:column;gap:4px;padding-right:4px}.z-category-side .z-category-list a{display:block;padding:8px 14px;border-radius:40px;font-weight:500;color:#475569;text-decoration:none;transition:.15s;font-size:.9rem;white-space:nowrap;cursor:pointer}.z-category-side .z-category-list a:hover{background:rgba(255,91,0,.05);color:#ff5b00}.z-category-side .z-category-list a.active{background:rgba(255,91,0,.1);color:#ff5b00;font-weight:600}.z-product-area{flex:1;min-width:0}.z-product-header{margin-bottom:16px}.z-product-header h2{font-size:1.8rem;font-weight:700;color:#0f172a;letter-spacing:-.3px}.z-product-header .z-desc{color:#475569;font-size:.95rem;line-height:1.6;margin-top:8px;padding-right:8px}.z-product-grid{display:flex;flex-direction:column;gap:0;margin-top:12px;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.02)}.z-product-row{display:grid;grid-template-columns:1fr 120px 110px 100px;align-items:center;padding:14px 18px;border-bottom:1px solid #f1f5f9;transition:.12s;background:#fff;gap:8px}.z-product-row:last-child{border-bottom:none}.z-product-row:hover{background:rgba(255,91,0,.02)}.z-product-row .name{font-weight:500;font-size:.95rem;color:#1e293b;line-height:1.3;word-break:break-word}.z-product-row .stock{display:flex;align-items:center;gap:6px;font-size:.85rem;color:#15803d;white-space:nowrap}.z-product-row .stock i{color:#22c55e;font-size:.6rem}.z-product-row .price{font-size:1.2rem;font-weight:700;color:#ef4444;white-space:nowrap}.z-product-row .z-btn-buy{background:#ff5b00;color:#fff;border:none;padding:8px 0;border-radius:60px;font-weight:600;font-size:.9rem;cursor:pointer;transition:.15s;text-align:center;text-decoration:none;display:inline-block;width:100%;max-width:100px;justify-self:end}.z-product-row .z-btn-buy:hover{background:#e65200;box-shadow:0 4px 12px rgba(255,91,0,.2)}.empty-state{grid-column:1/-1;text-align:center;padding:60px 20px;color:#64748b;background:#fff}.empty-state i{font-size:3rem;color:#cbd5e1;margin-bottom:16px}@media (max-width:780px){.z-main-layout{flex-direction:column}.z-category-side{flex:1 1 auto;width:100%;position:static;display:none;padding:16px;margin-bottom:10px;max-height:320px}.z-category-side.open{display:flex}.z-z-category-list-wrap{overflow-y:auto;flex:1;min-height:0}.z-category-side .z-category-list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.z-category-side .z-category-list a{display:flex;align-items:center;justify-content:center;padding:12px 6px;border-radius:20px;background:#fff;border:1px solid #e2e8f0;text-align:center;font-size:.8rem;white-space:normal;color:#475569}.z-category-side .z-category-list a.active{background:rgba(255,91,0,.08);border-color:#ff5b00;color:#ff5b00}.z-category-side .z-category-list a:hover{background:rgba(255,91,0,.05)}.z-category-side h3{flex-shrink:0;padding:0 0 12px 0}.z-product-grid{display:grid;grid-template-columns:repeat(1,minmax(160px,1fr));gap:16px;background:0 0;box-shadow:none;border-radius:0;margin-top:12px}.z-product-row{display:flex;flex-direction:column;align-items:stretch;padding:16px 14px 18px;background:#fff;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 2px 8px rgba(0,0,0,.02);transition:.15s;gap:6px;border-bottom:1px solid #e2e8f0}.z-product-row:hover{background:#fff;box-shadow:0 4px 16px rgba(255,91,0,.06);border-color:#ff5b00}.z-product-row .name{font-size:.9rem;font-weight:600;min-height:40px;word-break:break-word}.z-product-row .stock{font-size:.8rem;white-space:nowrap}.z-product-row .price{font-size:1.3rem;margin:4px 0 2px}.z-product-row .z-btn-buy{max-width:100%;padding:10px 0;font-size:.9rem;margin-top:4px}.empty-state{grid-column:1/-1;background:#fff;border-radius:16px;border:1px solid #e2e8f0}.z-search-bar{border-radius:40px;padding:6px 6px 6px 16px}.z-search-bar .z-btn-search{padding:12px 20px;font-size:.9rem}.z-search-bar .z-btn-clear{display:none}}@media (max-width:480px){.z-category-side .z-category-list{grid-template-columns:repeat(2,1fr)}.z-product-grid{grid-template-columns:repeat(1,minmax(140px,1fr));gap:12px}.z-product-row{padding:14px 12px 16px}.z-product-row .name{font-size:.85rem;min-height:36px}.z-product-row .price{font-size:1.1rem}.z-product-row .z-btn-buy{font-size:.8rem;padding:8px 0}}.breadcrumb{padding:12px 0 20px;font-size:.9rem;color:#64748b}.breadcrumb a{color:#64748b;text-decoration:none;transition:.15s}.breadcrumb a:hover{color:#ff5b00}.breadcrumb .sep{margin:0 8px;color:#94a3b8}.breadcrumb .current{color:#1e293b;font-weight:500}.zd-detail-main{display:flex;gap:32px;margin-top:4px;align-items:flex-start}.zd-detail-content{flex:1;min-width:0;display:flex;gap:28px;align-items:flex-start}.zd-detail-left{flex:1.2;min-width:0}.zd-detail-desc-block{padding:28px 30px}.zd-detail-desc-block .zd-desc-title{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:16px;display:flex;align-items:center;gap:10px}.zd-detail-desc-block .zd-desc-title i{color:#ff5b00;font-size:1.2rem}.zd-detail-desc-block .zd-rich-text{color:#475569;font-size:.95rem;line-height:1.8}.zd-detail-desc-block .zd-rich-text p{margin-bottom:12px}.zd-detail-desc-block .zd-rich-text strong{color:#1e293b;font-weight:600}.zd-detail-right{flex:0.8;min-width:300px;position:sticky;top:20px}.zd-detail-purchase-card{padding:28px 26px}.zd-detail-purchase-card .zd-product-title{font-size:1.2rem;font-weight:700;color:#0f172a;line-height:1.4;margin-bottom:10px}.zd-detail-purchase-card .zd-product-price{font-size:2rem;font-weight:700;color:#ef4444;margin-bottom:20px}.zd-form-group{margin-bottom:18px}.zd-form-group label{display:block;font-weight:600;font-size:.9rem;color:#1e293b;margin-bottom:6px}.zd-form-group .zd-label-light{font-weight:400;color:#94a3b8;font-size:.8rem}.zd-form-group input[type=email]{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:12px;font-size:.95rem;transition:.2s;background:#fff;color:#1e293b;outline:0}.zd-form-group input[type=email]:focus{border-color:#ff5b00;box-shadow:0 0 0 4px rgba(255,91,0,.08)}.zd-gender-group{display:flex;gap:10px;flex-wrap:wrap}.zd-gender-group .zd-gender-btn{padding:8px 24px;border:1px solid #e2e8f0;border-radius:40px;background:#fff;color:#475569;font-weight:500;font-size:.9rem;cursor:pointer;transition:.15s}.zd-gender-group .zd-gender-btn:hover{border-color:#ff5b00;color:#ff5b00}.zd-gender-group .zd-gender-btn.active{background:#ff5b00;color:#fff;border-color:#ff5b00}.zd-quantity-controls{display:flex;align-items:center;gap:0;max-width:140px;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.zd-quantity-controls .zd-qty-btn{width:44px;height:44px;border:none;background:#f8fafc;color:#1e293b;font-size:1.2rem;cursor:pointer;transition:.15s;display:flex;align-items:center;justify-content:center}.zd-quantity-controls .zd-qty-btn:hover{background:rgba(255,91,0,.08);color:#ff5b00}.zd-quantity-controls input{width:52px;height:44px;border:none;border-left:1px solid #e2e8f0;border-right:1px solid #e2e8f0;text-align:center;font-size:1rem;font-weight:600;color:#1e293b;background:#fff;outline:0}.zd-quantity-controls input::-webkit-inner-spin-button,.zd-quantity-controls input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.zd-quantity-controls input[type=text]{-moz-appearance:textfield}.zd-buy-now-btn{width:100%;padding:14px 0;background:linear-gradient(145deg,#ff5b00,#e65200);color:#fff;border:none;border-radius:60px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:.2s;box-shadow:0 6px 20px rgba(255,91,0,.3);margin-top:6px}.zd-buy-now-btn:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(255,91,0,.4)}.zd-related-section{margin-top:40px;width:100%}.zd-related-section .zd-section-title{font-size:1.4rem;font-weight:700;color:#0f172a;margin-bottom:20px;display:flex;align-items:center;gap:10px}.zd-related-section .zd-section-title i{color:#ff5b00}.zd-products-grid{display:grid;grid-template-columns:repeat(4,minmax(220px,1fr));gap:20px}.zd-product-card{background:#fff;border-radius:16px;padding:18px 16px 20px;border:1px solid #e2e8f0;transition:.2s;display:flex;flex-direction:column}.zd-product-card:hover{border-color:#ff5b00;box-shadow:0 12px 30px rgba(255,91,0,.06)}.zd-product-card .card-title{font-weight:600;font-size:.95rem;line-height:1.4;color:#1e293b;margin-bottom:6px;min-height:42px}.zd-product-card .card-desc{font-size:.85rem;color:#64748b;line-height:1.5;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.zd-product-card .card-price{font-size:1.2rem;font-weight:700;color:#ef4444;margin:6px 0 12px}.zd-product-card .card-btn{background:#ff5b00;color:#fff;border:none;padding:10px 0;border-radius:60px;font-weight:600;font-size:.9rem;cursor:pointer;transition:.15s;text-align:center;text-decoration:none;display:block;margin-top:auto}.zd-product-card .card-btn:hover{background:#e65200;box-shadow:0 4px 12px rgba(255,91,0,.3)}@media (max-width:780px){.zd-detail-main{flex-direction:column}.zd-detail-content{flex-direction:column-reverse;gap:20px}.zd-detail-right{flex:1;min-width:0;position:static}.zd-detail-desc-block{padding:20px 18px}.zd-detail-purchase-card{padding:20px 18px}.zd-detail-purchase-card .zd-product-title{font-size:1.1rem}.zd-detail-purchase-card .zd-product-price{font-size:1.6rem}.zd-products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px}.zd-product-card .card-title{font-size:.85rem;min-height:36px}.zd-product-card .card-desc{display:none}}@media (max-width:480px){.zd-products-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.zd-product-card{padding:14px 12px 16px}.zd-product-card .card-title{font-size:.8rem;min-height:32px}.zd-product-card .card-price{font-size:1rem}.zd-product-card .card-btn{font-size:.8rem;padding:8px 0}}.c-content-area{width:100%}.c-filter-bar{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:24px;padding:16px 20px;background:#fff;border-radius:16px;border:1px solid #e2e8f0}.c-c-filter-tabs{display:flex;flex-wrap:wrap;gap:8px;flex:1}.c-filter-tab{padding:6px 18px;border-radius:40px;font-size:.85rem;font-weight:500;color:#64748b;background:#f1f5f9;cursor:pointer;transition:.15s;border:none}.c-filter-tab:hover{background:rgba(255,91,0,.08);color:#ff5b00}.c-filter-tab.active{background:#ff5b00;color:#fff}.c-search-box{display:flex;align-items:center;gap:0;background:#f1f5f9;border-radius:40px;padding:0 4px 0 16px;border:1px solid transparent;transition:.2s;min-width:200px}.c-search-box:focus-within{border-color:#ff5b00;background:#fff;box-shadow:0 0 0 4px rgba(255,91,0,.06)}.c-search-box i{color:#94a3b8;font-size:.9rem}.c-search-box input{border:none;outline:0;padding:10px 12px;font-size:.9rem;background:0 0;flex:1;min-width:100px;color:#1e293b}.c-search-box input::placeholder{color:#94a3b8}.c-search-box .c-btn-search{background:linear-gradient(145deg,#ff5b00,#e65200);border:none;color:#fff;padding:8px 20px;border-radius:40px;font-weight:600;font-size:.85rem;cursor:pointer;transition:.15s}.c-search-box .c-btn-search:hover{transform:scale(1.02);box-shadow:0 4px 12px rgba(255,91,0,.25)}.c-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.c-product-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;overflow:hidden;transition:.2s;display:flex;flex-direction:column}.c-product-card:hover{border-color:#ff5b00;box-shadow:0 12px 30px rgba(255,91,0,.06)}.c-product-card .card-header{display:flex;gap:14px;padding:16px 16px 12px;align-items:flex-start}.c-product-card .card-img{width:60px;height:60px;flex-shrink:0;border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden}.c-product-card .card-img img{width:100%;height:100%;object-fit:cover}.c-product-card .card-info{flex:1;min-width:0}.c-product-card .card-title{font-weight:600;font-size:.95rem;line-height:1.4;color:#1e293b;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.c-product-card .card-tag{display:inline-block;margin-top:6px;padding:2px 12px;border-radius:40px;font-size:.7rem;font-weight:500;color:#ff5b00;background:rgba(255,91,0,.08)}.c-product-card .card-body{padding:0 16px 12px;flex:1}.c-product-card .card-desc{font-size:.85rem;color:#64748b;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.c-product-card .card-footer{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 16px;border-top:1px solid #f1f5f9;margin-top:auto}.c-product-card .card-price{font-size:1.2rem;font-weight:700;color:#ef4444}.c-product-card .card-btn{background:#ff5b00;color:#fff;border:none;padding:8px 20px;border-radius:60px;font-weight:600;font-size:.85rem;cursor:pointer;transition:.15s;text-decoration:none;display:inline-block}.c-product-card .card-btn:hover{background:#e65200;box-shadow:0 4px 12px rgba(255,91,0,.3)}.c-empty-state{grid-column:1/-1;text-align:center;padding:60px 20px;color:#64748b;background:#fff;border-radius:16px;border:1px solid #e2e8f0}.c-empty-state i{font-size:3rem;color:#cbd5e1;margin-bottom:16px}@media (max-width:780px){.c-filter-bar{flex-direction:column;align-items:stretch;padding:14px 16px}.c-c-filter-tabs{gap:6px}.c-search-box{min-width:0}.c-products-grid{grid-template-columns:repeat(1,minmax(200px,1fr))}}@media (max-width:480px){.c-products-grid{grid-template-columns:repeat(1,minmax(160px,1fr))}.c-product-card .card-header{padding:12px 12px 8px;gap:10px}.c-product-card .card-img{width:48px;height:48px;font-size:1.5rem}.c-product-card .card-title{font-size:.85rem}.c-product-card .card-body{padding:0 12px 8px}.c-product-card .card-desc{font-size:.8rem;-webkit-line-clamp:1}.c-product-card .card-footer{padding:10px 12px 12px;flex-wrap:wrap;gap:8px}}.cd-detail-content{width:100%}.cd-product-main-container{display:flex;gap:28px;margin-bottom:28px;align-items:stretch;background:#ffffffcc;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-radius:28px;padding:28px 30px;border:1px solid rgba(226,232,240,.6);box-shadow:0 12px 40px rgba(0,0,0,.02)}.cd-product-left{flex:1.2;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fafcff;border-radius:20px;padding:20px 16px}.cd-product-image-wrapper{width:232px;height:232px;flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.cd-product-image-wrapper img{width:100%;height:100%;object-fit:cover}.cd-product-basic-info{margin-top:16px;text-align:center;width:100%}.cd-product-basic-info .cd-product-tag{display:inline-block;padding:4px 16px;border-radius:40px;font-size:.8rem;font-weight:500;color:#ff5b00;background:rgba(255,91,0,.08);margin-bottom:6px}.cd-product-basic-info .cd-product-desc{color:#475569;font-size:.95rem;line-height:1.6;max-width:300px;margin:0 auto}.cd-product-right{flex:0.8;min-width:300px;display:flex;align-items:stretch}.cd-purchase-panel{padding:24px 26px;width:100%;display:flex;flex-direction:column}.cd-purchase-panel .cd-panel-header{margin-bottom:18px;border-bottom:1px solid #f1f5f9;padding-bottom:14px}.cd-purchase-panel .cd-panel-title{font-size:1.3rem;font-weight:700;color:#0f172a;line-height:1.4;margin-bottom:4px}.cd-purchase-panel .cd-panel-price{font-size:2rem;font-weight:700;color:#ef4444}.cd-form-group{margin-bottom:16px}.cd-form-group label{display:block;font-weight:600;font-size:.9rem;color:#1e293b;margin-bottom:5px}.cd-form-group .cd-label-light{font-weight:400;color:#94a3b8;font-size:.8rem}.cd-form-group input[type=email],.cd-form-group input[type=text]{width:100%;padding:11px 16px;border:1px solid #e2e8f0;border-radius:12px;font-size:.95rem;transition:.2s;background:#fff;color:#1e293b;outline:0}.cd-form-group input:focus{border-color:#ff5b00;box-shadow:0 0 0 4px rgba(255,91,0,.08)}.cd-form-group textarea{width:100%;padding:11px 16px;border:1px solid #e2e8f0;border-radius:12px;font-size:.95rem;transition:.2s;background:#fff;color:#1e293b;outline:0;resize:vertical;min-height:80px;font-family:inherit}.cd-form-group textarea:focus{border-color:#ff5b00;box-shadow:0 0 0 4px rgba(255,91,0,.08)}.cd-purchase-btn{width:100%;padding:14px 0;background:linear-gradient(145deg,#ff5b00,#e65200);color:#fff;border:none;border-radius:60px;font-weight:700;font-size:1.05rem;cursor:pointer;transition:.2s;box-shadow:0 6px 20px rgba(255,91,0,.3);margin-top:4px}.cd-purchase-btn:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(255,91,0,.4)}.cd-intro-section{padding:24px 28px;margin-bottom:28px}.cd-intro-section .cd-section-title{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:14px;display:flex;align-items:center;gap:10px}.cd-intro-section .cd-section-title i{color:#ff5b00}.cd-intro-section .cd-intro-content{color:#475569;font-size:.95rem;line-height:1.8}.cd-intro-section .cd-intro-content p{margin-bottom:10px}.cd-case-section{margin-bottom:28px}.cd-case-section .cd-section-title{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:14px;display:flex;align-items:center;gap:10px}.cd-case-section .cd-section-title i{color:#ff5b00}.cd-case-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.cd-case-item{border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;cursor:pointer;transition:.2s;aspect-ratio:1/1;background:#f1f5f9}.cd-case-item:hover{border-color:#ff5b00;box-shadow:0 4px 16px rgba(255,91,0,.08)}.cd-case-item img{width:100%;height:100%;object-fit:cover}.cd-related-section{margin-bottom:8px}.cd-related-section .cd-section-title{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:14px;display:flex;align-items:center;gap:10px}.cd-products-grid{display:grid;grid-template-columns:repeat(3,minmax(280px,1fr));gap:20px}.cd-product-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;overflow:hidden;transition:.2s;display:flex;flex-direction:column}.cd-product-card:hover{border-color:#ff5b00;box-shadow:0 12px 30px rgba(255,91,0,.06)}.cd-product-card .cd-card-header{display:flex;gap:14px;padding:16px 16px 12px;align-items:flex-start}.cd-product-card .cd-card-img{width:60px;height:60px;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.cd-product-card .cd-card-img img{width:100%;height:100%;object-fit:cover}.cd-product-card .cd-card-info{flex:1;min-width:0}.cd-product-card .cd-card-title{font-weight:600;font-size:.95rem;line-height:1.4;color:#1e293b;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cd-product-card .cd-card-tag{display:inline-block;margin-top:6px;padding:2px 12px;border-radius:40px;font-size:.7rem;font-weight:500;color:#ff5b00;background:rgba(255,91,0,.08)}.cd-product-card .cd-card-body{padding:0 16px 12px;flex:1}.cd-product-card .cd-card-desc{font-size:.85rem;color:#64748b;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cd-product-card .cd-card-footer{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 16px;border-top:1px solid #f1f5f9;margin-top:auto}.cd-product-card .cd-card-price{font-size:1.2rem;font-weight:700;color:#ef4444}.cd-product-card .cd-card-btn{background:#ff5b00;color:#fff;border:none;padding:8px 20px;border-radius:60px;font-weight:600;font-size:.85rem;cursor:pointer;transition:.15s;text-decoration:none;display:inline-block}.cd-product-card .cd-card-btn:hover{background:#e65200;box-shadow:0 4px 12px rgba(255,91,0,.3)}.cd-modal-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.85);z-index:999;align-items:center;justify-content:center;padding:40px}.cd-modal-overlay.active{display:flex}.cd-modal-overlay .modal-close{position:absolute;top:20px;right:30px;color:#fff;font-size:2rem;cursor:pointer;transition:.15s}.cd-modal-overlay .modal-close:hover{color:#ff5b00}.cd-modal-overlay .modal-img{max-width:90%;max-height:80vh;border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,.5)}@media (max-width:780px){.cd-product-main-container{flex-direction:column;gap:20px;padding:20px 18px}.cd-product-left{width:100%;padding:20px 12px}.cd-product-image-wrapper{width:200px;height:200px;flex-shrink:0}.cd-product-right{flex:1;min-width:0;width:100%}.cd-purchase-panel .cd-panel-title{font-size:1.1rem}.cd-purchase-panel .cd-panel-price{font-size:1.6rem}.cd-purchase-panel{padding:18px 16px}.cd-intro-section{padding:18px 16px}.cd-case-grid{grid-template-columns:repeat(2,minmax(140px,1fr))}.cd-products-grid{grid-template-columns:repeat(1,minmax(200px,1fr));gap:14px}.cd-modal-overlay{padding:20px}.cd-modal-overlay .modal-img{max-width:95%;max-height:70vh}}@media (max-width:480px){.cd-product-image-wrapper{width:160px;height:160px}.cd-case-grid{grid-template-columns:repeat(2,minmax(100px,1fr))}}.sjk-content-area{width:100%}.sjk-filter-bar{display:flex;flex-direction:column;gap:16px;margin-bottom:24px;padding:16px 20px;background:#fff;border-radius:16px;border:1px solid #e2e8f0}.sjk-filter-tabs{display:flex;flex-wrap:wrap;gap:8px}.sjk-filter-tab{padding:6px 18px;border-radius:40px;font-size:.85rem;font-weight:500;color:#64748b;background:#f1f5f9;cursor:pointer;transition:.15s;border:none}.sjk-filter-tab:hover{background:rgba(255,91,0,.08);color:#ff5b00}.sjk-filter-tab.active{background:#ff5b00;color:#fff}.sjk-search-box{display:flex;align-items:center;gap:0;background:#f1f5f9;border-radius:40px;padding:0 4px 0 16px;border:1px solid transparent;transition:.2s;max-width:400px}.sjk-search-box:focus-within{border-color:#ff5b00;background:#fff;box-shadow:0 0 0 4px rgba(255,91,0,.06)}.sjk-search-box i{color:#94a3b8;font-size:.9rem}.sjk-search-box input{border:none;outline:0;padding:10px 12px;font-size:.9rem;background:0 0;flex:1;min-width:120px;color:#1e293b}.sjk-search-box input::placeholder{color:#94a3b8}.sjk-search-box .btn-search{background:linear-gradient(145deg,#ff5b00,#e65200);border:none;color:#fff;padding:8px 20px;border-radius:40px;font-weight:600;font-size:.85rem;cursor:pointer;transition:.15s}.sjk-search-box .btn-search:hover{transform:scale(1.02);box-shadow:0 4px 12px rgba(255,91,0,.25)}.sjk-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}.sjk-product-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;overflow:hidden;transition:.2s;display:flex;flex-direction:column}.sjk-product-card:hover{border-color:#ff5b00;box-shadow:0 12px 30px rgba(255,91,0,.06)}.sjk-product-card .card-image{width:100%;aspect-ratio:268/180;background:#f1f5f9;display:flex;align-items:center;justify-content:center;overflow:hidden}.sjk-product-card .card-image img{width:100%;height:100%;object-fit:cover}.sjk-product-card .card-info{padding:14px 16px 16px;flex:1;display:flex;flex-direction:column}.sjk-product-card .card-tag{display:inline-block;padding:2px 12px;border-radius:40px;font-size:.7rem;font-weight:500;color:#ff5b00;background:rgba(255,91,0,.08);margin-bottom:6px;align-self:flex-start}.sjk-product-card .card-title{font-weight:600;font-size:.95rem;line-height:1.4;color:#1e293b;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.sjk-product-card .card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:10px;border-top:1px solid #f1f5f9}.sjk-product-card .card-price{font-size:1.2rem;font-weight:700;color:#ef4444}.sjk-product-card .card-btn{background:#ff5b00;color:#fff;border:none;padding:6px 18px;border-radius:60px;font-weight:600;font-size:.85rem;cursor:pointer;transition:.15s;text-decoration:none;display:inline-block}.sjk-product-card .card-btn:hover{background:#e65200;box-shadow:0 4px 12px rgba(255,91,0,.3)}.sjk-empty-state{grid-column:1/-1;text-align:center;padding:60px 20px;color:#64748b;background:#fff;border-radius:16px;border:1px solid #e2e8f0}.sjk-empty-state i{font-size:3rem;color:#cbd5e1;margin-bottom:16px}@media (max-width:780px){.sjk-filter-bar{padding:14px 16px}.sjk-filter-tabs{gap:6px}.sjk-search-box{max-width:100%}.sjk-products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px}.sjk-product-card .card-title{font-size:.85rem}.sjk-product-card .card-price{font-size:1rem}}@media (max-width:480px){.sjk-products-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.sjk-product-card .card-info{padding:10px 12px 12px}}.sjkd-detail-content{width:100%}.sjkd-product-main-container{display:flex;gap:28px;margin-bottom:28px;padding:28px 30px;align-items:flex-start}.sjkd-product-left{flex:1.2;min-width:0;display:flex;flex-direction:column;align-items:center}.sjkd-product-image-container{width:300px;max-width:100%;aspect-ratio:1/1;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-bottom:16px;flex-shrink:0}.sjkd-product-image-container img{width:100%;height:100%;border-radius:24px;object-fit:cover}.sjkd-product-basic-info{width:100%;text-align:center}.sjkd-product-basic-info .product-title{font-size:1.3rem;font-weight:700;color:#0f172a;line-height:1.4;margin-bottom:8px}.sjkd-product-basic-info .product-price{font-size:2rem;font-weight:700;color:#ef4444;margin-bottom:8px}.sjkd-product-basic-info .product-tag{display:inline-block;padding:4px 16px;border-radius:40px;font-size:.8rem;font-weight:500;color:#ff5b00;background:rgba(255,91,0,.08);margin-bottom:12px}.sjkd-product-right{flex:0.8;min-width:300px;position:sticky;top:20px}.sjkd-purchase-panel .panel-title{font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:18px;display:flex;align-items:center;gap:8px}.sjkd-purchase-panel .panel-title i{color:#ff5b00}.sjkd-form-group{margin-bottom:16px}.sjkd-form-group label{display:block;font-weight:600;font-size:.9rem;color:#1e293b;margin-bottom:5px}.sjkd-form-group input[type=tel],.sjkd-form-group input[type=text]{width:100%;padding:11px 16px;border:1px solid #e2e8f0;border-radius:12px;font-size:.95rem;transition:.2s;background:#fff;color:#1e293b;outline:0}.sjkd-form-group input:focus{border-color:#ff5b00;box-shadow:0 0 0 4px rgba(255,91,0,.08)}.sjkd-form-group textarea{width:100%;padding:11px 16px;border:1px solid #e2e8f0;border-radius:12px;font-size:.95rem;transition:.2s;background:#fff;color:#1e293b;outline:0;resize:vertical;min-height:80px;font-family:inherit}.sjkd-form-group textarea:focus{border-color:#ff5b00;box-shadow:0 0 0 4px rgba(255,91,0,.08)}.sjkd-quantity-section{margin-bottom:16px}.sjkd-quantity-section .quantity-label{font-weight:600;font-size:.9rem;color:#1e293b;margin-bottom:5px}.sjkd-quantity-controls{display:flex;align-items:center;gap:0;max-width:140px;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.sjkd-quantity-controls .qty-btn{width:44px;height:44px;border:none;background:#f8fafc;color:#1e293b;font-size:1rem;cursor:pointer;transition:.15s;display:flex;align-items:center;justify-content:center}.sjkd-quantity-controls .qty-btn:hover{background:rgba(255,91,0,.08);color:#ff5b00}.sjkd-quantity-controls input{width:52px;height:44px;border:none;border-left:1px solid #e2e8f0;border-right:1px solid #e2e8f0;text-align:center;font-size:1rem;font-weight:600;color:#1e293b;background:#fff;outline:0}.sjkd-quantity-controls input::-webkit-inner-spin-button,.sjkd-quantity-controls input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.sjkd-quantity-controls input[type=number]{-moz-appearance:textfield}.sjkd-purchase-btn{width:100%;padding:14px 0;background:linear-gradient(145deg,#ff5b00,#e65200);color:#fff;border:none;border-radius:60px;font-weight:700;font-size:1.05rem;cursor:pointer;transition:.2s;box-shadow:0 6px 20px rgba(255,91,0,.3);margin-top:4px}.sjkd-purchase-btn:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(255,91,0,.4)}.sjkd-intro-section{padding:24px 28px;margin-bottom:28px}.sjkd-intro-section .section-title{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:14px;display:flex;align-items:center;gap:10px}.sjkd-intro-section .section-title i{color:#ff5b00}.sjkd-intro-section .intro-content{color:#475569;font-size:.95rem;line-height:1.8}.sjkd-intro-section .intro-content p{margin-bottom:6px}.related-section{margin-bottom:8px}.related-section .section-title{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:14px;display:flex;align-items:center;gap:10px}.related-section .section-title i{color:#ff5b00}.sjkd-products-grid{display:grid;grid-template-columns:repeat(4,minmax(200px,1fr));gap:16px}.sjkd-product-card{background:#fff;border-radius:14px;border:1px solid #e2e8f0;overflow:hidden;transition:.2s;display:flex;flex-direction:column}.sjkd-product-card:hover{border-color:#ff5b00;box-shadow:0 12px 30px rgba(255,91,0,.06)}.sjkd-product-card .card-image{width:100%;aspect-ratio:16/10;display:flex;align-items:center;justify-content:center;overflow:hidden}.sjkd-product-card .card-image img{width:100%;height:100%;object-fit:cover}.sjkd-product-card .card-content{padding:12px 14px 14px;flex:1;display:flex;flex-direction:column}.sjkd-product-card .card-title{font-weight:600;font-size:.9rem;line-height:1.4;color:#1e293b;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.sjkd-product-card .card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:10px;border-top:1px solid #f1f5f9}.sjkd-product-card .card-price{font-size:1.1rem;font-weight:700;color:#ef4444}.sjkd-product-card .card-btn{background:#ff5b00;color:#fff;border:none;padding:6px 16px;border-radius:60px;font-weight:600;font-size:1rem;cursor:pointer;transition:.15s;text-decoration:none;display:inline-block}.sjkd-product-card .card-btn:hover{background:#e65200;box-shadow:0 4px 12px rgba(255,91,0,.3)}@media (max-width:780px){.sjkd-product-main-container{flex-direction:column;gap:24px;padding:20px 18px}.sjkd-product-left{width:100%;align-items:center}.sjkd-product-image-container{width:220px;max-width:100%;aspect-ratio:1/1;margin:0 auto 14px}.sjkd-product-basic-info{text-align:center}.sjkd-product-basic-info .product-title{font-size:1.1rem}.sjkd-product-basic-info .product-price{font-size:1.6rem}.sjkd-product-right{flex:1;min-width:0;position:static;width:100%}.sjkd-purchase-panel .panel-title{font-size:.95rem}.sjkd-quantity-controls{max-width:120px}.sjkd-quantity-controls .qty-btn{width:38px;height:38px;font-size:.9rem}.sjkd-quantity-controls input{width:44px;height:38px;font-size:.9rem}.sjkd-purchase-btn{font-size:.95rem;padding:12px 0}.sjkd-intro-section{padding:18px 16px}.sjkd-intro-section .section-title{font-size:1rem}.sjkd-intro-section .intro-content{font-size:.9rem}.sjkd-products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.sjkd-product-card .card-title{font-size:.85rem}.sjkd-product-card .card-price{font-size:1rem}.sjkd-product-card .card-btn{font-size:.75rem}}@media (max-width:480px){.sjkd-product-main-container{padding:16px 14px;gap:18px}.sjkd-product-image-container{width:160px}.sjkd-product-basic-info .product-title{font-size:.95rem}.sjkd-product-basic-info .product-price{font-size:1.3rem}.sjkd-form-group input[type=tel],.sjkd-form-group input[type=text],.sjkd-form-group textarea{font-size:.85rem;padding:9px 14px}.sjkd-form-group label{font-size:.8rem}.sjkd-quantity-controls{max-width:100px}.sjkd-quantity-controls .qty-btn{width:32px;height:32px;font-size:.8rem}.sjkd-quantity-controls input{width:36px;height:32px;font-size:.8rem}.sjkd-purchase-btn{font-size:.85rem;padding:10px 0}.sjkd-intro-section{padding:14px 12px}.sjkd-intro-section .section-title{font-size:.9rem}.sjkd-intro-section .intro-content{font-size:.85rem}.sjkd-products-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}.sjkd-product-card .card-content{padding:10px 12px 12px}.sjkd-product-card .card-title{font-size:.8rem;-webkit-line-clamp:2}.sjkd-product-card .card-price{font-size:.9rem}.related-section .section-title{font-size:.95rem}}.toast-container{position:fixed;top:20px;right:20px;z-index:9999;pointer-events:none}.toast{background:#fff;color:#fff;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.15);padding:16px 20px;margin-bottom:10px;min-width:300px;max-width:400px;display:flex;align-items:center;transform:translateX(100%);opacity:0;transition:all .3s cubic-bezier(.4, 0, .2, 1);pointer-events:auto;position:relative}.toast.show{transform:translateX(0);opacity:1}.toast.success{background:#28a745}.toast.error{background:#ef4444}.toast.warning{border-left-color:#f59e0b;background:linear-gradient(135deg,#fffbeb,#fef3c7)}.toast.info{border-left-color:#3b82f6;background:linear-gradient(135deg,#eff6ff,#dbeafe)}.toast.info .toast-icon{color:#3b82f6}.toast-icon{margin-right:12px;flex-shrink:0}.toast-content{flex:1}.toast-title{font-weight:600;font-size:14px;margin-bottom:2px;color:#374151}.toast-message{font-size:13px;line-height:1.4}.toast-close{position:absolute;top:8px;right:8px;background:0 0;border:none;font-size:18px;color:#fff;cursor:pointer;padding:4px;line-height:1;opacity:.7;transition:opacity .2s}.toast-close:hover{opacity:1}.toast-progress{position:absolute;bottom:0;left:0;height:3px;background:rgba(0,0,0,.1);border-radius:0 0 8px 8px;transform-origin:left;animation:progress linear}.toast.success .toast-progress{background:#10b981}.toast.error .toast-progress{background:#ef4444}.toast.warning .toast-progress{background:#f59e0b}.toast.info .toast-progress{background:#3b82f6}@keyframes progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.user-status-bar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;padding:12px 20px;background:#fff;border-radius:16px;border:1px solid #e2e8f0;margin-bottom:24px}.status-left{display:flex;align-items:center;gap:10px;color:#64748b;font-size:.9rem}.status-left .status-icon{color:#ff5b00;font-size:1.1rem}.status-left .status-text strong{color:#1e293b;cursor:pointer}.status-left .status-text strong:hover{color:#ff5b00}.user-actions{display:flex;align-items:center;gap:12px}.user-actions .btn-login,.user-actions .btn-register{padding:6px 18px;border-radius:40px;border:none;font-weight:600;font-size:.85rem;cursor:pointer;transition:.15s}.user-actions .btn-login{background:#f1f5f9;color:#1e293b}.user-actions .btn-login:hover{background:rgba(255,91,0,.08);color:#ff5b00}.user-actions .btn-register{background:#ff5b00;color:#fff}.user-actions .btn-register:hover{background:#e65200;box-shadow:0 4px 12px rgba(255,91,0,.3)}.user-actions .balance{font-weight:700;color:#ef4444;font-size:.9rem;cursor:pointer;padding:4px 12px;border-radius:40px;background:rgba(239,68,68,.08);transition:.15s}.user-actions .balance:hover{background:rgba(239,68,68,.15)}.user-actions .btn-logout{padding:6px 16px;border-radius:40px;border:1px solid #e2e8f0;background:0 0;color:#64748b;font-weight:500;font-size:.8rem;cursor:pointer;transition:.15s}.user-actions .btn-logout:hover{border-color:#ef4444;color:#ef4444}.user-actions #loggedActions{display:none;align-items:center;gap:12px;flex-wrap:wrap}.user-actions #unloggedActions{display:flex;align-items:center;gap:8px}.user-actions.logged-in #loggedActions{display:flex}.user-actions.logged-in #unloggedActions{display:none}.page-banner{text-align:center;padding:10px 0 20px}.page-banner h1{font-size:2rem;font-weight:700;color:#0f172a}.page-banner h1 i{color:#ff5b00;margin-right:10px}.page-banner p{color:#64748b;font-size:1rem;margin-top:4px}.tab-group{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.tab-btn{padding:10px 24px;border-radius:40px;border:1px solid #e2e8f0;background:#fff;color:#64748b;font-weight:600;font-size:.95rem;cursor:pointer;transition:.2s;display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.tab-btn:hover{border-color:#ff5b00;color:#ff5b00}.tab-btn.active{background:#ff5b00;color:#fff;border-color:#ff5b00}.service-panel{display:none}.service-panel.active{display:block}.s-panel-title{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:16px}.panel-content{display:flex;gap:24px;align-items:flex-start}.panel-left{flex:0 0 260px;min-width:0}.sms-search-box{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e2e8f0;border-radius:40px;padding:0 16px;margin-bottom:12px;transition:.2s}.sms-search-box:focus-within{border-color:#ff5b00;box-shadow:0 0 0 4px rgba(255,91,0,.06)}.sms-search-box i{color:#94a3b8;font-size:.9rem}.sms-search-box input{border:none;outline:0;padding:10px 0;font-size:.9rem;background:0 0;flex:1;min-width:0;color:#1e293b}.sms-search-box input::placeholder{color:#94a3b8}.country-list-wrap{max-height:420px;overflow-y:auto;border-radius:12px;border:1px solid #e2e8f0;background:#fff;scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.country-list-wrap::-webkit-scrollbar{width:4px}.country-list-wrap::-webkit-scrollbar-track{background:0 0}.country-list-wrap::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:8px}.country-list-wrap::-webkit-scrollbar-button{display:none}.country-item{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;cursor:pointer;transition:.15s;border-bottom:1px solid #f1f5f9}.country-item:last-child{border-bottom:none}.country-item:hover{background:rgba(255,91,0,.04)}.country-item.active{background:rgba(255,91,0,.08);color:#ff5b00}.country-item .name{font-weight:500;font-size:.9rem}.country-item .count{font-size:.8rem;color:#94a3b8;background:#f1f5f9;padding:2px 10px;border-radius:40px}.country-item.active .count{background:rgba(255,91,0,.12);color:#ff5b00}.panel-right{flex:1;min-width:0}.service-list-wrap{max-height:420px;overflow-y:auto;border-radius:12px;border:1px solid #e2e8f0;background:#fff;scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.service-list-wrap::-webkit-scrollbar{width:4px}.service-list-wrap::-webkit-scrollbar-track{background:0 0}.service-list-wrap::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:8px}.service-list-wrap::-webkit-scrollbar-button{display:none}.service-list{padding:4px 0;width:100%}.service-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #f1f5f9;gap:12px;flex-wrap:wrap}.service-item:last-child{border-bottom:none}.service-item .info{flex:1;min-width:80px}.service-item .title{font-weight:600;font-size:.9rem;color:#1e293b;display:block}.service-item .desc{font-size:.8rem;color:#94a3b8}.service-item .price-tag{font-weight:600;color:#ef4444;font-size:.9rem;white-space:nowrap}.service-item .btn-sm{padding:6px 18px;border-radius:40px;border:none;background:#ff5b00;color:#fff;font-weight:600;font-size:.8rem;cursor:pointer;transition:.15s;white-space:nowrap;flex-shrink:0}.service-item .btn-sm:hover{background:#e65200;box-shadow:0 4px 12px rgba(255,91,0,.3)}.esim-plan{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #f1f5f9;gap:12px;flex-wrap:wrap}.esim-plan:last-child{border-bottom:none}.esim-plan .info{flex:1;min-width:80px}.esim-plan .title{font-weight:600;font-size:.9rem;color:#1e293b;display:block}.esim-plan .desc{font-size:.8rem;color:#94a3b8}.esim-plan .price-tag{font-weight:600;color:#ef4444;font-size:.9rem;white-space:nowrap}.esim-plan .btn-sm{padding:6px 18px;border-radius:40px;border:none;background:#ff5b00;color:#fff;font-weight:600;font-size:.8rem;cursor:pointer;transition:.15s;white-space:nowrap;flex-shrink:0}.esim-plan .btn-sm:hover{background:#e65200;box-shadow:0 4px 12px rgba(255,91,0,.3)}.rental-center-wrap{padding:20px;background:#fff;border-radius:12px;border:1px solid #e2e8f0;text-align:center;width:100%}.rental-options{display:flex;gap:8px;justify-content:center;margin-bottom:16px;flex-wrap:wrap}.rental-btn{padding:8px 24px;border-radius:40px;border:1px solid #e2e8f0;background:#f8fafc;color:#64748b;font-weight:600;font-size:.9rem;cursor:pointer;transition:.15s}.rental-btn:hover{border-color:#ff5b00;color:#ff5b00}.rental-btn.active{background:#ff5b00;color:#fff;border-color:#ff5b00}.rental-qty-wrapper{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.rental-qty-wrapper label{font-weight:600;color:#1e293b;font-size:.9rem}.rental-qty-group{display:flex;align-items:center;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.rental-qty-btn{width:36px;height:36px;border:none;background:#f8fafc;color:#1e293b;font-size:1.1rem;cursor:pointer;transition:.15s;display:flex;align-items:center;justify-content:center}.rental-qty-btn:hover{background:rgba(255,91,0,.08);color:#ff5b00}.rental-qty-group input{width:44px;height:36px;border:none;border-left:1px solid #e2e8f0;border-right:1px solid #e2e8f0;text-align:center;font-size:.95rem;font-weight:600;color:#1e293b;background:#fff;outline:0}.rental-qty-group input::-webkit-inner-spin-button,.rental-qty-group input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.rental-qty-group input[type=number]{-moz-appearance:textfield}.rental-price-display{font-size:1.5rem;font-weight:700;color:#ef4444;margin-bottom:16px}.rental-price-display .unit{font-size:.9rem;font-weight:400;color:#64748b}.rental-buy-btn{padding:12px 48px;border-radius:60px;border:none;background:linear-gradient(145deg,#ff5b00,#e65200);color:#fff;font-weight:700;font-size:1rem;cursor:pointer;transition:.2s;box-shadow:0 6px 20px rgba(255,91,0,.25)}.rental-buy-btn:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(255,91,0,.35)}.modal-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:999;align-items:center;justify-content:center;padding:20px}.modal-overlay.active{display:flex}.modal-box{background:#fff;border-radius:24px;padding:32px 36px;max-width:420px;width:100%;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.2)}.modal-box .modal-close{position:absolute;top:14px;right:18px;background:0 0;border:none;font-size:1.5rem;color:#94a3b8;cursor:pointer;transition:.15s}.modal-box .modal-close:hover{color:#1e293b}.modal-box h2{font-size:1.3rem;font-weight:700;color:#0f172a;margin-bottom:20px;display:flex;align-items:center;gap:10px}.modal-box h2 i{color:#ff5b00}.modal-box .form-group{margin-bottom:16px}.modal-box .form-group label{display:block;font-weight:600;font-size:.9rem;color:#1e293b;margin-bottom:5px}.modal-box .form-group input{width:100%;padding:11px 16px;border:1px solid #e2e8f0;border-radius:12px;font-size:.95rem;outline:0;transition:.2s;background:#fff;color:#1e293b}.modal-box .form-group input:focus{border-color:#ff5b00;box-shadow:0 0 0 4px rgba(255,91,0,.06)}.modal-footer-actions{display:flex;gap:12px;margin-top:20px}.modal-footer-actions .btn-confirm{flex:1;padding:12px 0;border-radius:60px;border:none;background:linear-gradient(145deg,#ff5b00,#e65200);color:#fff;font-weight:700;font-size:1rem;cursor:pointer;transition:.15s}.modal-footer-actions .btn-confirm:hover{box-shadow:0 4px 16px rgba(255,91,0,.3)}.modal-box .auth-switch{text-align:center;margin-top:20px;font-size:14px}.modal-box .auth-switch a{color:var(--primary-color);font-weight:600;cursor:pointer}.modal-box .auth-switch a:hover{text-decoration:underline}.recharge-amounts{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.recharge-amounts .amount-btn{padding:10px 0;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;color:#1e293b;font-weight:600;font-size:.95rem;cursor:pointer;transition:.15s}.recharge-amounts .amount-btn:hover{border-color:#ff5b00;color:#ff5b00}.recharge-amounts .amount-btn.active{background:#ff5b00;color:#fff;border-color:#ff5b00}.recharge-amounts .amount-input-wrap{grid-column:span 3}.recharge-amounts .amount-input-wrap input{width:100%;padding:10px 16px;border:1px solid #e2e8f0;border-radius:12px;font-size:.95rem;outline:0;transition:.2s;background:#fff;color:#1e293b}.recharge-amounts .amount-input-wrap input:focus{border-color:#ff5b00;box-shadow:0 0 0 4px rgba(255,91,0,.06)}@media (min-width:781px){.panel-content{flex-direction:row}.panel-left{flex:0 0 260px}.panel-right{flex:1}.service-list-wrap{max-height:420px}.country-list-wrap{max-height:420px}}@media (max-width:780px){.user-status-bar{flex-direction:column;align-items:stretch;gap:10px;padding:12px 14px}.status-left{font-size:.85rem;flex-wrap:wrap}.user-actions{justify-content:flex-start;flex-wrap:wrap}.user-actions #loggedActions{gap:8px}.page-banner h1{font-size:1.3rem}.page-banner p{font-size:.85rem}.tab-group{gap:8px;justify-content:flex-start}.tab-btn{font-size:.8rem;gap:6px}.tab-btn i{font-size:.85rem}.panel-content{flex-direction:column;gap:16px}.panel-left{flex:1 1 auto;width:100%}.panel-right{flex:1 1 auto;width:100%;min-width:0}.sms-search-box{padding:0 12px}.sms-search-box input{font-size:.85rem;padding:8px 0;min-width:0}.country-list-wrap{max-height:180px;border-radius:10px}.country-item{padding:8px 12px}.country-item .name{font-size:.85rem}.country-item .count{font-size:.7rem;padding:1px 8px}.service-list-wrap{max-height:300px;border-radius:10px;width:100%!important;overflow-x:hidden}.service-list{width:100%;padding:2px 0}.service-item{padding:10px 12px;gap:8px;flex-wrap:wrap}.service-item .info{min-width:60px;flex:1 1 100%}.service-item .title{font-size:.85rem}.service-item .price-tag{font-size:.85rem}.esim-plan{padding:10px 12px;gap:8px;flex-wrap:wrap}.esim-plan .info{min-width:60px;flex:1 1 100%}.esim-plan .title{font-size:.85rem}.esim-plan .desc{font-size:.75rem}.esim-plan .price-tag{font-size:.85rem}.rental-center-wrap{padding:16px 14px}.rental-options{gap:6px}.rental-qty-wrapper{gap:8px}.rental-buy-btn{padding:10px 28px;font-size:.9rem;width:100%;max-width:280px}.modal-box{padding:24px 20px;margin:10px}.modal-box h2{font-size:1.1rem}.modal-box .form-group input{font-size:.9rem;padding:9px 14px}.modal-footer-actions .btn-confirm{font-size:.9rem;padding:10px 0}.recharge-amounts{grid-template-columns:repeat(3,1fr);gap:6px}.recharge-amounts .amount-btn{font-size:.85rem;padding:8px 0}.recharge-amounts .amount-input-wrap input{font-size:.85rem;padding:8px 12px}}@media (max-width:480px){.service-item{padding:8px 10px;gap:6px}.service-item .info{flex:1 1 100%}.service-item .title{font-size:.8rem}.service-item .price-tag{font-size:.8rem}.esim-plan{padding:8px 10px}.esim-plan .title{font-size:.8rem}.esim-plan .desc{font-size:.7rem}.esim-plan .price-tag{font-size:.8rem}.rental-buy-btn{font-size:.8rem;padding:8px 20px;max-width:100%}.modal-box{padding:18px 14px}.modal-box h2{font-size:1rem}.recharge-amounts{grid-template-columns:repeat(2,1fr)}.recharge-amounts .amount-input-wrap{grid-column:span 2}.recharge-amounts .amount-btn{font-size:.8rem;padding:6px 0}.page-banner h1{font-size:1.1rem}.page-banner p{font-size:.8rem}.country-item .name{font-size:.8rem}.country-item .count{font-size:.65rem;padding:1px 6px}}.payment-wrapper{margin:20px 0 30px}.payment-card{background:#fff;border-radius:28px;padding:30px 28px;border:1px solid #e2e8f0;box-shadow:0 12px 40px rgba(0,0,0,.02);max-width:820px;margin:0 auto}.order-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.order-id{font-size:1rem;color:#475569;background:#f1f5f9;padding:6px 16px;border-radius:60px;letter-spacing:.3px;font-weight:500}.order-id i{margin-right:8px;color:#ff5b00}.payment-timer{display:flex;align-items:center;gap:8px;background:#fef2f0;padding:6px 18px 6px 14px;border-radius:60px;color:#b91c1c;font-weight:600;font-size:1rem}.payment-timer i{color:#dc2626;font-size:1.1rem}.payment-timer .time{background:#fff;padding:0 10px;border-radius:30px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.payment-amount{margin:24px 0 28px;display:flex;flex-direction:column;gap:4px}.payment-amount .label{font-size:.85rem;color:#64748b;letter-spacing:.5px;text-transform:uppercase}.payment-amount .value{font-size:2.6rem;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.payment-amount .value .currency-badge{font-size:1.2rem;font-weight:600;background:#f1f5f9;padding:4px 18px;border-radius:60px;color:#1e293b;display:inline-flex;align-items:center;gap:8px}.network-section{margin:28px 0 24px}.network-section .section-label{font-weight:600;color:#0f172a;font-size:.95rem;margin-bottom:12px;display:flex;align-items:center;gap:8px}.network-section .section-label i{color:#ff5b00}.network-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px;border-bottom:1px solid #eef2f6;padding-bottom:12px}.network-tab{padding:6px 18px;border-radius:40px;background:#f1f5f9;color:#475569;font-weight:600;font-size:.9rem;border:1px solid transparent;transition:.15s;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.network-tab.active{background:#ff5b00;color:#fff;border-color:#ff5b00;box-shadow:0 4px 10px rgba(255,91,0,.15)}.chain-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.chain-item{background:#f8fafc;border-radius:16px;padding:12px 14px;border:1px solid #e9edf2;transition:.15s;cursor:pointer;display:flex;align-items:center;gap:12px}.chain-item:hover{border-color:#ff5b00;background:#fff8f5}.chain-item .chain-icon{width:40px;height:40px;border-radius:12px;background:#eef2f6;display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:#1e293b;flex-shrink:0}.chain-item .chain-icon i{color:#475569}.chain-item.selected .chain-icon i{color:#ff5b00}.chain-item .chain-info{display:flex;flex-direction:column;line-height:1.3}.chain-item .chain-info .chain-name{font-weight:600;font-size:.9rem;color:#0f172a}.chain-item .chain-info .chain-currency{font-size:.75rem;color:#64748b;font-weight:500}.chain-item.selected{background:#fff4ed;border-color:#ff5b00}.chain-item.selected .chain-info .chain-name{color:#b83c00}.chain-item.selected .chain-info .chain-currency{color:#b83c00}.address-block{margin-top:16px;display:flex;flex-direction:column;gap:20px}.address-row{display:flex;flex-direction:column;gap:6px}.address-row .label{font-size:.8rem;color:#64748b;letter-spacing:.4px}.address-row .address-line{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.address-row .address-value{background:#f1f5f9;padding:10px 16px;border-radius:60px;font-size:.9rem;word-break:break-all;color:#0f172a;border:1px solid #e2e8f0;flex:1;min-width:200px}.address-row .copy-btn{background:#ff5b00;border:1px solid #ff5b00;border-radius:40px;padding:6px 18px;font-size:.8rem;color:#fff;cursor:pointer;transition:.15s;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.qr-row{display:flex;flex-direction:column;align-items:center;gap:8px}.qr-row .label{font-size:.8rem;color:#64748b;letter-spacing:.4px;align-self:flex-start}.qr-placeholder{width:200px;height:200px;background:#eef2f6;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:3.6rem;color:#1e293b;border:2px dashed #cbd5e1;cursor:pointer;flex-shrink:0}.qr-hint{font-size:.75rem;color:#94a3b8;text-align:center}@media (max-width:780px){.payment-card{padding:20px 16px}.payment-amount .value{font-size:2rem}.chain-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.address-row .address-line{flex-direction:column;align-items:stretch}.address-row .copy-btn{align-self:flex-start;width:100%;text-align:center;display:block}}@media (max-width:480px){.chain-grid{grid-template-columns:1fr 1fr}.order-header{flex-direction:column;align-items:flex-start}.payment-timer{align-self:flex-start}.payment-amount .value .currency-badge{font-size:1rem;padding:2px 14px}.chain-item{padding:10px 10px}.chain-item .chain-icon{width:32px;height:32px;font-size:1rem}}