@font-face{font-family:SF Pro;src:url(/fonts/SFPRODISPLAYREGULAR.OTF) format("opentype");font-weight:400;font-display:swap}@font-face{font-family:SF Pro;src:url(/fonts/SF-Pro-Display-Medium.otf) format("opentype");font-weight:500;font-display:swap}@font-face{font-family:SF Pro;src:url(/fonts/SF-Pro-Display-Semibold.otf) format("opentype");font-weight:590;font-display:swap}@font-face{font-family:SF Pro;src:url(/fonts/SF-Pro-Display-Semibold.otf) format("opentype");font-weight:600;font-display:swap}@font-face{font-family:SF Pro;src:url(/fonts/SFPRODISPLAYBOLD.OTF) format("opentype");font-weight:700;font-display:swap}:root{--primary:#1755A6;--primary-hover:#007ccd;--primary-active:#034f81;--primary-bg:#f0f8ff;--info:#0062a6;--success:#03a555;--success-text:#00bf60;--error:#dc2626;--warning:#fa8c16;--text:rgba(0,0,0,.88);--text-2:rgba(0,0,0,.65);--text-3:rgba(0,0,0,.45);--bg:#ffffff;--bg-layout:#f5f5f5;--bg-page:#f1f3f6;--border:#d9d9d9;--border-2:#f0f0f0;--footer:#1755A6;--footer-copy:#13488c;--radius-sm:6px;--radius:8px;--radius-lg:12px;--container:1440px;--header-h:64px}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--bg-page);color:var(--text);font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;padding-top:var(--header-h)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.wrap{max-width:var(--container);margin:0 auto;padding:0 40px}@media(max-width:768px){.wrap{padding:0 16px}}.hdr{position:fixed;top:0;left:0;right:0;z-index:999;height:var(--header-h);background:#fff;border-bottom:1px solid var(--border-2)}.hdr,.hdr .wrap{display:flex;align-items:center}.hdr .wrap{gap:18px;width:100%}.hdr .logo img{height:38px;width:auto}.hdr-nav{display:flex;gap:4px;align-items:center}.nav-item{position:relative}.nav-btn{display:inline-flex;align-items:center;gap:2px;font-size:16px;color:var(--text-2);font-weight:400;white-space:nowrap;background:none;border:none;cursor:pointer;font-family:inherit;padding:8px 10px;height:var(--header-h)}.nav-item:hover .nav-btn{color:var(--primary)}.nav-drop{position:absolute;top:calc(var(--header-h) - 8px);left:0;background:#fff;border:1px solid var(--border-2);border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,.12);padding:10px;opacity:0;visibility:hidden;transform:translateY(6px);transition:all .16s;z-index:50}.nav-item:hover .nav-drop{opacity:1;visibility:visible;transform:translateY(0)}.nav-item.closing .nav-drop{opacity:0!important;visibility:hidden!important}.nav-drop.mega{display:grid;grid-template-columns:repeat(2,minmax(170px,1fr));grid-gap:2px;gap:2px;width:380px;max-height:420px;overflow:auto}.nav-drop.links{display:flex;flex-direction:column;min-width:200px}.mega-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;font-size:14px;color:var(--text-2)}.mega-item:hover{background:var(--primary-bg);color:var(--primary)}.mega-ico{width:30px;height:30px;border-radius:50%;overflow:hidden;background:var(--bg-layout);flex:none;display:flex;align-items:center;justify-content:center}.mega-ico img{width:100%;height:100%;object-fit:contain}.mega-item.brand .mega-ico{border:1px solid var(--border-2);background:#fff}.nav-drop.links a{padding:9px 12px;border-radius:8px;font-size:14px;color:var(--text-2);text-transform:capitalize}.nav-drop.links a:hover{background:var(--primary-bg);color:var(--primary)}.hdr-search{position:relative;flex:1 1;max-width:420px}.hdr-search input{width:100%;height:40px;border:1px solid var(--border);border-radius:999px;padding:0 16px 0 40px;font-size:14px;background:#fff;color:var(--text);font-family:inherit}.hdr-search input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px rgba(23,85,166,.1)}.hdr-search svg{color:var(--text-3)}.hdr-search .ico-search,.hdr-search svg{position:absolute;left:15px;top:50%;transform:translateY(-50%)}.hdr-search .ico-search{width:18px;height:18px;opacity:.7}.sug{position:absolute;top:46px;left:0;right:0;background:#fff;border:1px solid var(--border-2);border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,.12);padding:8px;z-index:70;max-height:70vh;overflow:auto}.sug-grp{padding:4px 0;border-top:1px solid var(--border-2)}.sug-grp:first-child{border-top:none}.sug-h{display:block;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-3);padding:6px 10px 3px}.sug-grp button{display:block;width:100%;text-align:left;padding:8px 10px;border-radius:8px;font-size:14px;color:var(--text-2);background:none;border:none;cursor:pointer;font-family:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sug-all,.sug-grp button:hover{background:var(--primary-bg);color:var(--primary)}.sug-all{display:block;width:100%;text-align:center;margin-top:6px;padding:9px;border-radius:8px;font-size:13px;font-weight:600;border:none;cursor:pointer;font-family:inherit}.ico-caret{width:16px;height:16px;margin-left:2px}.ico-cart{width:20px;height:20px}.ico-loc{width:19px;height:19px}.ico-sort{width:15px;height:18px}.ico-filter{width:18px;height:18px}.filters-head .ico-filter{margin-right:2px}.hdr-actions{gap:14px}.hdr-actions,.hdr-loc{display:flex;align-items:center}.hdr-loc{gap:6px;color:var(--text-2);cursor:pointer;background:none;border:none;font-family:inherit;padding:0}.hdr-loc:hover span{color:var(--primary)}.hdr-loc span{display:flex;flex-direction:column;line-height:1.1;font-size:13px;font-weight:600;color:var(--text)}.hdr-loc small{font-size:10.5px;font-weight:400;color:var(--text-3)}.hdr-lang{display:inline-flex;align-items:center;gap:2px;background:none;border:none;cursor:pointer;font-family:inherit;font-size:14px;color:var(--text-2);font-weight:500}.icon-btn{width:38px;height:38px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--text);position:relative;border:1px solid transparent;transition:background .15s}.icon-btn:hover{background:var(--bg-layout)}.icon-btn .badge{position:absolute;top:-4px;right:-4px;background:var(--error);font-size:10px;min-width:16px;height:16px;border-radius:999px;display:flex;justify-content:center;padding:0 4px}.btn-primary,.icon-btn .badge{color:#fff;align-items:center;font-weight:600}.btn-primary{background:var(--primary);border:none;border-radius:999px;height:38px;padding:0 22px;font-size:14px;font-family:inherit;cursor:pointer;transition:background .15s;display:inline-flex;gap:6px}.btn-primary:hover{background:var(--primary-hover)}@media(max-width:1200px){.hdr-nav{display:none}}@media(max-width:900px){.hdr-lang,.hdr-loc{display:none}}@media(max-width:600px){.hdr-search{display:none}}.crumbs{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-3);padding:14px 0}.crumbs a:hover{color:var(--primary)}.crumbs .sep{color:var(--text-3)}.crumbs .cur{color:var(--text-2);font-weight:500}.list-page{background:var(--bg);min-height:60vh}.list-head{justify-content:space-between;gap:16px;padding:16px 0;border-bottom:1px solid var(--border-2)}.list-head,.list-head .lh-left{display:flex;align-items:center}.list-head .lh-left{gap:14px}.brand-logo{width:56px;height:56px;border-radius:50%;object-fit:cover;border:1px solid var(--border-2);background:#fff}.list-head h1{font-size:20px;font-weight:600;margin:0;letter-spacing:-.01em;line-height:28px}.list-head .count{margin-top:2px}.list-head .count,.sort-pill{font-size:14px;color:var(--text-2)}.sort-pill{display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 18px;border:1px solid var(--border-2);border-radius:34px;background:#fff;cursor:pointer;min-width:210px;justify-content:space-between}.sort-pill b{color:var(--text);font-weight:600}.sort-pill:hover{border-color:var(--primary)}.sort-menu{position:relative}.sort-menu ul{position:absolute;right:0;top:46px;background:#fff;border:1px solid var(--border-2);border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.1);list-style:none;margin:0;padding:6px;min-width:220px;z-index:30;display:none}.sort-menu.open ul{display:block}.sort-menu .sort-pill{background:none;border:none;cursor:pointer;font:inherit;color:inherit}.sort-menu li a{display:block;padding:9px 12px;border-radius:8px;font-size:14px;color:var(--text-2)}.sort-menu li a.on,.sort-menu li a:hover{background:var(--primary-bg);color:var(--primary)}.sort-menu li a.on{font-weight:600}.list-body{display:grid;grid-template-columns:250px 1fr;grid-gap:0;gap:0}.filters{border-right:1px solid var(--border-2);padding:20px 20px 40px 0}.filters h3{font-size:15px;font-weight:600;margin:0 0 12px}.filters .fg{border-top:1px solid var(--border-2);padding:16px 0}.filters .fg .ft{font-size:14px;font-weight:600;margin:0 0 10px;color:var(--text)}.filters label{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-2);padding:5px 0;cursor:pointer}.filters .muted{font-size:12.5px;color:var(--text-3)}.list-main{padding:0 0 40px 24px;min-width:0}.filter-apply-mobile,.filter-backdrop,.filter-close,.filter-mobile-btn{display:none}@media(max-width:900px){.list-body{grid-template-columns:1fr}.list-main{padding-left:0}.filter-mobile-btn{display:inline-flex;align-items:center;gap:8px;margin:0 0 14px;padding:9px 16px;border:1px solid var(--border);border-radius:999px;background:#fff;font-size:14px;font-weight:600;color:var(--text);cursor:pointer;font-family:inherit}.filters{position:fixed;top:0;left:0;bottom:0;width:320px;max-width:86vw;background:#fff;z-index:1200;transform:translateX(-100%);transition:transform .25s ease;overflow-y:auto;padding:18px;box-shadow:2px 0 24px rgba(0,0,0,.18)}.filters.open{transform:translateX(0)}.filter-backdrop{display:block;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:1150}.filter-close{display:block;background:none;border:none;font-size:26px;line-height:1;color:var(--text-3);cursor:pointer;margin-left:8px}.filters-head{top:0;background:#fff;z-index:2}.filter-apply-mobile,.filters-head{position:-webkit-sticky;position:sticky}.filter-apply-mobile{display:block;bottom:0;width:100%;margin-top:16px;height:46px;border:none;border-radius:999px;background:var(--primary);color:#fff;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer}}.filters-head{justify-content:space-between;padding:0 0 12px}.filters-head,.filters-head h3{display:flex;align-items:center}.filters-head h3{margin:0;gap:8px;font-size:18px;font-weight:600}.clear-all{background:none;border:none;color:var(--primary);font-size:13px;font-weight:600;cursor:pointer;font-family:inherit}.clear-all:hover{text-decoration:underline}.fgroup{border:1px solid var(--border-2);border-radius:10px;padding:14px 16px;margin-bottom:12px;background:#fff}.fgroup summary{font-size:16px;font-weight:600;color:var(--text);cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;padding:0}.fgroup summary::-webkit-details-marker{display:none}.fgroup summary:after{content:"";width:8px;height:8px;border-right:1.5px solid var(--text-3);border-bottom:1.5px solid var(--text-3);transform:rotate(45deg);transition:transform .15s;margin-right:2px;margin-top:-3px}.fgroup[open] summary:after{transform:rotate(-135deg);margin-top:3px}.fvals{display:flex;flex-direction:column;gap:2px;margin-top:12px;max-height:150px;overflow-y:auto}.fcheck{display:flex;align-items:center;gap:9px;font-size:14px;color:var(--text);padding:5px 0;cursor:pointer}.fcheck input{width:16px;height:16px;accent-color:var(--primary);cursor:pointer;flex:none}.fcheck span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fmore{color:var(--primary);font-size:13px;font-family:inherit;text-align:left;padding:6px 0}.fprice{margin-top:14px}.fprice .range{position:relative;height:24px}.fprice .range input{position:absolute;top:0;left:0;width:100%;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;pointer-events:none;height:24px}.fprice .range input::-webkit-slider-thumb{-webkit-appearance:none;pointer-events:auto;width:16px;height:16px;border-radius:50%;background:var(--primary);border:2px solid #fff;box-shadow:0 1px 3px rgba(0,0,0,.3);cursor:pointer;margin-top:-6px}.fprice .range input::-moz-range-thumb{pointer-events:auto;width:16px;height:16px;border-radius:50%;background:var(--primary);border:2px solid #fff;cursor:pointer}.fprice .range:before{content:"";position:absolute;top:11px;left:0;right:0;height:3px;background:var(--border);border-radius:3px}.fprice .range input::-webkit-slider-runnable-track{height:3px;background:transparent}.range-labels{font-size:12.5px;color:var(--text-2);margin-top:8px}.oos-row,.range-labels{display:flex;justify-content:space-between;font-weight:600}.oos-row{align-items:center;border:1px solid var(--border-2);border-radius:10px;padding:14px 16px;font-size:14px;background:#fff}.switch{width:40px;height:22px;border-radius:999px;border:none;background:var(--border);position:relative;cursor:pointer;transition:background .15s;flex:none}.switch.on{background:var(--primary)}.switch .knob{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;transition:left .15s}.switch.on .knob{left:20px}.grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0}@media(max-width:1024px){.grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.grid{grid-template-columns:repeat(2,1fr)}}.pcard{margin:0 8px;padding:12px 0}.pcard,.pcard .card{display:flex;flex-direction:column;height:100%}.pcard .card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;transition:box-shadow .18s}.pcard .card:hover{box-shadow:0 0 0 1px rgba(14,63,126,.04),0 4px 8px -2px rgba(42,51,69,.06),0 16px 24px -12px rgba(14,63,126,.06)}.pcard .card-link{display:flex;flex-direction:column;flex:1 1;color:inherit;text-decoration:none}.pcard .card-action{padding:0 12px 14px}.filters.is-updating{opacity:.75;transition:opacity .1s}.pcard .imgwrap{position:relative;width:100%;aspect-ratio:1/1;background:#fff;border-radius:var(--radius-lg) var(--radius-lg) 0 0;overflow:hidden}.pcard .imgwrap img{width:100%;height:100%;object-fit:contain;display:block}.pcard .imgwrap .new-arrival-badge{position:absolute;top:0;left:0;width:60px;height:auto;object-fit:contain;z-index:2}.pcard .badge{position:absolute;color:#fff;border:none;font-size:11px;font-weight:700;padding:3px 9px;z-index:2}.pcard .badge.offer{bottom:0;right:0;background:linear-gradient(90deg,#00bf60,#067541);border-radius:6px 0 0 6px}.pcard .oos{position:absolute;inset:0;background:rgba(255,255,255,.55);display:flex;align-items:center;justify-content:center}.pcard .oos span{background:rgba(0,0,0,.7);color:#fff;font-size:12px;font-weight:600;padding:5px 12px;border-radius:6px}.pcard .body{padding:12px 12px 14px;display:flex;flex-direction:column;gap:8px;flex:1 1}.pcard .pname{font-size:14px;font-weight:600;color:var(--text);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:38px}.pcard .price{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin-top:auto}.pcard .price .lbl{font-size:14px;font-weight:600;color:var(--text-2)}.pcard .price .mrp-strike{font-size:14px;color:var(--text-2);text-decoration:line-through}.pcard .price .now{font-size:14px;font-weight:600;color:var(--text)}.pcard .price .pv{font-size:12px;color:var(--text-3);border-left:1px solid var(--border-2);padding-left:8px}.pcard .price.partner{display:flex;align-items:stretch;gap:0;margin-top:auto}.pcard .price.partner .pc{display:flex;flex-direction:column;flex:1 1;padding:0 10px;min-width:0}.pcard .price.partner .pc:first-child{padding-left:0}.pcard .price.partner .pc:not(:first-child){border-left:1px solid var(--border-2)}.pcard .price.partner .pc.pv{align-items:flex-end;padding-right:0}.pcard .price.partner .lbl{font-size:12px;color:var(--text-3);font-weight:400}.pcard .price.partner .v{font-size:15px;font-weight:700;color:var(--text);white-space:nowrap}.cart-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:40px;border:1px solid var(--primary);color:var(--primary);background:#fff;border-radius:999px;font-size:16px;font-weight:400;font-family:inherit;cursor:pointer;transition:all .15s}.cart-btn:hover{background:var(--primary);color:#fff}.ecm-loader-page{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;min-height:60vh}.ecm-loader-inline{padding:56px 0}.ecm-loader-inline,.ecm-loader-overlay{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.ecm-loader-overlay{position:fixed;inset:0;z-index:2000;background:rgba(255,255,255,.6)}.ecm-loader-tip{font-size:14px;font-weight:500;color:var(--primary)}.ecm-spin{display:block;width:40px;height:40px;border-radius:50%;position:relative;animation:ecm-rotate 1s linear infinite}.ecm-spin .ecm-third,.ecm-spin:after,.ecm-spin:before{content:"";box-sizing:border-box;position:absolute;inset:0;border-radius:50%;border:3px solid transparent;border-top:3px solid var(--primary);animation:ecm-clip 2s linear infinite}.ecm-spin:after{border-top-color:#f38220;transform:rotate(120deg)}.ecm-spin .ecm-third{border-top-color:#22b24c;transform:rotate(240deg)}@keyframes ecm-rotate{to{transform:rotate(1turn)}}@keyframes ecm-clip{0%{-webkit-clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0);clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}50%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}75%,to{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}}@media (prefers-color-scheme:dark){.ecm-loader-overlay{background:rgba(17,17,17,.6)}}@media (prefers-reduced-motion:reduce){.ecm-spin,.ecm-spin .ecm-third,.ecm-spin:after,.ecm-spin:before{animation-duration:3s}}.cart-btn-oos{border-color:#d1d5db;cursor:not-allowed}.cart-btn-oos,.cart-btn-oos:hover{color:#9ca3af;background:#f9fafb}.cart-btn-added{background:#eefaf1;border-color:#22b24c;color:#178a3c}.cart-btn-added:hover{background:#22b24c;color:#fff}.cart-btn-view{text-decoration:none}.pager{gap:6px;padding:28px 0}.pager,.pager a,.pager span{display:flex;align-items:center;justify-content:center}.pager a,.pager span{min-width:36px;height:36px;padding:0 10px;border:1px solid var(--border-2);border-radius:8px;font-size:14px;color:var(--text-2);background:#fff}.pager a:hover{color:var(--primary)}.pager .on,.pager a:hover{border-color:var(--primary)}.pager .on{background:var(--primary);color:#fff;font-weight:600}.pager .disabled{opacity:.4;pointer-events:none}.home{background:#fff}.home .contentPadding{max-width:var(--container);margin:0 auto;padding:0 40px}@media(max-width:768px){.home .contentPadding{padding:0 12px}}.hero-carousel{position:relative;overflow:hidden;width:100%;margin:16px 0 8px}.hc-track{display:flex;transition:transform .6s ease}.hc-slide{flex:0 0 86%;padding:0 8px}.hc-slide img{width:100%;height:auto;border-radius:14px;aspect-ratio:1400/470;object-fit:cover;background:var(--bg-layout)}.hc-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.9);border:1px solid var(--border-2);box-shadow:0 2px 8px rgba(0,0,0,.12);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-2)}.hc-arrow:hover{color:var(--primary)}.hc-arrow.prev{left:14px}.hc-arrow.next{right:14px}.hc-dots{display:flex;gap:6px;justify-content:center;margin-top:12px}.hc-dots button{width:22px;height:4px;border-radius:2px;border:none;background:var(--border);cursor:pointer;padding:0;transition:all .2s}.hc-dots button.on{background:var(--primary)}@media(max-width:600px){.hc-arrow{display:none}}.rail{padding:26px 0}.sec-title{text-align:center;margin:0 0 22px;position:relative}.sec-title:before{content:"";position:absolute;left:0;right:0;top:15px;height:1px;background:var(--border-2);z-index:0}.sec-title h2{font-size:24px;font-weight:600;margin:0;display:inline-block;background:#fff;padding:0 20px;position:relative;z-index:1;line-height:36px}.sec-title p{font-size:16px;color:var(--text-2);margin:6px 0 0;line-height:24px}.circle-rail{display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:6px}.circle-rail::-webkit-scrollbar{height:6px}.circle-rail::-webkit-scrollbar-thumb{background:var(--border);border-radius:6px}.circle{flex:0 0 auto;width:130px;display:flex;flex-direction:column;align-items:center;gap:8px;scroll-snap-align:start;text-align:center}.circle-img{width:120px;height:120px;border-radius:50%;overflow:hidden;background:linear-gradient(160deg,#eaf3fb,#d6e8f7);border:1px solid #e3eef8}.circle-img img{width:100%;height:100%;object-fit:contain}.circle span{font-size:14px;font-weight:600;color:var(--text-2);line-height:1.35}.circle:hover span{color:var(--primary)}@media(max-width:600px){.circle{width:96px}.circle-img{width:84px;height:84px}}.prod-rail{display:flex;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:8px}.prod-rail::-webkit-scrollbar{height:6px}.prod-rail::-webkit-scrollbar-thumb{background:var(--border);border-radius:6px}.prod-rail-item{flex:0 0 20%;min-width:210px;scroll-snap-align:start}@media(max-width:1024px){.prod-rail-item{flex:0 0 33.33%}}@media(max-width:768px){.prod-rail-item{flex:0 0 50%;min-width:0}}.mid-banner .mid-banner-img{width:100%;height:auto;border-radius:14px;object-fit:cover}.blog-rail{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.blog-rail.video{grid-template-columns:repeat(2,1fr)}@media(max-width:768px){.blog-rail,.blog-rail.video{grid-template-columns:1fr}}.blog-card{position:relative;border-radius:14px;overflow:hidden;background:var(--bg-layout)}.blog-card img{width:100%;height:auto;display:block;aspect-ratio:16/7;object-fit:cover}.blog-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;border-radius:50%;background:rgba(220,40,40,.9);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(0,0,0,.3)}.blog-cap{position:absolute;left:0;right:0;bottom:0;padding:14px 16px;color:#fff;font-size:15px;font-weight:600;background:linear-gradient(transparent,rgba(0,0,0,.55))}.brand-grid{display:grid;grid-template-columns:repeat(9,1fr);grid-gap:18px;gap:18px}.brand-tile{aspect-ratio:1/1;border-radius:50%;background:#f6f8fb;border:1px solid #eef2f7;display:flex;align-items:center;justify-content:center;padding:16px;transition:transform .15s,box-shadow .15s}.brand-tile img{max-width:100%;max-height:100%;object-fit:contain}.brand-tile:hover{transform:scale(1.05);box-shadow:0 6px 16px rgba(14,63,126,.1)}@media(max-width:1024px){.brand-grid{grid-template-columns:repeat(6,1fr)}}@media(max-width:600px){.brand-grid{grid-template-columns:repeat(3,1fr)}}.appdl{background:linear-gradient(120deg,#eaf2fd,#f5f8fd);border-top:1px solid var(--border-2);margin-top:28px}.appdl-in{padding:36px 40px}.appdl-text h2{font-size:24px;font-weight:700;margin:0 0 6px}.appdl-text p{color:var(--text-2);margin:0 0 18px;font-size:15px}.appdl-badges{gap:12px}.store-badge{display:inline-flex;align-items:center;gap:10px;background:#111;color:#fff;border-radius:10px;padding:9px 16px}.store-badge span{display:flex;flex-direction:column;line-height:1.15;font-size:16px;font-weight:600}.store-badge small{font-size:10px;font-weight:400;opacity:.85;text-transform:uppercase;letter-spacing:.02em}.store-badge:hover{background:#000}.ftr{background:var(--footer);color:#fff;margin-top:40px}.ftr .cols{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:32px;gap:32px;padding:40px 0 32px}.ftr .flogo{max-width:200px;margin:0 0 16px}.ftr a,.ftr p{color:#f2f7fd;font-size:16px;line-height:24px}.ftr a:hover{color:#fff;text-decoration:underline}.ftr h4{color:#fdfdfd;font-size:20px;font-weight:700;line-height:28px;margin:0 0 14px}.ftr .links{display:flex;flex-direction:column;gap:8px}.ftr .social{display:flex;gap:10px;margin-top:16px}.ftr .social a{width:32px;height:32px;border-radius:999px;border:1px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;color:#fff}.ftr .social a:hover{background:rgba(255,255,255,.15)}.ftr .copy{background:var(--footer-copy);text-align:center;padding:14px;font-size:15px}@media(max-width:768px){.ftr .cols{grid-template-columns:1fr 1fr;gap:24px}}.pdp{padding-bottom:40px}.pdp-row{display:flex;gap:28px;align-items:flex-start}.pdp-gallery{flex:0 0 45%;max-width:45%;position:-webkit-sticky;position:sticky;top:80px}.pdp-main{position:relative;width:100%;max-width:400px;margin:0 auto;aspect-ratio:4/5;background:#fff;overflow:hidden;display:flex;align-items:center;justify-content:center}.pdp-main img{width:100%;height:100%;object-fit:contain}.pdp-main .new-arrival-badge{top:12px;left:12px;width:52px;height:52px;font-size:11px;font-weight:700;color:#fff;letter-spacing:.03em;background:var(--newarr,#ff7a1a);-webkit-clip-path:polygon(50% 0,61% 8%,74% 3%,79% 17%,93% 18%,90% 32%,100% 42%,90% 52%,97% 65%,83% 70%,82% 84%,68% 82%,58% 93%,50% 100%,42% 93%,32% 82%,18% 84%,17% 70%,3% 65%,10% 52%,0 42%,10% 32%,7% 18%,21% 17%,26% 3%,39% 8%);clip-path:polygon(50% 0,61% 8%,74% 3%,79% 17%,93% 18%,90% 32%,100% 42%,90% 52%,97% 65%,83% 70%,82% 84%,68% 82%,58% 93%,50% 100%,42% 93%,32% 82%,18% 84%,17% 70%,3% 65%,10% 52%,0 42%,10% 32%,7% 18%,21% 17%,26% 3%,39% 8%);text-transform:uppercase}.pdp-main .new-arrival-badge,.pdp-nav{position:absolute;z-index:2;display:flex;align-items:center;justify-content:center}.pdp-nav{top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.9);border:1px solid var(--border-2);box-shadow:0 2px 6px rgba(0,0,0,.1);cursor:pointer;color:var(--text-2)}.pdp-nav:hover{color:var(--primary)}.pdp-nav.prev{left:0}.pdp-nav.next{right:0}.pdp-thumbs{display:flex;gap:8px;margin-top:12px;overflow-x:auto;padding:8px;border:1px solid var(--border-2);border-radius:10px}.pdp-thumbs::-webkit-scrollbar{height:5px}.pdp-thumbs::-webkit-scrollbar-thumb{background:var(--border);border-radius:5px}.pdp-thumb{width:64px;height:64px;flex:none;border:1px solid var(--border-2);border-radius:8px;overflow:hidden;background:#fff;cursor:pointer;padding:0}.pdp-thumb.on{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.pdp-thumb img{width:100%;height:100%;object-fit:contain}.pdp-info{flex:1 1;min-width:0;background:#fff;border:1px solid var(--border-2);border-radius:12px;box-shadow:0 1px 3px rgba(16,24,40,.04);padding:24px 26px}.pdp-brandrow{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.pdp-brand{color:var(--primary);font-size:14px;font-weight:600;letter-spacing:.01em}.pdp-brand:hover{text-decoration:underline}.pdp-share{display:inline-flex;align-items:center;gap:6px;background:none;border:none;color:var(--primary);font-weight:600;font-size:14px;font-family:inherit;cursor:pointer}.pdp-share:hover{text-decoration:underline}.pdp-info-ico{color:var(--text-3);vertical-align:middle}.pdp-name{font-size:20px;font-weight:600;line-height:1.35;margin:0 0 14px;color:var(--text)}.pdp-oos-tag{display:inline-block;vertical-align:middle;margin-left:10px;font-size:12px;font-weight:600;color:var(--error);background:#fdecec;border-radius:6px;padding:3px 10px}.pdp-pricerow{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.pdp-price{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.pdp-price .lbl{font-size:14px;font-weight:600;color:var(--text-2)}.pdp-price .strike{font-size:15px;color:var(--text-3);text-decoration:line-through}.pdp-price .now{font-size:24px;font-weight:700;color:var(--text)}.pdp-price .off{font-size:14px;font-weight:700;color:var(--success)}.pdp-price .pdp-sp{font-size:13px;color:var(--text-2);border-left:1px solid var(--border-2);padding-left:10px}.pdp-sapcode{font-size:13px;color:var(--text-3);white-space:nowrap}.pdp-tax{font-size:12.5px;color:#067541;font-weight:500;margin-top:4px;padding-bottom:16px;border-bottom:1px solid var(--border-2)}.pdp-stock{display:inline-block;margin-top:16px;font-size:13px;font-weight:600;padding:6px 14px;border-radius:8px}.pdp-stock.in{color:var(--success);background:#e6f7ee}.pdp-stock.low{color:var(--warning);background:#fdf1e3}.pdp-stock.oos{color:var(--error);background:#fdecec}.pdp-varg{padding:18px 0;border-bottom:1px solid var(--border-2)}.pdp-varlabel{font-size:16px;font-weight:600;margin-bottom:14px}.pdp-swatches{display:flex;flex-wrap:wrap;gap:12px}.pdp-swatch{border:1px solid var(--border);background:#fff;color:var(--text);font-size:14px;font-family:inherit;cursor:pointer;text-transform:uppercase;transition:all .12s;position:relative}.pdp-swatch.rect{min-width:56px;height:40px;padding:0 18px;border-radius:8px}.pdp-swatch.circle{width:46px;height:46px;padding:0;border-radius:50%;display:flex;align-items:center;justify-content:center}.pdp-swatch.on,.pdp-swatch:hover{border-color:var(--primary)}.pdp-swatch.on{background:#e2eefc;color:var(--primary);font-weight:600}.pdp-swatch.unavail{color:var(--text-3);background:var(--bg-layout);cursor:default}.pdp-swatch.unavail:hover{border-color:var(--border)}.pdp-swatch.circle.unavail:after{content:"";position:absolute;top:50%;left:6px;right:6px;height:1.5px;background:#d66;transform:rotate(-38deg)}.pdp-metarow{display:flex;align-items:center;justify-content:space-between;padding:18px 0;border-bottom:1px solid var(--border-2)}.pdp-net{font-size:15px;color:var(--text-2)}.pdp-net b{color:var(--text)}.pdp-sizechart{display:inline-flex;align-items:center;gap:6px;background:none;border:none;color:var(--primary);font-weight:600;font-size:14px;font-family:inherit;cursor:pointer}.pdp-sizechart:hover{text-decoration:underline}.pdp-deliver{display:flex;align-items:center;gap:8px;padding:18px 0;font-size:14px;color:var(--text-2);border-bottom:1px solid var(--border-2)}.pdp-deliver b{color:var(--text)}.pdp-change{margin-left:auto;background:none;border:none;color:var(--primary);font-weight:600;font-size:14px;font-family:inherit;cursor:pointer;display:flex;align-items:center;gap:5px}.pdp-change:hover{text-decoration:underline}.pdp-lowstock{color:var(--error);font-weight:600;font-size:14px;white-space:nowrap}.pdp-actions{display:flex;gap:14px;padding-top:18px;align-items:center;border-top:1px solid var(--border-2)}.pdp-qtylabel{font-size:15px;font-weight:600;color:var(--text);white-space:nowrap}.pdp-qty{border:1px solid var(--border);padding:0 18px;font-size:14px;background:#fff;color:var(--text)}.pdp-cart,.pdp-qty{height:48px;border-radius:999px;font-family:inherit;cursor:pointer}.pdp-cart{flex:1 1;border:none;background:var(--primary);color:#fff;font-size:16px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .15s}.pdp-cart:hover:not(:disabled){background:var(--primary-hover)}.pdp-cart:disabled{background:var(--border);color:var(--text-3);cursor:not-allowed}.pdp-about{margin-top:30px;border-top:1px solid var(--border-2);padding-top:22px}.pdp-about h3{font-size:18px;font-weight:600;margin:0 0 10px}.pdp-about div{font-size:14px;color:var(--text-2);line-height:1.7}.pdp-about img{max-width:100%;height:auto;border-radius:8px}@media(max-width:820px){.pdp-row{flex-direction:column}.pdp-gallery{position:static;flex:1 1;width:100%}}.pdp-offers{padding:16px 0;border-bottom:1px solid var(--border-2)}.pdp-offers-h{font-size:16px;font-weight:600;margin-bottom:10px}.pdp-offer{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text-2);padding:3px 0}.pdp-offer a{color:var(--primary);font-weight:600}.pdp-return{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-2);margin-top:16px}.pdp-return a{color:var(--primary);font-weight:600}.pdp-size-modal{max-width:640px}.pdp-size-body{margin-top:14px;font-size:14px;color:var(--text-2);line-height:1.6;max-height:70vh;overflow:auto}.pdp-size-body table{border-collapse:collapse;width:100%}.pdp-size-body td,.pdp-size-body th{border:1px solid var(--border-2);padding:8px 10px;text-align:center}.pdp-size-body img{max-width:100%;height:auto}.pdp-sections{margin-top:30px;border-top:1px solid var(--border-2)}.pdp-section{border-bottom:1px solid var(--border-2);padding:16px 0}.pdp-section summary{font-size:16px;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.pdp-section summary::-webkit-details-marker{display:none}.pdp-section summary:after{content:"+";font-size:20px;color:var(--text-3)}.pdp-section[open] summary:after{content:"–"}.pdp-section>div{font-size:14px;color:var(--text-2);line-height:1.7;margin-top:12px}.pdp-section img{max-width:100%;height:auto}.mega2{display:flex;width:1000px;max-width:calc(100vw - 32px);height:490px;padding:0;overflow:hidden;box-shadow:1px 1px 6px rgba(0,0,0,.18)}.nav-item:hover .mega2:before{content:"";position:absolute;top:-6px;left:40px;width:12px;height:12px;background:#fff;transform:rotate(45deg);box-shadow:-1px -1px 2px rgba(0,0,0,.06)}.mega2-left{flex:0 0 280px;background:#fff;overflow-y:auto;padding:0;border-right:1px solid var(--border-2)}.mega2-left a{display:flex;align-items:center;gap:12px;padding:16px;font-size:16px;font-weight:400;color:var(--text-2);cursor:pointer;border-bottom:1px solid var(--line-2,#f4f6f9);border-bottom:1px solid #f2f4f7}.mega2-left a.on{background:#f2f7fd}.mega2-left a.on,.mega2-left a:hover .m-name{color:var(--primary)}.mega2-left .m-ico{width:44px;height:44px;border-radius:50%;overflow:hidden;background:var(--bg-layout);flex:none;display:flex;align-items:center;justify-content:center}.mega2-left .m-ico img{width:100%;height:100%;object-fit:cover}.mega2-left .m-name{flex:1 1}.mega2-left .m-caret{opacity:.35;flex:none}.mega2-right{flex:1 1;overflow-y:auto;padding:22px 26px;background:#fff}.mega2-cols{column-count:3;column-gap:30px}@media(max-width:1100px){.mega2-cols{column-count:2}}.mega2-sub{page-break-inside:avoid;break-inside:avoid;margin-bottom:18px;display:inline-block;width:100%}.mega2-sub-h{display:block;font-size:15px;font-weight:700;color:var(--primary);margin-bottom:8px;text-transform:capitalize}.mega2-sub-h:hover{text-decoration:underline}.mega2-sub-items{display:flex;flex-direction:column;gap:1px}.mega2-sub-items a{font-size:14px;color:var(--text-2);padding:4px 0;text-transform:capitalize}.mega2-empty a,.mega2-sub-items a:hover{color:var(--primary)}.mega2-empty a{font-size:16px;font-weight:600}.brand-drop{width:290px;max-height:460px;overflow-y:auto;padding:0}.nav-item:hover .brand-drop{position:absolute}.brand-row{display:flex;align-items:center;gap:12px;padding:12px 16px;font-size:16px;color:var(--text-2);border-bottom:1px solid #f2f4f7}.brand-row:hover{background:#f2f7fd;color:var(--primary)}.brand-row .m-ico{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#f6f8fb;border:1px solid #eef2f7;flex:none;display:flex;align-items:center;justify-content:center;padding:5px}.brand-row .m-ico img{max-width:100%;max-height:100%;object-fit:contain}.brand-row .m-name{flex:1 1}.search-head{padding:22px 0 6px}.search-head h1{font-size:22px;font-weight:700;margin:0}.search-head .count{font-size:14px;color:var(--text-3);margin-top:4px}.search-chips{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:10px 0 6px}.search-chips .sc-label{font-size:13px;color:var(--text-3);font-weight:600}.sc-chip{font-size:13px;color:var(--text-2);background:var(--primary-bg);border:1px solid #d5e6f8;border-radius:999px;padding:5px 12px}.sc-chip b{color:var(--primary);font-weight:600;text-transform:capitalize}.search-sortbar{display:flex;justify-content:flex-end;padding:8px 0 16px;border-bottom:1px solid var(--border-2);margin-bottom:16px}.cart-page{padding:24px 0 50px}.cart-title{font-size:24px;font-weight:700;margin:0 0 20px}.cart-title span{font-size:16px;color:var(--text-3);font-weight:400}.cart-layout{grid-template-columns:1fr 340px}@media(max-width:820px){.cart-layout{grid-template-columns:1fr}}.cart-items{display:flex;flex-direction:column;gap:12px}.cart-item{display:flex;gap:16px;background:#fff;border:1px solid var(--border-2);border-radius:12px;padding:14px}.ci-img{flex:none;width:96px;height:120px;border-radius:8px;overflow:hidden;background:var(--bg-layout)}.ci-img img{width:100%;height:100%;object-fit:contain}.ci-info{flex:1 1;min-width:0}.ci-brand{font-size:12px;color:var(--primary);font-weight:600}.ci-name{display:block;font-size:15px;font-weight:600;color:var(--text);margin:2px 0 4px;line-height:1.35}.ci-name:hover{color:var(--primary)}.ci-attrs{font-size:13px;color:var(--text-2);margin-bottom:12px}.ci-controls{display:flex;align-items:center;gap:16px;margin-top:8px}.ci-qty{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:999px;overflow:hidden}.ci-qty button{width:34px;height:34px;border:none;background:#fff;font-size:18px;cursor:pointer;color:var(--text)}.ci-qty button:disabled{color:var(--text-3);cursor:not-allowed}.ci-qty button:hover:not(:disabled){background:var(--primary-bg);color:var(--primary)}.ci-qty span{min-width:34px;text-align:center;font-size:14px;font-weight:600}.ci-remove{background:none;border:none;font-family:inherit}.ci-remove:hover{text-decoration:underline}.ci-price{text-align:right;flex:none}.ci-now{font-size:17px;font-weight:700;color:var(--text)}.ci-mrp{font-size:13px;color:var(--text-3);text-decoration:line-through}.cart-summary{background:#fff;border:1px solid var(--border-2);border-radius:12px;padding:20px;position:-webkit-sticky;position:sticky;top:80px}.cart-summary h3{font-size:17px;margin:0 0 16px}.cs-row{color:var(--text-2);padding:8px 0}.cs-row b{color:var(--text);font-weight:600}.cs-row .free{color:var(--success)}.cs-row.total{border-top:1px solid var(--border-2);margin-top:8px;padding-top:14px;font-size:17px}.cs-row.total b{font-size:19px}.cs-coupon{margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid var(--border-2)}.cs-coupon-in{display:flex;gap:8px}.cs-coupon-in input{flex:1 1;border:1px dashed var(--border);border-radius:8px;padding:0 12px;color:var(--text)}.cs-coupon-in button,.cs-coupon-in input{height:40px;font-size:13px;font-family:inherit;background:#fff}.cs-coupon-in button{padding:0 16px;border:1px solid var(--primary);color:var(--primary);border-radius:8px;font-weight:600;cursor:pointer}.cs-coupon-in button:hover{background:var(--primary-bg)}.cs-coupon-msg{font-size:12px;margin-top:8px}.cs-coupon-msg.ok{color:var(--success)}.cs-coupon-msg.err{color:var(--error)}.cs-checkout{display:block;text-align:center;background:var(--primary);color:#fff;border-radius:999px;height:46px;line-height:46px;font-weight:600;font-size:15px;margin-top:16px;transition:background .15s}.cs-checkout:hover{background:var(--primary-hover)}.cs-continue{display:block;text-align:center;color:var(--primary);font-weight:600;font-size:14px;margin-top:12px}.cs-continue:hover{text-decoration:underline}.cart-empty{display:flex;flex-direction:column;align-items:center;gap:10px}.cart-empty h2{margin:8px 0 0}.cart-empty p{color:var(--text-2);margin:0 0 12px}.content-page{padding:8px 0 50px;max-width:860px}.content-page h1{margin:10px 0 18px}.content-body{font-size:15px;color:var(--text-2);line-height:1.75}.content-body h2{font-size:19px;font-weight:600;color:var(--text);margin:26px 0 10px}.content-body ul{padding-left:20px}.content-body li{margin:6px 0}.content-note{margin-top:26px;font-size:13px;color:var(--text-3);background:var(--bg-layout);border-radius:8px;padding:12px 14px}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin-top:10px}@media(max-width:720px){.contact-grid{grid-template-columns:1fr}}.contact-card{background:#fff;border:1px solid var(--border-2);border-radius:12px;padding:18px}.contact-card h3{font-size:15px;font-weight:600;margin:0 0 8px;color:var(--text)}.faq-list{display:flex;flex-direction:column;gap:10px}.faq{background:#fff;border:1px solid var(--border-2);border-radius:10px;padding:14px 18px}.faq summary{font-size:15px;font-weight:600;color:var(--text);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-size:20px;color:var(--text-3)}.faq[open] summary:after{content:"–"}.faq p{margin:12px 0 0;font-size:14px;color:var(--text-2);line-height:1.7}.auth-wrap{display:flex;justify-content:center;padding:40px 0 60px}.auth-card{width:100%;max-width:420px;background:#fff;border:1px solid var(--border-2);border-radius:16px;padding:32px}.auth-card h1{font-size:24px;font-weight:700;margin:0 0 6px}.auth-sub{font-size:14px;color:var(--text-2);margin:0 0 22px}.auth-form{gap:16px}.auth-form,.auth-form label{display:flex;flex-direction:column}.auth-form label{font-size:13px;font-weight:600;color:var(--text);gap:6px}.auth-form input[type=password],.auth-form input[type=text]{height:44px;border:1px solid var(--border);border-radius:10px;padding:0 14px;font-size:14px;font-family:inherit;background:#fff;color:var(--text);font-weight:400}.auth-form input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px rgba(23,85,166,.1)}.auth-row{display:flex;align-items:center;justify-content:space-between;font-weight:400}.auth-check{flex-direction:row!important;align-items:center;gap:7px;font-weight:400!important;color:var(--text-2)!important;font-size:13px}.auth-link{color:var(--primary);font-weight:600;font-size:13px}.auth-link:hover{text-decoration:underline}.auth-submit{height:46px;border:none;border-radius:999px;background:var(--primary);color:#fff;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s}.auth-submit:hover{background:var(--primary-hover)}.auth-or{display:flex;align-items:center;text-align:center;color:var(--text-3);font-size:13px}.auth-or:after,.auth-or:before{content:"";flex:1 1;height:1px;background:var(--border-2)}.auth-or span{padding:0 12px}.auth-otp{height:46px;border:1px solid var(--primary);border-radius:999px;background:#fff;color:var(--primary);font-size:15px;font-weight:600;font-family:inherit;cursor:pointer}.auth-otp:hover{background:var(--primary-bg)}.auth-foot{text-align:center;font-size:14px;color:var(--text-2);margin:22px 0 0}.checkout-page{padding:24px 0 50px}.co-form{background:#fff;border:1px solid var(--border-2);border-radius:12px;padding:22px}.co-form h3{font-size:17px;font-weight:700;margin:0 0 14px}.co-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.co-fields label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:var(--text);grid-column:1/3}.co-fields label.half{grid-column:auto}.co-fields input{height:44px;border:1px solid var(--border);border-radius:10px;padding:0 14px;font-size:14px;font-family:inherit;font-weight:400;background:#fff;color:var(--text)}.co-fields input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px rgba(23,85,166,.1)}@media(max-width:600px){.co-fields{grid-template-columns:1fr}.co-fields label,.co-fields label.half{grid-column:auto}}.co-saved{margin-bottom:18px}.co-addr{flex-direction:column;gap:2px;border-radius:10px;background:#fff;font-family:inherit;font-size:13px;color:var(--text-2)}.co-addr b{color:var(--text)}.co-addr.add{text-align:center}.co-pm{gap:12px;border-radius:10px;padding:14px 16px}.co-pm input{width:18px;height:18px}.co-pm div{display:flex;flex-direction:column}.co-err{margin-top:14px;background:#fdecec;border-radius:8px}.co-items{flex-direction:column;margin-bottom:14px;max-height:280px;overflow-y:auto}.co-item,.co-items{display:flex;gap:10px}.co-item{align-items:center}.co-item img{width:44px;height:52px;object-fit:contain;background:var(--bg-layout);border-radius:6px;flex:none}.co-it-info{flex:1 1;min-width:0;display:flex;flex-direction:column}.co-it-name{font-size:12.5px;color:var(--text-2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.co-it-qty{font-size:11.5px;color:var(--text-3)}.co-it-price{font-size:13px;font-weight:600;white-space:nowrap}.order-page{padding:24px 0 50px}.order-hero{text-align:center;padding:14px 0 26px}.order-tick{width:60px;height:60px;border-radius:50%;background:var(--success);display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.order-hero h1{font-size:26px;font-weight:700;margin:0 0 6px}.order-hero p{color:var(--text-2);margin:0}.order-meta{display:flex;gap:22px;justify-content:center;margin-top:14px;font-size:14px;color:var(--text-2)}.order-addr{font-size:14px;margin:0 0 4px}.order-row{background:#fff;border:1px solid var(--border-2);border-radius:12px;overflow:hidden}.or-head{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid var(--border-2);background:var(--bg-layout)}.or-id{font-weight:700;font-size:14px;margin-right:12px}.or-date{font-size:13px;color:var(--text-3)}.or-status{font-size:12px;font-weight:600;color:var(--success);background:#e6f7ee;border-radius:999px;padding:4px 12px}.or-body{gap:16px;padding:14px 16px}.or-body,.or-thumbs{display:flex;align-items:center}.or-thumbs{gap:6px}.or-thumbs img{width:44px;height:52px;object-fit:contain;background:var(--bg-layout);border-radius:6px}.or-more{font-size:12px;font-weight:600}.or-meta,.or-more{color:var(--text-3)}.or-meta{flex:1 1;display:flex;flex-direction:column;font-size:13px}.or-meta b{font-size:15px;color:var(--text)}.or-view{color:var(--primary);font-weight:600;font-size:14px;white-space:nowrap}.or-view:hover{text-decoration:underline}.brand-landing{background:#fff;padding-bottom:20px}.bl-banner{width:100%;height:auto;display:block}.bl-hero-fallback{background:linear-gradient(135deg,#1755A6,#0e3f7e);color:#fff}.bl-hero-in{padding:56px 40px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px}.bl-logo{width:120px;height:120px;object-fit:contain;background:#fff;border-radius:50%;padding:14px}.bl-hero-in h1{font-size:clamp(28px,5vw,44px);font-weight:800;letter-spacing:-.02em;margin:0}.bl-hero-in p{font-size:16px;color:#dbe8f7;margin:0;max-width:56ch}.bl-cta{display:inline-block;background:#fff;color:var(--primary);font-weight:700;font-size:15px;border-radius:999px;padding:12px 28px;margin-top:6px;transition:transform .15s}.bl-cta:hover{transform:translateY(-1px)}.bl-tiles{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}@media(max-width:900px){.bl-tiles{grid-template-columns:repeat(2,1fr)}}.bl-tile{display:flex;flex-direction:column;gap:4px;background:var(--bg-page);border:1px solid var(--border-2);border-radius:12px;padding:18px 20px;transition:all .15s}.bl-tile:hover{border-color:var(--primary);background:var(--primary-bg)}.bl-tile-name{font-size:16px;font-weight:600;color:var(--text)}.bl-tile-n{font-size:13px;color:var(--text-3)}.bl-testi{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}@media(max-width:820px){.bl-testi{grid-template-columns:1fr}}.bl-testi-card{background:var(--bg-page);border:1px solid var(--border-2);border-radius:12px;padding:20px}.bl-stars{color:#f5a742;font-size:15px;letter-spacing:2px}.bl-testi-card p{font-size:14px;color:var(--text);line-height:1.6;margin:10px 0}.bl-testi-by{font-size:13px;color:var(--text-3);font-weight:600}.bl-social{text-align:center}.bl-social-row{gap:14px}.bl-soc,.bl-social-row{display:flex;justify-content:center}.bl-soc{width:46px;height:46px;border-radius:50%;background:var(--primary-bg);color:var(--primary);align-items:center;transition:all .15s}.bl-soc:hover{background:var(--primary);color:#fff}.bl-all{text-align:center;padding:20px 0 40px}.bl-all .bl-cta{background:var(--primary);color:#fff}.bl-all .bl-cta:hover{background:var(--primary-hover)}.acct{position:relative}.acct-btn{display:inline-flex;align-items:center;gap:8px;background:none;border:1px solid var(--border-2);border-radius:999px;padding:5px 14px 5px 6px;cursor:pointer;font-family:inherit}.acct-btn:hover{border-color:var(--primary)}.acct-av{width:28px;height:28px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.acct-name{font-size:14px;font-weight:600;color:var(--text)}.acct-drop{position:absolute;right:0;top:44px;background:#fff;border:1px solid var(--border-2);border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,.12);min-width:200px;padding:8px;z-index:60;display:flex;flex-direction:column}.acct-tier{font-size:12px;color:var(--text-3);padding:6px 12px;border-bottom:1px solid var(--border-2);margin-bottom:4px}.acct-tier b{color:var(--primary)}.acct-drop a,.acct-drop button{text-align:left;padding:9px 12px;border-radius:8px;font-size:14px;color:var(--text-2);background:none;border:none;cursor:pointer;font-family:inherit}.acct-drop a:hover,.acct-drop button:hover{background:var(--primary-bg);color:var(--primary)}.auth-form select{height:44px;border:1px solid var(--border);border-radius:10px;padding:0 12px;font-size:14px;font-family:inherit;background:#fff;color:var(--text)}.auth-devtag{font-size:10px;font-weight:700;color:var(--warning);background:var(--part-bg,#fdf1e3);border-radius:4px;padding:1px 6px;margin-left:6px;text-transform:uppercase}.pdp-pv{font-size:14px;color:var(--text-2)}.pdp-pv b{color:var(--text);font-weight:700}.pdp-comm{font-size:12px;font-weight:700;color:#ad4e00}.loc-overlay{position:fixed;inset:0;background:rgba(15,23,38,.5);z-index:1000;display:flex;align-items:flex-start;justify-content:center;padding:80px 16px}.loc-modal{background:#fff;border-radius:16px;width:100%;max-width:460px;padding:24px;box-shadow:0 24px 60px rgba(0,0,0,.25)}.loc-head{display:flex;align-items:center;justify-content:space-between}.loc-head h3{font-size:19px;font-weight:700;margin:0}.loc-x{background:none;border:none;font-size:26px;line-height:1;color:var(--text-3);cursor:pointer}.loc-sub{font-size:13.5px;color:var(--text-2);margin:6px 0 18px}.loc-form{display:flex;gap:10px}.loc-form input{flex:1 1;height:46px;border:1px solid var(--border);border-radius:10px;padding:0 14px;font-size:15px;font-family:inherit;color:var(--text)}.loc-form input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px rgba(23,85,166,.1)}.loc-apply{height:46px;padding:0 22px;border:none;border-radius:10px;background:var(--primary);color:#fff;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer}.loc-apply:hover{background:var(--primary-hover)}.loc-err{color:var(--error);font-size:13px;margin-top:10px}.loc-detect{display:inline-flex;align-items:center;gap:7px;background:none;border:none;color:var(--primary);font-weight:600;font-size:14px;font-family:inherit;cursor:pointer;margin-top:14px}.loc-detect:hover{text-decoration:underline}.loc-popular{margin-top:22px;border-top:1px solid var(--border-2);padding-top:16px}.loc-pop-label{font-size:13px;font-weight:600;color:var(--text-2)}.loc-pop-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px;gap:8px;margin-top:10px}.loc-chip{display:flex;flex-direction:column;align-items:flex-start;border:1px solid var(--border-2);border-radius:10px;padding:9px 12px;background:#fff;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;color:var(--text)}.loc-chip small{font-size:11.5px;color:var(--text-3);font-weight:400;margin-top:1px}.loc-chip.on,.loc-chip:hover{border-color:var(--primary);background:var(--primary-bg)}.loc-chip.on{color:var(--primary)}.acct-page{display:grid;grid-template-columns:260px 1fr;grid-gap:24px;gap:24px;padding:24px 0 50px;align-items:start}@media(max-width:820px){.acct-page{grid-template-columns:1fr}}.acct-side{background:#fff;border:1px solid var(--border-2);border-radius:12px;overflow:hidden;position:-webkit-sticky;position:sticky;top:80px}.acct-user{display:flex;align-items:center;gap:12px;padding:18px 16px;border-bottom:1px solid var(--border-2);background:var(--bg-page)}.acct-av.lg{width:44px;height:44px;font-size:18px}.acct-user b{font-size:14px;display:block}.acct-tier2{font-size:12px;color:var(--primary);font-weight:600}.acct-side nav{display:flex;flex-direction:column;padding:8px}.acct-side nav a,.acct-side nav button{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:8px;font-size:14px;color:var(--text-2);background:none;border:none;cursor:pointer;font-family:inherit;text-align:left}.acct-side nav a.on,.acct-side nav a:hover,.acct-side nav button:hover{background:var(--primary-bg);color:var(--primary)}.acct-side nav a.on{font-weight:600}.acct-content{background:#fff;border:1px solid var(--border-2);border-radius:12px;padding:26px;min-height:400px}.acct-h1{font-size:22px;font-weight:700;margin:0 0 6px}.acct-sub2{color:var(--text-2);font-size:14px;margin:0 0 20px}.acct-head-row{display:flex;align-items:center;justify-content:space-between}.acct-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-bottom:22px}@media(max-width:600px){.acct-cards{grid-template-columns:1fr}}.acct-stat{display:flex;flex-direction:column;gap:4px;background:var(--bg-page);border:1px solid var(--border-2);border-radius:12px;padding:18px}.acct-stat .n{font-size:26px;font-weight:800;color:var(--primary)}.acct-stat .l{font-size:13px;color:var(--text-3)}a.acct-stat:hover{border-color:var(--primary)}.acct-links2{display:flex;flex-direction:column;gap:8px}.acct-links2 a{color:var(--primary);font-weight:600;font-size:14px}.acct-links2 a:hover{text-decoration:underline}.acct-form{display:flex;flex-direction:column;gap:14px;max-width:520px}.acct-form.co-fields{display:grid;grid-template-columns:1fr 1fr;max-width:100%}.acct-form label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:var(--text)}.acct-form.co-fields label:not(.half){grid-column:1/3}.acct-form input{height:44px;border:1px solid var(--border);border-radius:10px;padding:0 14px;font-size:14px;font-family:inherit;font-weight:400;background:#fff;color:var(--text)}.acct-form input:disabled{background:var(--bg-layout);color:var(--text-3)}.acct-form input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px rgba(23,85,166,.1)}.acct-addr-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}@media(max-width:600px){.acct-addr-list{grid-template-columns:1fr}}.acct-addr{gap:12px;border:1px solid var(--border-2);border-radius:10px;padding:14px}.acct-addr b{font-size:14px}.acct-addr p{font-size:13px;color:var(--text-2);margin:4px 0}.acct-addr span{font-size:13px;color:var(--text-3)}.acct-table{font-size:14px}.acct-table th{font-size:12px;color:var(--text-3)}.acct-table td{padding:11px 12px;border-bottom:1px solid var(--line-2,#f2f4f7);color:var(--text-2)}.empty{padding:80px 20px;text-align:center;color:var(--text-3)}.doc-panel{background:#fff;border:1px solid var(--border-2);border-radius:12px;padding:22px 24px;margin-top:16px}.doc-panel-h{font-size:20px;font-weight:600;margin:0 0 18px}.doc-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.doc-row{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid var(--border-2);border-radius:10px;padding:14px 16px}.doc-title{font-size:14px;color:var(--text);font-weight:500}.doc-dl{flex-shrink:0;display:inline-flex;align-items:center;gap:7px;background:var(--primary);color:#fff;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;text-decoration:none}.doc-dl:hover{background:var(--primary-600,#13488c)}@media(max-width:700px){.doc-grid{grid-template-columns:1fr}}.dl-layout{display:grid;grid-template-columns:250px 1fr;grid-gap:0;gap:0;margin-top:18px}.dl-filters{border-right:1px solid var(--border-2);padding:4px 22px 40px 0}.filters-title{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:600;margin:0 0 16px}.fcard{border:1px solid var(--border-2);border-radius:10px;padding:14px 16px;margin-bottom:16px}.fcard-h{font-size:16px;font-weight:600;margin:0 0 10px;justify-content:space-between}.fcard label,.fcard-h{display:flex;align-items:center}.fcard label{gap:9px;font-size:14px;color:var(--text-2);padding:5px 0;cursor:pointer}.fcard input{width:auto;accent-color:var(--primary)}.dl-content{padding:0 0 40px 26px;min-width:0}.dl-head{justify-content:space-between;gap:16px;padding-bottom:16px;border-bottom:1px solid var(--border-2);margin-bottom:22px;flex-wrap:wrap}.dl-head,.dl-headl{display:flex;align-items:center}.dl-headl{gap:14px}.dl-headico{width:44px;height:44px;border-radius:50%;background:var(--primary-bg,#eef4fb);color:var(--primary);display:flex;align-items:center;justify-content:center;flex:none}.dl-headl h2{font-size:20px;font-weight:600;margin:0}.dl-count{font-size:13px;color:var(--text-2)}.dl-searchbox{position:relative;width:320px;max-width:100%}.dl-searchbox input{width:100%;height:40px;border:1px solid var(--border-2);border-radius:8px;padding:0 40px 0 14px;font-size:14px}.dl-searchbox img{position:absolute;right:14px;top:50%;transform:translateY(-50%);opacity:.5}.dl-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:20px;gap:20px}.dl-card{display:flex;flex-direction:column;border:1px solid var(--border-2);border-radius:12px;overflow:hidden;background:#fff}.dl-thumb{aspect-ratio:3/4;background:#f6f7f9;display:flex;align-items:center;justify-content:center}.dl-thumb img{width:100%;height:100%;object-fit:cover}.dl-cardbody{padding:14px 14px 16px;display:flex;flex-direction:column;gap:12px;flex:1 1}.dl-cardbody h3{font-size:14px;font-weight:600;margin:0;flex:1 1}.dl-golink{display:block;text-align:center;background:var(--primary);color:#fff;border-radius:8px;padding:9px 0;font-size:13px;font-weight:600;text-decoration:none}.dl-golink:hover{background:var(--primary-600,#13488c)}@media(max-width:768px){.dl-layout{grid-template-columns:1fr}.dl-filters{border-right:none;padding-right:0}.dl-content{padding-left:0}}.mtg{margin-top:22px}.mtg-modes{display:inline-flex;border:1px solid var(--border-2);border-radius:8px;overflow:hidden;margin-bottom:18px}.mtg-modes button{background:#fff;border:none;padding:9px 18px;font-size:14px;color:var(--text-2);cursor:pointer;border-right:1px solid var(--border-2)}.mtg-modes button:last-child{border-right:none}.mtg-modes button.on{background:var(--primary);color:#fff;font-weight:600}.mtg-controls{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:22px}.mtg-controls select{height:40px;min-width:200px;border:1px solid var(--border-2);border-radius:8px;padding:0 12px;font-size:14px;background:#fff}.mtg-search{height:40px;padding:0 26px;background:var(--primary);color:#fff;border:none;border-radius:20px;font-size:14px;font-weight:600;cursor:pointer}.mtg-search:disabled{opacity:.5;cursor:not-allowed}.mtg-tablewrap{overflow-x:auto;border:1px solid var(--border-2);border-radius:10px}.mtg-table{min-width:900px}.apa{margin-top:22px}.apa-controls{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.apa-controls input,.apa-controls select{height:40px;border:1px solid var(--border-2);border-radius:8px;padding:0 12px;font-size:14px;background:#fff}.apa-controls select{min-width:180px}.apa-controls input{flex:1 1;min-width:200px}.apa-controls button{height:40px;padding:0 24px;background:var(--primary);color:#fff;border:none;border-radius:20px;font-size:14px;font-weight:600;cursor:pointer}.bd-helpline{background:var(--primary-50,#eef4fb);border:1px solid var(--primary);color:var(--text-1);padding:8px 16px;font-size:14px}.bd-helpline b{color:var(--primary)}.bd-form{margin-top:20px}.checkline{display:flex!important;flex-direction:row!important;align-items:center;gap:10px;font-size:14px;color:var(--text-2)}.checkline input{width:auto}.form-success{text-align:center;padding:60px 20px;margin-top:20px;border:1px solid var(--border-2);border-radius:14px;background:#fff}.fs-tick{width:64px;height:64px;margin:0 auto 18px;border-radius:50%;background:#e8f6ee;color:#1a9d54;display:flex;align-items:center;justify-content:center;font-size:32px}.form-success h2{font-size:20px;font-weight:700;margin:0 0 8px}.form-success p{font-size:14px;color:var(--text-2);max-width:440px;margin:0 auto}:root{--bp-blue:#0057AC;--bp-accent:#6F0000;--bp-accent-2:#8B0D17;--bp-orange:#FF750F;--bp-orange-a:#FF8500;--bp-orange-b:#FFC200;--bp-pink:#FFF1F2;--bp-pink-2:#FFE1E1;--bp-peach:#FFD0A8;--bp-warm:#7D6D68;--bp-fbord:#EBDFD8;--bp-circle:#ECF8FF;--bp-muted:#5C616E;--bp-dark:#190E2D;--bp-border:#F0F0F0;--bp-star:#FFDA00;--bp-cream:#FFFBE4}.bp{width:100%;background:#fff}.bp-sec{max-width:1200px;margin:0 auto;padding:44px 20px}.bp-anchor{scroll-margin-top:calc(var(--header-h) + 60px)}.bp-brandnav{position:-webkit-sticky;position:sticky;top:var(--header-h);z-index:900;background:#fff;border-bottom:1px solid var(--bp-border);box-shadow:0 1px 8px rgba(0,0,0,.04)}.bp-brandnav-inner{max-width:1280px;margin:0 auto;padding:0 24px;height:56px;display:flex;align-items:center;justify-content:space-between;gap:24px}.bp-brandnav-logo{height:34px;width:auto;max-width:180px;object-fit:contain}.bp-brandnav-wordmark{font-family:SF Pro,sans-serif;font-size:20px;font-weight:700;letter-spacing:.02em;color:var(--bp-dark)}.bp-brandnav-links{display:flex;align-items:center;gap:30px;overflow-x:auto;scrollbar-width:none}.bp-brandnav-links::-webkit-scrollbar{display:none}.bp-brandnav-links a{font-family:SF Pro,sans-serif;font-size:14px;font-weight:500;color:rgba(0,0,0,.72);text-decoration:none;white-space:nowrap;transition:color .15s}.bp-brandnav-links a:hover{color:var(--bp-accent)}.bp-head{text-align:center;margin-bottom:30px}.bp-head-row{display:flex;align-items:center;justify-content:center;gap:20px;max-width:1000px;margin:0 auto}.bp-head-row h2{font-family:SF Pro,sans-serif;font-size:24px;font-weight:590;line-height:36px;text-transform:uppercase;color:var(--bp-accent);white-space:nowrap;margin:0}.bp-rule{flex:1 1;height:1px;background:rgba(0,0,0,.06);max-width:460px}.bp-sub{font-family:SF Pro,sans-serif;font-size:16px;font-weight:400;line-height:24px;text-transform:capitalize;color:rgba(0,0,0,.45);margin:6px 0 0}.bp-cta-eyebrow,.bp-eyebrow,.bp-hero-eyebrow,.bp-partner-eyebrow{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--bp-orange)}.bp-about .bp-eyebrow{color:var(--bp-accent)}.bp-hero-carousel{position:relative;width:100%;min-height:500px}.bp-hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .6s ease;pointer-events:none}.bp-hero-slide.on{opacity:1;pointer-events:auto;position:relative}.bp-hero-img{display:block;width:100%;line-height:0}.bp-hero-banner{width:100%;height:auto;display:block}.bp-hero-btnwrap{position:absolute;bottom:11%;left:50%;transform:translateX(-50%);width:100%;max-width:1200px;padding:0 40px;display:flex;line-height:normal;z-index:2}.bp-hero-btnwrap.pos-left{justify-content:flex-start}.bp-hero-btnwrap.pos-center{justify-content:center}.bp-hero-btnwrap.pos-right{justify-content:flex-end}.bp-hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.85);border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 10px rgba(0,0,0,.12);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#18120b;transition:background .15s}.bp-hero-arrow:hover{background:#fff}.bp-hero-arrow.prev{left:20px}.bp-hero-arrow.next{right:20px}.bp-hero-dots{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:3}.bp-hero-dots button{width:9px;height:9px;border-radius:50%;border:none;background:rgba(0,0,0,.25);cursor:pointer;padding:0}.bp-hero-dots button.on{background:#18120b;width:22px;border-radius:5px}.bp-hero{width:100%;min-height:500px;display:flex;align-items:center;color:#3a2a1a}.bp-hero-inner{max-width:1200px;margin:0 auto;padding:56px 40px;width:100%}.bp-badge{display:inline-block;background:var(--bp-orange);color:#fff;font-size:11px;font-weight:700;letter-spacing:.08em;padding:5px 13px;border-radius:20px;margin-bottom:16px}.bp-hero-eyebrow{margin-bottom:8px;color:#8a5a2a;font-size:13px}.bp-hero-h{font-size:52px;line-height:1.02;font-weight:600;margin:0 0 16px;max-width:560px;letter-spacing:-.01em}.bp-hero-sub{font-size:16px;line-height:1.65;max-width:440px;margin:0 0 26px;color:#5a4636}.bp-hero-cta{display:inline-block;background:var(--bp-accent);color:#fff;font-size:16px;font-weight:510;letter-spacing:.02em;text-transform:uppercase;padding:12px 30px;border-radius:4px;text-decoration:none}.bp-hero-cta:hover{background:var(--bp-accent-2)}.bp-hero-feats{display:flex;gap:28px;margin-top:28px;font-size:12px;font-weight:700;letter-spacing:.06em;color:#6a4a2a}.bp-hero-feats span{display:inline-flex;align-items:center;gap:6px}.bp-tilerail-wrap{position:relative;max-width:1200px;margin:0 auto;padding:0 20px}.bp-tilerail{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-bottom:4px;scrollbar-width:none}.bp-tilerail::-webkit-scrollbar{display:none}.bp-tile{flex:0 0 calc((100% - (var(--per,4) - 1) * 16px) / var(--per,4));scroll-snap-align:start;text-decoration:none;display:flex;flex-direction:column;gap:10px}.bp-tile-img{width:100%;border-radius:8px;background:var(--bp-circle) center/cover no-repeat;display:block}.bp-tile.square .bp-tile-img{aspect-ratio:1/1}.bp-tile.portrait .bp-tile-img{aspect-ratio:3/4}.bp-tile-label{text-align:center;font-size:14px;color:var(--bp-muted)}.bp-tile:hover .bp-tile-label{color:var(--bp-accent)}.bp-rail-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid var(--bp-border);box-shadow:0 2px 10px rgba(0,0,0,.12);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#18120b}.bp-rail-arrow:hover{background:#fafafa}.bp-rail-arrow.prev{left:-6px}.bp-rail-arrow.next{right:-6px}@media(max-width:900px){.bp-tile{flex-basis:calc((100% - 16px)/2)}}.bp-rail{display:flex;gap:18px;overflow-x:auto;padding-bottom:8px}.bp-rail-item{flex:0 0 240px;max-width:240px}.bpc{display:flex;flex-direction:column;background:#fff;height:100%;border:1px solid rgba(0,0,0,.12);border-radius:8px;overflow:hidden}.bpc-imglink{display:block;text-decoration:none}.bpc-img{position:relative;aspect-ratio:27/30;background:#F2F7FD;overflow:hidden;display:flex;align-items:center;justify-content:center}.bpc-img img{width:100%;height:100%;object-fit:contain}.bpc-new{position:absolute;top:10px;left:10px;z-index:2;background:linear-gradient(90deg,var(--bp-orange-a),var(--bp-orange-b));color:#fff;font-size:11px;font-weight:700;letter-spacing:.04em;padding:2px 9px;border-radius:4px}.bpc-info{display:flex;flex-direction:column;gap:12px;padding:12px;flex:1 1}.bpc-name{font-weight:700;line-height:20px;color:rgba(0,0,0,.85);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:40px}.bpc-cart,.bpc-name{font-size:15px;text-decoration:none}.bpc-cart{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;color:#F2F7FD;background:var(--bp-accent);border-radius:4px;padding:10px 0;font-weight:400;cursor:pointer;font-family:inherit;width:100%}.bpc-cart:hover{background:var(--bp-accent-2)}.bpc .price{display:flex;flex-direction:column;align-items:flex-start;gap:1px}.bpc .price .lbl{font-size:11px;font-weight:400;line-height:16px;color:rgba(0,0,0,.45)}.bpc .price .now{font-size:16px;font-weight:700;line-height:22px;color:rgba(0,0,0,.88)}.bpc .price .mrp-strike{font-size:12px;color:rgba(0,0,0,.45);text-decoration:line-through}.bpc .price.partner{flex-direction:row;align-items:stretch;gap:0}.bpc .price.partner .pc{display:flex;flex-direction:column;flex:1 1;padding:0 8px;min-width:0}.bpc .price.partner .pc:first-child{padding-left:0}.bpc .price.partner .pc:not(:first-child){border-left:1px solid var(--bp-border)}.bpc .price.partner .pc.pv{align-items:flex-end;padding-right:0}.bpc .price.partner .lbl{font-size:11px;font-weight:400;color:rgba(0,0,0,.45)}.bpc .price.partner .v{font-size:14px;font-weight:700;color:rgba(0,0,0,.88);white-space:nowrap}.bp-rail::-webkit-scrollbar{height:6px}.bp-rail::-webkit-scrollbar-thumb{background:var(--border);border-radius:6px}.bp-use-row{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:14px;gap:14px}.bp-use{aspect-ratio:1/1.15;border-radius:10px;display:flex;align-items:flex-end;padding:12px;text-decoration:none;position:relative;overflow:hidden}.bp-use:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 40%,rgba(0,0,0,.55))}.bp-use span{position:relative;z-index:1;color:#fff;font-size:13px;font-weight:600}.bp-feat-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.bp-feat{text-align:left;display:flex;align-items:center;gap:15px}.bp-feat-ico{width:60px;height:60px;flex:0 0 60px;border-radius:50%;background:var(--bp-pink-2);display:inline-flex;align-items:center;justify-content:center}.bp-feat h4{font-weight:590;line-height:24px;text-transform:capitalize;color:#000}.bp-feat h4,.bp-feat p{font-size:14px;margin:0}.bp-feat p{line-height:20px;color:rgba(0,0,0,.45)}.bp-cta{width:100%;min-height:300px;display:flex;align-items:center;color:#fff}.bp-cta-inner{max-width:1200px;margin:0 auto;padding:48px 40px;width:100%}.bp-cta-tag{display:inline-block;background:linear-gradient(90deg,var(--bp-orange-a),var(--bp-orange-b));color:#fff;font-size:11px;font-weight:700;letter-spacing:.08em;padding:5px 12px;border-radius:4px;margin-bottom:12px}.bp-cta-eyebrow{color:#ffd9b3;margin-bottom:6px}.bp-cta-h{font-size:34px;font-weight:600;margin:0 0 10px;max-width:640px}.bp-cta-sub{font-size:15px;max-width:520px;margin:0 0 20px;opacity:.92}.bp-cta-actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.bp-cta-btn{display:inline-block;background:#fff;color:#18120b;font-size:13px;font-weight:700;padding:12px 24px;border-radius:6px;text-decoration:none}.bp-cta-link{color:#fff;font-weight:600;text-decoration:underline;font-size:14px}.bp-cta.flowchart{min-height:460px;justify-content:center;text-align:center}.bp-cta.flowchart .bp-cta-inner{text-align:center;max-width:900px}.bp-cta.flowchart .bp-cta-eyebrow{color:#F4F4F5;font-size:16px;font-weight:590;letter-spacing:.04em;text-transform:capitalize;margin-bottom:12px}.bp-cta.flowchart .bp-cta-h{font-family:SF Pro,sans-serif;font-size:56px;line-height:1.06;font-weight:590;color:#FFAD6E;max-width:none;margin:0 0 14px;text-transform:capitalize}.bp-cta.flowchart .bp-cta-sub{font-size:22px;line-height:1.35;color:#F4F4F5;max-width:680px;margin:0 auto;opacity:1;text-transform:capitalize}.bp-fcards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.bp-fcard-img{aspect-ratio:4/3}.bp-fcard h3{font-size:20px;font-weight:600;margin:16px 18px 6px}.bp-fcard p{font-size:13px;color:var(--bp-muted);margin:0 18px 14px;line-height:1.6}.bp-fcard{border:1px solid var(--bp-fbord);border-radius:8px;overflow:hidden;background:#fff}.bp-fcard-cta{display:inline-block;margin:0 18px 18px;font-size:13px;font-weight:400;color:var(--bp-accent);text-decoration:none}.bp-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.bp-stat{text-align:center;padding:24px 12px;background:var(--bp-pink);border-radius:8px}.bp-stat-v{font-size:24px;line-height:36px;color:rgba(0,0,0,.88)}.bp-stat-l,.bp-stat-v{display:block;font-weight:590}.bp-stat-l{font-size:16px;color:var(--bp-accent);margin-top:4px}.bp-about{display:grid;grid-template-columns:1fr 1fr;grid-gap:36px;gap:36px;align-items:center}.bp-about-media{aspect-ratio:16/10;border-radius:14px;position:relative}.bp-about-text .bp-eyebrow{margin-bottom:8px}.bp-about-text h2{font-size:26px;font-weight:600;margin:0 0 14px}.bp-about-text p{font-size:14px;line-height:1.7;color:var(--text-2);margin:0 0 12px;white-space:pre-line}.bp-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;border-radius:50%;background:rgba(255,255,255,.9);color:var(--bp-accent);display:flex;align-items:center;justify-content:center;font-size:20px}.bp-play.sm{width:40px;height:40px;font-size:13px}.bp-vcards{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.bp-vcard-img{aspect-ratio:3/4;border-radius:12px;position:relative}.bp-vcard p{font-size:13px;color:var(--text-2);margin:10px 0 0;line-height:1.5}.bp-events{display:grid;grid-template-columns:1.3fr 1fr;grid-gap:22px;gap:22px}.bp-event-featured{border-radius:14px;min-height:280px;display:flex;align-items:flex-end;position:relative;overflow:hidden}.bp-event-featured:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 30%,rgba(0,0,0,.7))}.bp-event-featured-body{position:relative;z-index:1;color:#fff;padding:22px}.bp-event-badge{display:inline-block;background:linear-gradient(90deg,var(--bp-orange-a),var(--bp-orange-b));font-size:11px;font-weight:700;padding:4px 10px;border-radius:4px;margin-bottom:10px}.bp-event-featured-body h3{font-size:22px;font-weight:600;margin:0 0 8px}.bp-event-featured-body p{font-size:13px;opacity:.92;margin:0;max-width:420px}.bp-event-list{display:flex;flex-direction:column;gap:16px}.bp-event{border:1px solid var(--bp-fbord);border-radius:10px;padding:16px 18px}.bp-event-tag{display:inline-block;font-size:11px;font-weight:590;letter-spacing:.04em;padding:3px 10px;border-radius:3px;background:var(--bp-accent);color:#fff;margin-bottom:8px}.bp-event h4{font-size:16px;font-weight:590;margin:0 0 6px}.bp-event p{font-size:14px;color:var(--bp-muted);margin:0 0 10px}.bp-event-cta{font-size:14px;font-weight:400;color:var(--bp-accent);text-decoration:none}.bp-partner{width:100%;background:linear-gradient(90deg,var(--bp-accent-2),#FF2B3A);color:#fff}.bp-partner-inner{max-width:1200px;margin:0 auto;padding:50px 40px;display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}.bp-partner-eyebrow{color:var(--bp-peach);margin-bottom:8px;font-weight:700}.bp-partner-lead h2{font-size:24px;font-weight:590;line-height:29px;margin:0 0 12px}.bp-partner-lead p{font-size:16px;line-height:24px;opacity:.95;margin:0 0 20px}.bp-partner-btn{display:inline-block;background:#fff;color:#000;font-weight:510;font-size:12px;padding:11px 22px;border-radius:3px;text-decoration:none}.bp-partner-steps{display:flex;flex-direction:column;gap:18px}.bp-step{display:flex;gap:14px;align-items:flex-start}.bp-step-n{flex:none;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;font-weight:700}.bp-step h4{font-size:15px;font-weight:600;margin:0 0 3px}.bp-step p{font-size:13px;opacity:.85;margin:0}.bp-personas{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.bp-persona{border:1px solid var(--bp-fbord);border-radius:6px;overflow:hidden;background:#fff}.bp-persona,.bp-persona-img{display:flex;flex-direction:column}.bp-persona-img{aspect-ratio:343/210;position:relative;justify-content:flex-end;padding:12px}.bp-persona-img:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 40%,rgba(0,0,0,.55))}.bp-persona-tag{position:absolute;top:10px;left:10px;z-index:2;background:#fff;color:var(--bp-accent);font-size:12px;font-weight:590;padding:2px 10px;border-radius:3px}.bp-persona-id{position:relative;z-index:2;display:flex;flex-direction:column;gap:2px}.bp-persona-name{color:#fff;font-size:18px;font-weight:590;line-height:22px;text-transform:capitalize}.bp-persona-role{color:#fff;font-size:13px;font-weight:400;opacity:.92}.bp-persona-quote{margin:0;padding:16px;font-size:14px;line-height:22px;color:var(--bp-warm)}.bp-community{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:14px;gap:14px}.bp-community-img{aspect-ratio:1/1;border-radius:12px;background-size:cover;background-position:50%}@media(max-width:900px){.bp-hero-h{font-size:32px}.bp-cta-h{font-size:26px}.bp-community,.bp-use-row{grid-template-columns:repeat(3,1fr)}.bp-feat-row,.bp-stats,.bp-vcards{grid-template-columns:repeat(2,1fr)}.bp-about,.bp-events,.bp-fcards,.bp-partner-inner{grid-template-columns:1fr}}.content-page{padding:24px 0 60px}.content-page h1{font-size:28px;font-weight:700;margin:6px 0 20px}.muted{color:var(--text-3)}.maintenance{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:60px 20px}.maintenance-inner{max-width:640px}.maintenance-icon{font-size:56px;margin-bottom:12px}.maintenance h1{font-size:26px;font-weight:700;margin:0 0 14px}.media-layout{display:grid;grid-template-columns:240px 1fr;grid-gap:28px;gap:28px;margin-top:8px}.media-filters h3{font-size:15px;font-weight:700;margin:0 0 12px}.media-check{display:flex;align-items:center;gap:8px;padding:6px 0;font-size:14px;color:var(--text-2);cursor:pointer}.media-head{display:flex;justify-content:space-between;gap:16px;margin-bottom:18px;flex-wrap:wrap}.media-count{font-size:14px;color:var(--text-2);font-weight:600}.media-search{border:1px solid var(--border-2);border-radius:8px;padding:9px 12px;font-size:14px;min-width:220px}.media-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.media-card{display:flex;flex-direction:column;gap:8px;text-decoration:none;color:inherit;background:none;border:none;padding:0;cursor:pointer;text-align:left;font-family:inherit}.media-thumb{aspect-ratio:16/10;border-radius:12px;background:var(--bg-layout,#f2f4f7) center/cover no-repeat;position:relative}.media-play,.media-thumb{display:flex;align-items:center;justify-content:center}.media-play{width:44px;height:44px;border-radius:50%;background:rgba(0,0,0,.55);color:#fff;font-size:16px}.media-title{font-size:14px;font-weight:600;color:var(--text)}.events-empty,.media-empty{padding:40px;text-align:center;color:var(--text-3)}.media-pager{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:26px}.media-pager button{border:1px solid var(--border-2);background:#fff;border-radius:8px;padding:8px 14px;cursor:pointer;font-size:14px}.media-pager button:disabled{opacity:.4;cursor:default}.media-modal{position:fixed;inset:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.media-modal-in{position:relative;background:#000;border-radius:12px;max-width:820px;width:100%}.media-modal-x{position:absolute;top:-14px;right:-14px;width:32px;height:32px;border-radius:50%;border:none;background:#fff;cursor:pointer;font-size:15px}.page-brand{padding:20px 0 60px}.pb-banner{width:100%;border-radius:14px;display:block;margin-bottom:8px}.pb-hero-fallback{background:linear-gradient(120deg,#0057AC,#0a3f78);color:#fff;border-radius:14px;padding:56px 32px;text-align:center}.pb-hero-fallback h1{font-size:32px;font-weight:700;margin:0 0 8px}.pb-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;margin-top:8px}.pb-card{border:1px solid var(--border-2);border-radius:12px;overflow:hidden;background:#fff;display:flex;flex-direction:column}.pb-card-img{aspect-ratio:1/1;background:#f7f9fc;display:flex;align-items:center;justify-content:center}.pb-card-img img{width:100%;height:100%;object-fit:contain}.pb-card h3{font-size:15px;font-weight:600;margin:12px 12px 6px}.pb-src-btn{margin:0 12px 14px;font-size:13px;font-weight:600;color:var(--primary);text-decoration:none}.pb-detail{border-top:1px solid var(--border-2);padding:28px 0;scroll-margin-top:90px}.pb-detail h3{font-size:20px;font-weight:700;margin:0 0 12px}.pb-detail-sec h4{font-size:16px;font-weight:600;margin:16px 0 6px}.events-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.events-tabs button{border:1px solid var(--border-2);background:#fff;border-radius:20px;padding:8px 16px;cursor:pointer;font-size:13px;font-weight:600;color:var(--text-2)}.events-tabs button.on{background:var(--primary);color:#fff;border-color:var(--primary)}.events-filters{display:flex;flex-wrap:wrap;margin-bottom:18px}.events-filters input,.events-filters select{border:1px solid var(--border-2);border-radius:8px;padding:9px 12px;font-size:14px}.events-table-wrap{overflow-x:auto;border:1px solid var(--border-2);border-radius:12px}.events-table{width:100%;border-collapse:collapse;font-size:13px;min-width:640px}.events-table th{background:#f7f9fc;text-align:left;padding:11px 14px;font-weight:600;color:var(--text-2);white-space:nowrap}.events-table td{padding:11px 14px;border-top:1px solid var(--border-2);color:var(--text)}.events-up{display:inline-block;margin-left:8px;background:#e8f5e9;color:#2e7d32;font-size:11px;font-weight:700;padding:1px 7px;border-radius:4px}.grv-layout{display:grid;grid-template-columns:1fr 300px;grid-gap:28px;gap:28px;margin-top:8px}.grv-form{gap:16px}.grv-row{display:flex;gap:24px}.grv-grid{grid-gap:16px;gap:16px}.grv-form label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:var(--text-2)}.grv-form input,.grv-form select,.grv-form textarea{border:1px solid var(--border-2);border-radius:8px;padding:10px 12px;font-weight:400}.grv-form input:disabled{background:#f4f6f9}.grv-submit{align-self:flex-start;border-radius:8px;padding:11px 30px}.grv-contact{background:#f7f9fc;border:1px solid var(--border-2);border-radius:12px;padding:20px;height:-moz-fit-content;height:fit-content}.grv-contact h3{font-size:16px;font-weight:700;margin:0 0 12px}.grv-contact p{font-size:14px;margin:0 0 8px;color:var(--text-2)}.grv-done{background:#fff;color:var(--text);padding:36px 28px;text-align:center;max-width:420px}.grv-tick{width:56px;height:56px;border-radius:50%;background:#e8f5e9;color:#2e7d32;font-size:28px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.notif-list{list-style:none;margin:8px 0 0;padding:0;border:1px solid var(--border-2);border-radius:12px;overflow:hidden}.notif-item{display:flex;gap:14px;padding:16px;border-bottom:1px solid var(--border-2);align-items:flex-start}.notif-item:last-child{border-bottom:none}.notif-item.unread{background:#f6ffed;border-left:3px solid #52c41a}.notif-img{width:48px;height:48px;border-radius:8px;object-fit:cover;flex:none}.notif-img-ph{background:#eef2f7;display:inline-block}.notif-title{font-size:15px;font-weight:700;color:var(--text)}.notif-desc{font-size:14px;color:var(--text-2);margin:2px 0}.notif-time{font-size:12px;color:var(--text-3)}@media(max-width:900px){.media-layout{grid-template-columns:1fr}.media-grid,.pb-grid{grid-template-columns:repeat(2,1fr)}.grv-grid,.grv-layout{grid-template-columns:1fr}}.content-page{background:transparent}.rcm-card{background:#fff;border:1px solid #eef0f3;border-radius:14px;padding:28px 30px;box-shadow:0 1px 3px rgba(16,24,40,.04);margin-bottom:22px}.rcm-card-title{font-size:20px;font-weight:700;margin:0 0 22px}.grv-form{display:flex;flex-direction:column;gap:20px}.grv-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px 24px;gap:18px 24px}.grv-field{display:flex;flex-direction:column;gap:7px}.grv-full{grid-column:1/-1}.grv-lbl{font-size:13px;font-weight:600;color:var(--text-2)}.grv-lbl .req{color:#e0393e;margin-left:3px}.grv-lbl .opt{color:var(--text-3);font-weight:400}.grv-form input,.grv-form select,.grv-form textarea{border:1px solid #e3e7ee;border-radius:10px;padding:12px 14px;font-size:14px;font-family:inherit;width:100%;background:#fff}.grv-form input:focus,.grv-form select:focus,.grv-form textarea:focus{outline:none;border-color:var(--primary)}.grv-form input:disabled{background:#f5f6f8;color:var(--text-3)}.grv-radios{display:flex;gap:28px;padding:6px 0}.grv-radio{display:flex;align-items:center;gap:8px;font-size:14px;cursor:pointer;font-weight:400;white-space:nowrap}.grv-input-icon{position:relative;display:flex}.grv-input-icon input{padding-right:46px}.grv-input-icon button{position:absolute;right:0;top:0;bottom:0;width:44px;border:none;border-left:1px solid #e3e7ee;background:#f7f9fc;border-radius:0 10px 10px 0;cursor:pointer;color:var(--text-2);display:flex;align-items:center;justify-content:center}.grv-textarea{position:relative}.grv-count{position:absolute;right:12px;bottom:10px;font-size:12px;color:var(--text-3)}.grv-err{color:#c62828;font-size:13px;margin:0}.grv-submit{background:var(--primary);color:#fff;border:none;border-radius:10px;padding:14px;font-size:15px;font-weight:600;cursor:pointer;width:100%}.grv-submit:disabled{opacity:.6}.grv-contact-card{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.grv-contact-card h3{font-size:17px;font-weight:700;margin:0 0 6px}.grv-contact-card p{font-size:14px;margin:4px 0;color:var(--text)}.grv-phone{display:inline-flex;gap:8px;background:var(--primary);color:#fff;text-decoration:none;padding:11px 20px;border-radius:10px;font-weight:600;font-size:15px}.grv-phone,.media-head{align-items:center}.media-head .media-count{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:700;color:var(--text)}.media-head .media-count:before{content:"";width:40px;height:40px;border-radius:50%;background:#e8f4ff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%230057AC' viewBox='0 0 24 24'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E") 50%/20px no-repeat}.media-search{border-radius:24px;padding:11px 18px;min-width:300px}.media-play{background:#fff;color:var(--primary);box-shadow:0 2px 8px rgba(0,0,0,.2)}.media-filters{border:1px solid #eef0f3;border-radius:12px;padding:18px}.media-filters h3{display:flex;align-items:center;justify-content:space-between}.events-card{padding:22px 24px}.events-tabs button{border-radius:8px}.events-filters{flex-direction:column;gap:12px}.events-filters .events-date-row,.events-filters .events-search-row{display:flex;gap:12px;width:100%}.events-filters input,.events-filters select{flex:1 1}.events-apply{background:var(--primary);color:#fff;border:none;border-radius:8px;padding:0 28px;font-weight:600;cursor:pointer;white-space:nowrap}.appdl{position:relative;max-width:1400px;margin:44px auto 0;background:#faf7ec;border-radius:20px;overflow:hidden;min-height:300px}.appdl-leaf{position:absolute;width:52px;height:auto;z-index:1}.appdl-leaf.tl{top:0;left:0}.appdl-leaf.tr{top:0;right:0}.appdl-leaf.bl{bottom:0;left:0}.appdl-leaf.br{bottom:0;right:0}.appdl-inner{position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:48px 64px 0;max-width:1180px;margin:0 auto}.appdl-copy{flex:1 1;padding-bottom:48px}.appdl-copy h2{font-size:32px;font-weight:800;margin:0 0 8px;color:#1a1a1a;line-height:1.2}.appdl-sub{font-size:18px;font-weight:600;color:#d98324;margin:0 0 10px}.appdl-note{font-size:15px;color:#5c616e;margin:0 0 24px}.appdl-badges{display:flex;gap:16px;flex-wrap:wrap}.appdl-badges img{height:46px;width:auto;display:block}.appdl-phone{flex:0 0 auto}.appdl-phone img{width:440px;max-width:44vw;display:block}.grv-upload{border:1.5px dashed #c9d2de;border-radius:12px;padding:34px 20px;text-align:center;cursor:pointer;background:#fbfcfe;transition:border-color .15s}.grv-upload:hover{border-color:var(--primary)}.grv-upload-ico{font-size:30px;color:#9aa3b0}.grv-upload-t{font-size:15px;color:var(--text);margin:8px 0 4px;font-weight:500}.grv-upload-h{font-size:13px;color:var(--text-3)}.grv-files{display:flex;flex-direction:column;gap:8px;margin-top:12px}.grv-file{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#f5f7fa;border-radius:8px;padding:8px 12px;font-size:13px}.grv-file button{border:none;background:none;color:#c62828;cursor:pointer;font-size:15px}@media(max-width:900px){.appdl-inner{flex-direction:column;align-items:center;text-align:center;padding:40px 24px 0}.appdl-copy{padding-bottom:20px}.appdl-badges{justify-content:center}.appdl-phone img{width:280px;max-width:80vw}}.grv-form .grv-lbl{display:block}.bd-head{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:16px}.bd-head h1{margin:0}.bd-helpline{display:inline-flex;align-items:center;gap:8px;border:1.2px solid #b91c1c;border-radius:8px;padding:9px 16px;background:linear-gradient(91deg,#fee2e2 -5%,#fff5f5 109%);color:#cf1322;font-size:15px;font-weight:400}.bd-helpline strong{color:#820014;font-weight:700}.bd-drop{font-size:15px}.bd-sec{font-size:17px;font-weight:700;color:var(--primary,#1755A6);margin:0 0 18px}.bd-sec2{margin-top:8px;padding-top:22px;border-top:1px solid #eef0f3}.bd-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px 24px;gap:18px 24px;margin-bottom:20px}.bd-field{display:flex;flex-direction:column;gap:7px}.bd-form input,.bd-form select,.bd-form textarea{border:1px solid #e3e7ee;border-radius:10px;padding:12px 14px;font-size:14px;font-family:inherit;width:100%;background:#fff}.bd-form input:focus,.bd-form select:focus,.bd-form textarea:focus{outline:none;border-color:var(--primary)}.bd-form input:disabled{background:#f5f6f8;color:var(--text-3)}.bd-form .grv-radios{padding:6px 0}.bd-form .grv-submit{margin-top:6px}@media(max-width:900px){.bd-grid{grid-template-columns:1fr}}.gpage{padding:24px 0 60px}.rcm-body{max-width:992px;margin:0 auto}.rcm-card-title{font-weight:590}.grv-contact-card h3{font-size:18px;font-weight:510}.cu-h{font-size:20px;font-weight:700;margin:26px 0 14px}.cu-h:first-child{margin-top:0}.cu-card{flex-direction:column;padding:16px}.cu-card,.cu-row{display:flex;gap:16px}.cu-row{justify-content:space-between;border:1px solid #eef0f3;border-radius:10px;padding:18px 20px}.cu-left,.cu-row{align-items:center}.cu-left{display:flex;gap:14px}.cu-ico{width:40px;height:40px;object-fit:contain;flex:none}.cu-btn-ico{width:15px;height:15px;filter:brightness(0) invert(1)}.cu-left h4{font-size:15px;font-weight:700;margin:0 0 2px}.cu-left p{font-size:13px;color:var(--text-3);margin:0}.cu-btns{display:flex;flex-direction:column;gap:8px;align-items:flex-end}.cu-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:210px;background:var(--primary);color:#fff;text-decoration:none;padding:10px 16px;border-radius:8px;font-size:14px;font-weight:500}.cu-btn:hover{background:var(--primary-hover,#0a3f78)}.cu-corp{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 26px}.cu-corp h4{font-size:16px;font-weight:700;margin:0 0 8px}.cu-corp p{font-size:14px;color:var(--text-3);margin:0;max-width:540px;line-height:1.7}.cu-corp-ico{width:64px;height:auto;flex:none}@media(max-width:768px){.cu-row{flex-direction:column;align-items:flex-start}.cu-btns{align-items:stretch;width:100%}.cu-btn{min-width:0;width:100%}}.pg{display:flex;align-items:center;justify-content:flex-end;gap:6px;margin-top:22px;flex-wrap:wrap}.pg-total{margin-right:10px}.pg-arrow,.pg-num,.pg-total{font-size:14px;color:var(--text-2)}.pg-arrow,.pg-num{min-width:32px;height:32px;border:1px solid #e3e7ee;background:#fff;border-radius:6px;cursor:pointer;padding:0 6px}.pg-num.on{font-weight:600}.pg-arrow:hover:not(:disabled),.pg-num.on,.pg-num:hover{border-color:var(--primary);color:var(--primary)}.pg-arrow:disabled{opacity:.4;cursor:default}.pg-ell{padding:0 4px;color:var(--text-3)}.pg-size{height:32px;border:1px solid #e3e7ee;border-radius:6px;padding:0 8px;margin-left:6px;font-size:14px;cursor:pointer;font-family:inherit}.dc-layout{display:grid;grid-template-columns:minmax(0,560px) 1fr;grid-gap:24px;gap:24px;align-items:start;padding:8px 0 40px}.dc-form{padding:24px}.dc-head{display:flex;align-items:center;gap:18px;margin-bottom:22px}.dc-head-ico{width:52px;height:52px;object-fit:contain;flex:none}.dc-head h2{font-size:22px;font-weight:700;margin:0}.dc-head p{font-size:14px;color:var(--text-3);margin:2px 0 0}.dc-field{display:flex;flex-direction:column;gap:7px;margin-bottom:16px}.dc-field>span{font-size:13px;font-weight:600;color:var(--text-2)}.dc-field>span i{color:#e0393e;font-style:normal;margin-left:3px}.dc-field input,.dc-field select{border:1px solid #e3e7ee;border-radius:8px;padding:11px 13px;font-size:14px;font-family:inherit;width:100%;background:#fff}.dc-field select:disabled{background:#f5f6f8;color:var(--text-3)}.dc-two{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.dc-search{width:100%;background:var(--primary);color:#fff;border:none;border-radius:999px;padding:13px;font-size:15px;font-weight:600;cursor:pointer;margin-top:4px}.dc-search:disabled{opacity:.6}.dc-or{display:flex;align-items:center;text-align:center;color:var(--text-3);font-size:13px;margin:18px 0}.dc-or:after,.dc-or:before{content:"";flex:1 1;height:1px;background:#eef0f3}.dc-or span{padding:0 14px}.dc-loc{width:100%;background:#fff;color:var(--primary);border:1px solid var(--primary);border-radius:999px;padding:12px;font-size:15px;font-weight:500;cursor:pointer}.dc-hint{font-size:13px;color:var(--text-3);margin:14px 0 0;line-height:1.6}.dc-results h3{font-size:16px;font-weight:700;margin:22px 0 12px}.dc-results h3 span{color:var(--text-2);font-weight:400}.dc-store{padding:18px 20px;margin-bottom:14px}.dc-store-tags{display:flex;gap:8px;margin-bottom:10px}.dc-tag{color:#fff;font-size:12px;font-weight:600;padding:2px 10px;border-radius:4px}.dc-store h4{font-size:16px;font-weight:700;margin:0 0 8px}.dc-addr,.dc-phone{font-size:14px;color:var(--text-2);margin:4px 0;line-height:1.5}.dc-dir{display:inline-block;margin-top:8px;color:var(--primary);font-weight:600;font-size:14px;text-decoration:none;border:1px solid var(--primary);padding:7px 16px;border-radius:8px}.dc-map{position:-webkit-sticky;position:sticky;top:16px}.dc-map iframe{width:100%;height:618px;border:0;border-radius:8px;display:block}.dc-map .leaflet-container{height:618px;width:100%;border-radius:8px;z-index:1}.dc-map-loading{height:618px;display:flex;align-items:center;justify-content:center;background:var(--panel-2,#f7f8fa);border-radius:8px;color:var(--text-3,rgba(0,0,0,.45));font-size:14px}@media(max-width:900px){.dc-layout{grid-template-columns:1fr}.dc-map{position:static;order:-1}.dc-map .leaflet-container,.dc-map iframe,.dc-map-loading{height:320px}}.lf-pin{display:block;width:18px;height:18px;background:var(--c,#5c616e);border:2px solid #fff;border-radius:50% 50% 50% 0;transform:rotate(-45deg);box-shadow:0 1px 4px rgba(0,0,0,.4)}.leaflet-tooltip{font-weight:600;font-size:12px}:root{--ant-primary:#1755A6;--ant-border:#d9d9d9;--ant-border-2:#f0f0f0;--ant-radius:6px;--ant-radius-lg:8px;--ant-radius-sm:4px;--ant-text:rgba(0,0,0,.88);--ant-text-2:rgba(0,0,0,.65);--ant-text-3:rgba(0,0,0,.45);--ant-divider:rgba(5,5,5,.06);--ant-fs:14px;--ant-lh:1.5714285714}.content-page,.gpage{font-size:var(--ant-fs);line-height:var(--ant-lh);color:var(--ant-text)}.bd-form input,.bd-form select,.bd-form textarea,.dc-field input,.dc-field select,.grv-form input,.grv-form select,.grv-form textarea{border:1px solid var(--ant-border);border-radius:var(--ant-radius-lg);padding:8px 12px;font-size:var(--ant-fs);line-height:var(--ant-lh);color:var(--ant-text);min-height:40px}.bd-form textarea,.grv-form textarea{min-height:auto}.bd-form input:hover,.bd-form select:hover,.dc-field input:hover,.dc-field select:hover,.grv-form input:hover,.grv-form select:hover,.grv-form textarea:hover{border-color:var(--ant-primary)}.bd-form input:focus,.bd-form select:focus,.dc-field input:focus,.dc-field select:focus,.grv-form input:focus,.grv-form select:focus,.grv-form textarea:focus{outline:none;border-color:var(--ant-primary);box-shadow:0 0 0 2px rgba(23,85,166,.1)}.dc-field>span,.grv-lbl{color:var(--ant-text)}.grv-lbl .opt,.opt{color:var(--ant-text-3)}.bd-form,.cu-row,.dc-store,.grv-card,.grv-contact-card,.rcm-card{border-color:var(--ant-border-2)!important;border-radius:var(--ant-radius-lg)}.bd-head h1,.content-page h1,.cu-h,.dc-head h2,.rcm-card-title{color:var(--ant-text)}.cu-h,.rcm-card-title{font-size:20px;line-height:1.4;font-weight:600}.bd-sec,.cu-left h4,.dc-store h4{color:var(--ant-text)}.cu-left p,.dc-head p,.dc-hint,.grv-contact-card .muted,.media-count{color:var(--ant-text-3)}.cu-btn,.dc-search,.grv-phone,.grv-submit{background:var(--ant-primary)}.bpc-new,.dc-tag,.events-tag{border-radius:var(--ant-radius-sm)}.bd-sec2,.bp-rule,.events-table td,.events-table th{border-color:var(--ant-divider)}.lm-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.lm-modal{position:relative;background:#fff;border-radius:14px;width:100%;max-width:760px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.25)}.lm-x{position:absolute;top:12px;right:14px;border:none;background:none;font-size:18px;cursor:pointer;color:#8a8f98;z-index:2}.lm-brand{background:linear-gradient(150deg,#1755A6,#0a3f78);color:#fff;padding:40px 32px;justify-content:center;gap:12px}.lm-brand img{width:120px;background:#fff;border-radius:10px;padding:8px 12px}.lm-brand h3{font-size:22px;font-weight:700;margin:8px 0 0}.lm-brand p{font-size:14px;opacity:.9;margin:0;line-height:1.6}.lm-form-wrap{padding:34px 32px}.lm-title{font-size:22px;font-weight:700;margin:0 0 18px}.lm-toggle{display:flex;border:1px solid var(--ant-border);border-radius:8px;overflow:hidden;margin-bottom:18px}.lm-toggle button{flex:1 1;border:none;background:#fff;padding:9px;font-size:14px;font-weight:500;cursor:pointer;color:var(--ant-text-2)}.lm-toggle button.on{background:var(--ant-primary);color:#fff}.lm-form{gap:14px}.lm-field,.lm-form{display:flex;flex-direction:column}.lm-field{gap:6px}.lm-field>span{font-size:13px;font-weight:600;color:var(--ant-text)}.lm-field input{border:1px solid var(--ant-border);border-radius:8px;padding:9px 12px;font-size:14px;width:100%;font-family:inherit;min-height:40px}.lm-field input:focus{outline:none;border-color:var(--ant-primary);box-shadow:0 0 0 2px rgba(23,85,166,.1)}.lm-pass{position:relative;display:flex}.lm-pass input{padding-right:42px}.lm-pass button{position:absolute;right:6px;top:0;bottom:0;border:none;background:none;cursor:pointer;font-size:15px}.lm-row{display:flex;justify-content:flex-end}.lm-forgot{font-size:13px;color:var(--ant-primary);text-decoration:none}.lm-submit{background:var(--ant-primary);color:#fff;border:none;border-radius:8px;padding:12px;font-size:15px;font-weight:600;cursor:pointer;margin-top:4px}.lm-submit:disabled{opacity:.6}.lm-signup{font-size:14px;text-align:center;margin:18px 0 6px;color:var(--ant-text-2)}.lm-signup a,.lm-terms a{color:var(--ant-primary);text-decoration:none}.lm-terms{margin:0}@media(max-width:640px){.lm-modal{grid-template-columns:1fr;max-width:400px}.lm-brand{display:none}}.mp-head{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:16px}.mp-head h1{margin:0}.mp-controls{display:flex;align-items:center;gap:12px}.mp-controls select{padding:8px 12px;font-size:14px;font-family:inherit;min-height:40px}.mp-controls select,.mp-lang{border:1px solid var(--ant-border);border-radius:8px}.mp-lang{display:flex;overflow:hidden}.mp-lang button{border:none;background:#fff;padding:9px 16px;font-size:14px;font-weight:500;cursor:pointer;color:var(--ant-text-2)}.mp-lang button.on{background:var(--ant-primary);color:#fff}.mp-body{padding:28px 32px}.mp-content h2{font-size:22px;font-weight:700;margin:0 0 12px}.mp-content h3{font-size:17px;font-weight:600;margin:24px 0 10px;color:var(--ant-primary)}.mp-content p{font-size:15px;line-height:1.7;color:var(--ant-text);margin:0 0 12px}.mp-content table{width:100%;border-collapse:collapse;margin:12px 0 20px;font-size:14px}.mp-content th{background:#fafafa;text-align:left;font-weight:600}.mp-content td,.mp-content th{padding:11px 14px;border:1px solid var(--ant-divider)}.lm-modal{max-width:860px}.lm-brand{background:#f7f9fc;color:var(--ant-text);padding:32px 28px;display:flex;flex-direction:column;gap:8px;justify-content:flex-start}.lm-brand h2{font-size:22px;font-weight:700;margin:0;color:var(--ant-text)}.lm-brand-sub{font-size:13px;color:var(--ant-text-3);margin:0 0 8px}.lm-brand-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 2px 10px rgba(0,0,0,.05);display:flex;flex-direction:column;gap:10px;margin-top:12px}.lm-brand-card img{width:100%;border-radius:8px;display:block}.lm-props-h{font-size:16px;line-height:1.4;margin:0 0 10px;color:var(--ant-text)}.lm-orange{color:#e08a2b}.lm-props ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:7px}.lm-props li{font-size:13px;color:var(--ant-text-2);display:flex;align-items:center;gap:8px}.lm-sub{font-size:13px;color:var(--ant-text-3);margin:0 0 16px}.lm-field>span i{color:#e0393e;font-style:normal;margin-left:3px}.lm-terms{font-size:12px;text-align:center;color:var(--ant-text-3);margin:14px 0 10px}.lm-alt{font-size:13px;text-align:center;color:var(--ant-text-2);margin:4px 0}.lm-alt a{color:#e08a2b;font-weight:600;text-decoration:none}.lm-form-wrap{padding:32px 34px;display:flex;flex-direction:column;justify-content:center}.su-card{max-width:500px;margin:40px auto;padding:36px 40px;text-align:center}.su-h{font-size:22px;font-weight:700;margin:0 0 6px}.su-sub{font-size:14px;color:var(--ant-text-3);margin:0 0 22px}.su-field{display:flex;flex-direction:column;gap:7px;text-align:left;margin-bottom:16px}.su-field>span{font-size:13px;font-weight:600;color:var(--ant-text)}.su-field>span i{color:#e0393e;font-style:normal;margin-left:3px}.su-field input{border:1px solid var(--ant-border);border-radius:8px;padding:11px 13px;font-size:14px;width:100%;font-family:inherit;min-height:40px}.su-field input:focus{outline:none;border-color:var(--ant-primary);box-shadow:0 0 0 2px rgba(23,85,166,.1)}.su-submit{width:100%;background:var(--ant-primary);color:#fff;border:none;border-radius:999px;padding:13px;font-size:15px;font-weight:600;cursor:pointer}.su-submit:disabled{opacity:.6}.su-terms{font-size:12px;color:var(--ant-text-3);margin:16px 0 8px}.su-terms a{color:var(--ant-primary)}.su-alt{font-size:13px;color:var(--ant-text-2);margin:4px 0}.su-alt a,.su-linkbtn{color:#e08a2b;font-weight:600;text-decoration:none;background:none;border:none;cursor:pointer;font-size:13px}.su-msg{color:#067541;font-size:13px;background:#e6ffee;border-radius:6px;padding:8px 12px;margin:0 0 12px}.su-msg a{color:var(--ant-primary);font-weight:600}.cart-h{font-size:22px;font-weight:700;margin:6px 0 18px}.cart-h span{color:var(--ant-text-3);font-weight:400;font-size:16px}.cart-layout{display:grid;grid-template-columns:1fr 360px;grid-gap:24px;gap:24px;align-items:start;padding-bottom:40px}.cart-items{border:1px solid #f1f1f1;border-radius:12px;padding:6px 18px}.cart-row{display:flex;gap:18px;padding:18px 0;border-bottom:1px solid #f1f1f1}.cart-row:last-child{border-bottom:none}.cart-img{flex:0 0 96px;width:96px;height:96px;border:1px solid #f0f0f0;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff}.cart-img img{width:100%;height:100%;object-fit:contain}.cart-info{flex:1 1;min-width:0}.cart-name{font-size:15px;font-weight:600;color:var(--ant-text);text-decoration:none;display:block}.cart-attrs{font-size:13px}.cart-attrs,.cart-sap{color:var(--ant-text-3);margin-top:2px}.cart-sap{font-size:12px}.cart-priceline{display:flex;align-items:baseline;gap:8px;margin-top:8px}.cart-mrp{color:var(--ant-text-3);text-decoration:line-through;font-size:13px}.cart-price{font-size:16px;font-weight:700;color:var(--ant-text)}.cart-actions{display:flex;align-items:center;gap:18px;margin-top:12px;flex-wrap:wrap}.cart-qty{display:inline-flex;align-items:center;gap:14px;border:1px solid var(--ant-primary);border-radius:52px;padding:4px 12px}.cart-qty button{border:none;background:none;color:var(--ant-primary);font-size:16px;font-weight:700;cursor:pointer;line-height:1;width:16px}.cart-qty button:disabled{opacity:.35;cursor:default}.cart-qty span{font-size:14px;font-weight:590;color:var(--ant-primary);min-width:16px;text-align:center}.cart-sub{font-size:15px;font-weight:700;color:var(--ant-text)}.cart-remove{border:none;background:none;color:#e0393e;font-size:14px;cursor:pointer;margin-left:auto}.cart-confirm{margin-left:auto;font-size:13px;color:var(--ant-text-2)}.cart-confirm button{border:none;background:none;cursor:pointer;font-weight:600;color:var(--ant-primary);margin-left:4px}.cart-summary-wrap{position:-webkit-sticky;position:sticky;top:16px}.cart-summary{padding:20px 22px}.cart-summary h3{font-size:16px;font-weight:700;margin:0 0 14px}.cart-summary h3 span{color:var(--ant-text-3);font-weight:400;font-size:14px}.cs-rows{padding-bottom:14px;border-bottom:2px dashed #eef0f3}.cs-row{display:flex;justify-content:space-between;font-size:14px;color:var(--ant-text);margin:9px 0}.cs-row.muted span:first-child{color:var(--ant-text-2)}.cs-disc,.cs-free{color:#067541}.cs-free{font-weight:600}.cs-total{display:flex;justify-content:space-between;align-items:flex-start;padding:14px 0 0}.cs-total-lbl{font-size:16px;font-weight:700}.cs-tax{font-size:12px;color:var(--ant-text-3);font-style:italic}.cs-total-val{font-size:20px;font-weight:700}.cs-saved{background:#e6ffee;color:#067541;font-size:13px;padding:7px;border-radius:6px;margin-top:12px}.cart-cta,.cs-saved{font-weight:600;text-align:center}.cart-cta{display:block;width:100%;background:var(--ant-primary);color:#fff;border:none;border-radius:999px;padding:13px;font-size:15px;cursor:pointer;margin-top:16px;text-decoration:none}.cart-empty{text-align:center;padding:70px 20px}.cart-empty-ico{font-size:60px;margin-bottom:12px}.cart-empty h2{font-size:22px;font-weight:700;margin:0 0 6px}.cart-empty p{color:var(--ant-text-3);margin:0 0 22px}.cart-empty .cart-cta{max-width:260px;margin:0 auto}@media(max-width:900px){.cart-layout{grid-template-columns:1fr}.cart-summary-wrap{position:static}}.stk-oos-wrap{position:absolute;inset:0;z-index:3;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.62);-webkit-backdrop-filter:saturate(.6);backdrop-filter:saturate(.6)}.stk-oos{background:rgba(0,0,0,.72);color:#fff;font-size:12px;font-weight:600;letter-spacing:.02em;padding:5px 12px;border-radius:var(--ant-radius,6px);text-transform:uppercase}.stk-low{position:absolute;left:8px;bottom:8px;z-index:3;background:#fff4f0;color:#d4380d;border:1px solid #ffccc7;font-size:11px;font-weight:600;line-height:1;padding:4px 8px;border-radius:var(--ant-radius-sm,4px)}.lm-stores{gap:10px;margin:8px 0 14px}.lm-store,.lm-stores{display:flex;flex-direction:column}.lm-store{align-items:flex-start;gap:2px;width:100%;text-align:left;padding:12px 14px;border:1px solid var(--ant-border,#d9d9d9);border-radius:var(--ant-radius,8px);background:var(--panel,#fff);cursor:pointer;transition:border-color .15s,background .15s}.lm-store:hover{border-color:var(--primary,#1755A6);background:var(--primary-bg,#f0f8ff)}.lm-store:disabled{opacity:.6;cursor:default}.lm-store-name{font-weight:600;font-size:14px;color:var(--text-1,rgba(0,0,0,.88))}.lm-store-meta{font-size:12px;color:var(--text-3,rgba(0,0,0,.45))}.su-check{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-2,rgba(0,0,0,.65));margin:4px 0 14px}.su-check input{width:16px;height:16px}.su-check a{color:var(--primary,#1755A6)}.co-pm.disabled{opacity:.55;cursor:not-allowed}.hdr-burger{display:none;flex-direction:column;justify-content:center;gap:4px;width:38px;height:38px;border:none;background:transparent;cursor:pointer;padding:8px;margin-right:2px}.hdr-burger span{display:block;height:2px;width:100%;background:var(--text-1,rgba(0,0,0,.85));border-radius:2px}@media(max-width:1200px){.hdr-burger{display:flex}}.mnav-overlay{position:fixed;inset:0;z-index:200;background:rgba(0,0,0,.4);display:flex}.mnav{width:min(86vw,340px);height:100%;background:var(--panel,#fff);overflow-y:auto;box-shadow:2px 0 24px rgba(0,0,0,.18);animation:mnav-in .18s ease-out}@keyframes mnav-in{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.mnav-top{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--border-2,#f0f0f0)}.mnav-title{font-weight:700;font-size:16px}.mnav-x{border:none;background:transparent;font-size:18px;cursor:pointer;color:var(--text-2,rgba(0,0,0,.65))}.mnav-search{display:block;margin:14px 16px;padding:10px 14px;border:1px solid var(--ant-border,#d9d9d9);border-radius:var(--ant-radius,8px);font-size:14px}.mnav-search,.mnav-sec-h{color:var(--text-3,rgba(0,0,0,.45))}.mnav-sec-h{font-size:12px;letter-spacing:.06em;text-transform:uppercase;font-weight:700;padding:12px 16px 6px}.mnav-cat-h{width:100%;display:flex;align-items:center;justify-content:space-between;padding:11px 16px;border:none;background:transparent;font-size:15px;color:var(--text-1,rgba(0,0,0,.88));cursor:pointer;text-align:left}.mnav-chev{transition:transform .15s;color:var(--text-3,rgba(0,0,0,.45))}.mnav-chev.on{transform:rotate(90deg)}.mnav-subs{display:flex;flex-direction:column;background:var(--panel-2,#f7f8fa)}.mnav-sub{padding:9px 16px 9px 28px;font-size:14px;color:var(--text-2,rgba(0,0,0,.65))}.mnav-sub.all{font-weight:600;color:var(--primary,#1755A6)}.mnav-brands,.mnav-links{display:flex;flex-direction:column;padding-bottom:8px}.mnav-brand,.mnav-links a{padding:9px 16px;font-size:14px;color:var(--text-2,rgba(0,0,0,.65))}.mnav-brand:active,.mnav-sub:active{background:var(--primary-bg,#f0f8ff)}.price.partner .sp-strike{color:var(--text-3,rgba(0,0,0,.45));text-decoration:line-through;font-weight:400;margin-right:2px}.price.partner .comm{font-style:normal;font-size:11px;color:#03a555;font-weight:600}.cat-flipbook{width:100%;aspect-ratio:3/2;max-height:80vh;border:1px solid var(--border-2,#f0f0f0);border-radius:var(--ant-radius,8px);overflow:hidden;background:var(--panel-2,#f7f8fa)}.cat-flipbook iframe{width:100%;height:100%;border:none;display:block}.fvals{max-height:none}.fvals.open{max-height:260px;overflow-y:auto}.fmore{background:none;border:none;color:var(--primary,#1755A6);font-size:12.5px;font-weight:600;cursor:pointer;padding:4px 2px 2px;margin-top:2px}.fmore:hover{text-decoration:underline}.dc-store.on{border-color:var(--primary,#1755A6);box-shadow:0 0 0 2px rgba(23,85,166,.12)}.dc-store-actions{display:flex;align-items:center;gap:14px;margin-top:8px}.dc-viewmap{background:none;border:none;color:var(--primary,#1755A6);font-size:13px;font-weight:600;cursor:pointer;padding:0}.dc-viewmap:hover{text-decoration:underline}.dc-typeahead{position:relative}.dc-suggest{position:absolute;top:100%;left:0;right:0;z-index:20;margin:2px 0 0;padding:4px;list-style:none;background:#fff;border:1px solid var(--ant-border,#d9d9d9);border-radius:var(--ant-radius,8px);box-shadow:0 8px 24px rgba(0,0,0,.12);max-height:240px;overflow-y:auto}.dc-suggest li{padding:8px 10px;border-radius:6px;font-size:14px;cursor:pointer;color:var(--text-1,rgba(0,0,0,.88))}.dc-suggest li:hover{background:var(--primary-bg,#f0f8ff);color:var(--primary,#1755A6)}.dc-suggest li.none{color:var(--text-3,rgba(0,0,0,.45));cursor:default}.dc-suggest li.none:hover{background:none}.toaster{position:fixed;top:calc(var(--header-h) + 12px);right:16px;z-index:1200;display:flex;flex-direction:column;gap:8px;max-width:min(360px,calc(100vw - 32px))}.toast{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border-radius:var(--radius);background:var(--bg);border:1px solid var(--border-2);box-shadow:0 6px 24px rgba(0,0,0,.12);cursor:pointer;animation:toast-in .18s ease-out}.toast-msg{font-size:14px;color:var(--text);line-height:1.4}.toast-ic{flex:0 0 20px;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:12px;font-weight:700;margin-top:1px}.toast-success{border-left:3px solid var(--success)}.toast-success .toast-ic{background:var(--success)}.toast-error{border-left:3px solid var(--error)}.toast-error .toast-ic{background:var(--error)}.toast-warn{border-left:3px solid var(--warning)}.toast-warn .toast-ic{background:var(--warning)}.toast-info{border-left:3px solid var(--info)}.toast-info .toast-ic{background:var(--info)}@keyframes toast-in{0%{opacity:0;transform:translateX(12px)}to{opacity:1;transform:none}}.st-pill{display:inline-flex;align-items:center;gap:5px;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:600;line-height:1.7;white-space:nowrap}.st-pill:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.9}.st-success{color:var(--success-text);background:rgba(3,165,85,.1)}.st-error{color:var(--error);background:rgba(220,38,38,.1)}.st-warn{color:var(--warning);background:rgba(250,140,22,.12)}.st-info{color:var(--info);background:var(--primary-bg)}.st-muted{color:var(--text-3);background:var(--border-2)}.tl{display:flex;gap:0;margin:8px 0}.tl-step{flex:1 1;position:relative;text-align:center;font-size:12px;color:var(--text-3)}.tl-step .tl-dot{width:22px;height:22px;border-radius:50%;background:var(--border);color:#fff;display:grid;place-items:center;margin:0 auto 6px;font-size:12px;position:relative;z-index:1}.tl-step:before{content:"";position:absolute;top:11px;left:-50%;width:100%;height:2px;background:var(--border)}.tl-step:first-child:before{display:none}.tl-step.done{color:var(--text-2)}.tl-step.done .tl-dot,.tl-step.done:before{background:var(--success)}.tl-step.cur .tl-dot{background:var(--primary);box-shadow:0 0 0 3px var(--primary-bg)}.tl-step.cur{color:var(--primary);font-weight:600}.tl-cancelled{color:var(--error);font-weight:600;padding:8px 0}.cart-tabs{display:flex;gap:8px;margin:0 0 16px;border-bottom:1px solid var(--border-2)}.cart-tab{padding:10px 16px;background:none;border:none;border-bottom:2px solid transparent;font-size:14px;font-weight:600;color:var(--text-3);cursor:pointer}.cart-tab span{font-weight:400;color:var(--text-3)}.cart-tab.active{color:var(--primary);border-bottom-color:var(--primary)}.cart-alert{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:10px 14px;margin:0 0 14px;background:rgba(220,38,38,.06);border:1px solid rgba(220,38,38,.25);border-radius:var(--radius)}.cart-alert,.cart-alert button{font-size:13px;color:var(--error)}.cart-alert button{border:1px solid var(--error);background:var(--bg);border-radius:var(--radius-sm);padding:6px 12px;font-weight:600;cursor:pointer}.cart-alert button:disabled{opacity:.5;cursor:default}.cart-selall{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--text-2);padding:4px 2px 10px}.cart-row{position:relative}.cart-select{margin-top:4px;width:16px;height:16px;accent-color:var(--primary);flex:0 0 auto}.cart-oos-row{opacity:.6}.cart-comm,.cart-pv{font-size:12px;color:var(--text-3);background:var(--border-2);padding:1px 7px;border-radius:999px}.cart-saved-tag{display:inline-block;margin-top:4px;font-size:12px;font-weight:600;color:var(--success-text);background:rgba(3,165,85,.1);padding:2px 8px;border-radius:4px}.cart-offers{margin-top:8px}.cart-offer-toggle{background:var(--primary-bg);color:var(--primary);border:1px dashed var(--primary);border-radius:var(--radius-sm);padding:4px 10px;font-size:12px;font-weight:600;cursor:pointer}.cart-offer-list{margin-top:6px;display:flex;flex-direction:column;gap:6px}.cart-offer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border:1px solid var(--border-2);border-radius:var(--radius-sm);font-size:13px}.cart-offer-desc{font-size:12px;color:var(--text-3)}.cart-offer button{border:1px solid var(--primary);background:var(--bg);color:var(--primary);border-radius:var(--radius-sm);padding:4px 12px;font-size:12px;font-weight:600;cursor:pointer}.cart-offer button:disabled{opacity:.5;cursor:default}.cs-wallet{display:flex;justify-content:space-between;font-size:13px;color:var(--text-2);padding:8px 0;border-top:1px dashed var(--border-2);margin-top:8px}.cs-wallet span:last-child{font-weight:600;color:var(--success-text)}.cs-warn{margin-top:10px;font-size:12.5px;color:var(--warning);background:rgba(250,140,22,.08);border:1px solid rgba(250,140,22,.25);border-radius:var(--radius-sm);padding:8px 10px}.cart-cta:disabled{opacity:.55;cursor:default}.co-card{padding:20px;margin-bottom:16px}.co-card h3{margin:0 0 14px;font-size:16px}.co-saved{flex-direction:column}.co-addr,.co-saved{display:flex;gap:10px}.co-addr{align-items:flex-start;padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;text-align:left;background:var(--bg);width:100%;font:inherit}.co-addr.on{border-color:var(--primary);background:var(--primary-bg)}.co-addr input[type=radio]{margin-top:3px;accent-color:var(--primary)}.co-addr>div{display:flex;flex-direction:column;gap:2px}.co-addr b{font-size:14px;display:flex;align-items:center}.co-addr span{font-size:13px;color:var(--text-2)}.co-addr.add{justify-content:center;color:var(--primary);font-weight:600;border-style:dashed}.co-pay{flex-direction:column}.co-pay,.co-pm{display:flex;gap:10px}.co-pm{align-items:center;padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius);cursor:pointer}.co-pm.on{border-color:var(--primary);background:var(--primary-bg)}.co-pm input{accent-color:var(--primary)}.co-pm>div{display:flex;flex-direction:column}.co-pm b{font-size:14px}.co-pm span{font-size:12.5px;color:var(--text-3)}.co-err{margin-top:12px;font-size:13px;color:var(--error);background:rgba(220,38,38,.06);border:1px solid rgba(220,38,38,.2);border-radius:var(--radius-sm);padding:10px 12px}.co-outcome{max-width:440px;margin:48px auto;text-align:center;background:var(--bg);border:1px solid var(--border-2);border-radius:var(--radius-lg);padding:40px 28px}.co-outcome-ico{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;margin:0 auto 16px;color:#fff;font-size:32px}.co-outcome.ok .co-outcome-ico{background:var(--success)}.co-outcome.fail .co-outcome-ico{background:var(--error)}.co-outcome h2{margin:0 0 8px;font-size:20px}.co-outcome p{color:var(--text-2);margin:0 0 22px}.co-outcome-actions{display:flex;gap:12px;justify-content:center;align-items:center;flex-wrap:wrap}.co-link{color:var(--primary);font-weight:600;font-size:14px}.orders-head{justify-content:space-between;gap:16px;margin-bottom:16px}.orders-head,.orders-tools{display:flex;align-items:center;flex-wrap:wrap}.orders-tools{gap:8px}.orders-search{padding:0 12px;min-width:240px}.orders-filterbtn,.orders-search,.orders-searchbtn{height:38px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:13px}.orders-filterbtn,.orders-searchbtn{padding:0 16px;background:var(--bg);font-weight:600;cursor:pointer}.orders-searchbtn{background:var(--primary);color:#fff;border-color:var(--primary)}.orders-filterbtn.on{border-color:var(--primary);color:var(--primary)}.orders-filters{padding:18px;margin-bottom:16px;gap:16px}.of-block,.orders-filters{display:flex;flex-direction:column}.of-block{gap:8px}.of-lbl{font-size:13px;font-weight:600;color:var(--text-2)}.of-chips{display:flex;gap:8px;flex-wrap:wrap}.of-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid var(--border);border-radius:999px;font-size:13px;cursor:pointer}.of-chip.on{border-color:var(--primary);background:var(--primary-bg);color:var(--primary)}.of-chip input{accent-color:var(--primary)}.of-dates{display:flex;gap:10px;align-items:center}.of-dates input{height:36px;padding:0 10px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:13px}.of-actions{display:flex;gap:10px;justify-content:flex-end}.of-clear{background:none;border:1px solid var(--border);border-radius:var(--radius-sm);padding:8px 16px;font-size:13px;cursor:pointer}.orders-list{display:flex;flex-direction:column;gap:14px}.oc-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;padding-bottom:12px;border-bottom:1px solid var(--border-2)}.oc-no{font-weight:600;display:block}.oc-date{font-size:12.5px;color:var(--text-3)}.oc-status{display:flex;gap:6px;flex-wrap:wrap}.oc-body{display:flex;gap:14px;align-items:center;padding-top:12px}.oc-thumb{width:64px;height:64px;object-fit:contain;border:1px solid var(--border-2);border-radius:var(--radius-sm);background:var(--bg)}.oc-info{flex:1 1;min-width:0}.oc-name{font-size:14px;font-weight:500}.oc-more{color:var(--text-3);font-weight:400}.oc-meta{color:var(--text-2)}.oc-addr,.oc-meta{font-size:12.5px;margin-top:2px}.oc-addr{color:var(--text-3)}.oc-right{text-align:right;gap:8px;align-items:flex-end}.oc-amt{font-weight:700}.oc-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.oc-buy{background:var(--bg);border:1px solid var(--primary);color:var(--primary);border-radius:var(--radius-sm);padding:7px 14px;font-size:13px;font-weight:600}.oc-buy:disabled{opacity:.5;cursor:default}.oc-view{background:var(--primary);color:#fff;border-radius:var(--radius-sm);padding:7px 14px;font-size:13px;font-weight:600}.orders-pager{display:flex;gap:14px;align-items:center;justify-content:center;margin-top:22px}.orders-pager button{height:36px;padding:0 16px;border:1px solid var(--border);background:var(--bg);border-radius:var(--radius-sm);font-size:13px;cursor:pointer}.orders-pager button:disabled{opacity:.45;cursor:default}.orders-pager span{font-size:13px;color:var(--text-2)}.od-head{padding:18px}.od-head-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:16px}.od-no{font-size:15px;font-weight:700}.od-date{font-size:12.5px;color:var(--text-3)}.od-items-head{display:flex;justify-content:space-between;align-items:center}.od-items-head h3{margin:0 0 8px}.od-cancel-link{background:none;border:none;color:var(--error);font-size:13px;font-weight:600;cursor:pointer}.od-cancel-box{padding:16px;margin-top:8px}.od-cancel-row{display:flex;justify-content:space-between;gap:10px;margin-bottom:10px}.od-paymode{margin:10px 0}.od-buy-wide{width:100%;margin-top:10px;padding:10px}.order-addr{font-size:13.5px;color:var(--text-2);line-height:1.7;margin:0}.fld-err{display:block;color:var(--error);font-size:12px;margin-top:3px}.fld-hint{color:var(--text-3);font-size:12px;font-weight:400}.acct-check{display:flex;align-items:center;gap:8px;font-size:13.5px;color:var(--text-2)}.acct-check input{accent-color:var(--primary)}.acct-addr-list{display:flex;flex-direction:column;gap:12px}.acct-addr{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;padding:16px}.acct-addr-body b{font-size:14px;display:flex;align-items:center}.acct-addr-body p{margin:4px 0;font-size:13.5px;color:var(--text-2)}.acct-addr-body span{font-size:13px;color:var(--text-3)}.acct-addr-actions{display:flex;gap:8px;flex-shrink:0}.ci-remove{background:var(--bg);border:1px solid var(--error);color:var(--error);border-radius:var(--radius-sm);padding:7px 14px;font-size:13px;font-weight:600;cursor:pointer}.modal-overlay{position:fixed;inset:0;z-index:1100;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;padding:16px}.modal-box{background:var(--bg);border-radius:var(--radius-lg);width:min(560px,100%);max-height:88vh;display:flex;flex-direction:column;overflow:hidden}.modal-head{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--border-2)}.modal-head h3{margin:0;font-size:16px}.modal-x{background:none;border:none;font-size:24px;line-height:1;color:var(--text-3);cursor:pointer}.modal-body{padding:16px 20px;overflow-y:auto}.modal-foot{display:flex;gap:10px;justify-content:flex-end;padding:14px 20px;border-top:1px solid var(--border-2)}.ret-item{border:1px solid var(--border-2);border-radius:var(--radius);padding:12px;margin-bottom:12px}.ret-item.on{border-color:var(--primary)}.ret-item-head{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px}.ret-item-head img{width:44px;height:44px;object-fit:contain;border:1px solid var(--border-2);border-radius:6px}.ret-item-head input{accent-color:var(--primary)}.ret-item-head small{color:var(--text-3)}.ret-fields{gap:10px;margin-top:12px}.ret-fields,.ret-fields label{display:flex;flex-direction:column}.ret-fields label{font-size:12.5px;font-weight:600;color:var(--text-2);gap:4px}.ret-fields input[type=file],.ret-fields select,.ret-fields textarea{font:inherit;font-weight:400;padding:8px 10px;border:1px solid var(--border);border-radius:var(--radius-sm)}.ret-thumbs{display:flex;flex-wrap:wrap;gap:6px}.ret-thumb{display:inline-flex;align-items:center;gap:6px;background:var(--border-2);border-radius:4px;padding:3px 8px;font-size:11.5px}.ret-thumb button{background:none;border:none;cursor:pointer;color:var(--text-3);font-size:14px}.od-return-note{font-size:12.5px;color:var(--text-3);margin:2px 0 10px}.prof-card{padding:18px;margin-bottom:16px}.prof-card h3{margin:0 0 12px;font-size:15px;color:var(--primary)}.prof-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:12px 24px;gap:12px 24px}.prof-row{display:flex;flex-direction:column;gap:2px}.prof-lbl{font-size:12px;color:var(--text-3);text-transform:uppercase;letter-spacing:.02em}.prof-val{font-size:14px;color:var(--text);font-weight:500;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.prof-edit{background:none;border:none;color:var(--primary);font-size:12.5px;font-weight:600;cursor:pointer;padding:0}.prof-edit:hover{text-decoration:underline}.acct-nav-grp{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-3);padding:14px 12px 6px}.acct-table-wrap{overflow-x:auto;border:1px solid var(--border-2);border-radius:var(--radius);background:var(--bg)}.acct-table{width:100%;border-collapse:collapse;font-size:13px;min-width:520px}.acct-table th{text-align:left;background:var(--bg-layout);color:var(--text-2);font-weight:600}.acct-table td,.acct-table th{padding:10px 12px;white-space:nowrap;border-bottom:1px solid var(--border-2)}.acct-table td{color:var(--text)}.acct-table tbody tr:last-child td{border-bottom:none}.acct-table tbody tr:hover{background:var(--primary-bg)}.of-date-inline{height:38px;padding:0 10px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:13px}.prof-card-h{display:flex;justify-content:space-between;align-items:center}.wp-calc{margin-top:12px;padding:12px;background:var(--bg-layout);border-radius:var(--radius-sm)}.wp-calc .cs-row{font-size:14px}.pdp-notify{background:var(--bg)!important;color:var(--primary)!important;border:1.5px solid var(--primary)!important}.pdp-notify:hover{background:var(--primary-bg)!important}.pdp-notify.done{border-color:var(--success)!important;color:var(--success-text)!important;background:rgba(3,165,85,.06)!important}.pdp-notify:disabled{opacity:.9;cursor:default}.pdp-oos-anon{display:flex;flex-direction:column;gap:4px}.pdp-notify-hint{font-size:12.5px;color:var(--primary);font-weight:600}.pdp-notify-hint:hover{text-decoration:underline}.pvc-form{display:grid;grid-template-columns:1fr 140px 200px auto;grid-gap:12px;gap:12px;align-items:end}.pvc-form label{display:block;font-size:12.5px;font-weight:600;color:var(--text-2);margin-bottom:5px}.pvc-form input{width:100%;height:40px;padding:0 12px;border:1px solid var(--border);border-radius:var(--radius-sm);font:inherit}.pvc-search{position:relative}.pvc-drop{position:absolute;top:100%;left:0;right:0;z-index:30;margin-top:4px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:0 8px 24px rgba(0,0,0,.12);max-height:280px;overflow-y:auto}.pvc-drop-msg{padding:12px;font-size:13px;color:var(--text-3)}.pvc-opt{display:flex;justify-content:space-between;align-items:center;gap:10px;border-bottom:1px solid var(--border-2)}.pvc-opt:hover{background:var(--primary-bg)}.pvc-opt span{font-size:13.5px;color:var(--text)}.pvc-opt small{color:var(--text-3)}.pvc-add,.pvc-opt small{white-space:nowrap}.pvc-step button{border:1px solid var(--border);background:var(--bg);border-radius:4px;font-size:14px}.pvc-step button:disabled{opacity:.4}.pvc-del{color:var(--error);font-size:13px;font-weight:600}.pvc-total td{background:var(--bg-layout);font-weight:700}@media (max-width:760px){.pvc-form{grid-template-columns:1fr 1fr}.pvc-add,.pvc-search{grid-column:1/-1}}.su-resend{font-size:13px;color:var(--text-3);margin:8px 0 4px}.su-resend .su-linkbtn{color:var(--primary);font-weight:600}.ledger{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:rgba(0,0,0,.88)}.lg-head{display:flex;align-items:center;gap:15px;margin-bottom:24px}.lg-back-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #d9d9d9;border-radius:6px;color:rgba(0,0,0,.88);font-size:20px;line-height:1;text-decoration:none;background:#fff;transition:all .2s}.lg-back-btn:hover{color:var(--primary,#1755A6);border-color:var(--primary,#1755A6)}.lg-title{margin:0;font-size:20px;line-height:1.4;font-weight:600;color:rgba(0,0,0,.88)}.lg-card{background:#fff;border:1px solid #f0f0f0;border-radius:8px;padding:16px;box-shadow:0 1px 2px 0 rgba(0,0,0,.03)}.lg-filter{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:16px;flex-wrap:wrap}.lg-fy{display:flex;flex-direction:column;gap:4px}.lg-fy-lbl{font-size:16px;line-height:1.5;color:rgba(0,0,0,.88)}.lg-fy select{width:200px;max-width:100%;height:32px;padding:0 11px;border:1px solid #d9d9d9;border-radius:6px;font-size:14px;font-family:inherit;color:rgba(0,0,0,.88);background:#fff;transition:all .2s}.lg-fy select:focus,.lg-fy select:hover{border-color:var(--primary,#1755A6)}.lg-fy select:focus{box-shadow:0 0 0 2px rgba(23,85,166,.1);outline:none}.lg-dl{display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 20px;border:none;border-radius:20px;background:var(--primary,#1755A6);color:#fff;font-size:16px;font-family:inherit;cursor:pointer;text-decoration:none;transition:opacity .2s}.lg-dl:hover{color:#fff;opacity:.9}.lg-dl:disabled{opacity:.55;cursor:not-allowed}.lg-dl-ic{font-size:15px;line-height:1}.lg-year{font-size:18px;font-weight:600;line-height:1.5;color:rgba(0,0,0,.88);margin-bottom:16px}.lg-empty{padding:32px 0;text-align:center;color:rgba(0,0,0,.45);font-size:14px}.lg-scroll{width:100%;overflow-x:auto}.lg-table{width:100%;min-width:640px;border-collapse:collapse;font-size:14px;line-height:1.5715;color:rgba(0,0,0,.88)}.lg-table thead th{text-align:left;font-weight:600;color:rgba(0,0,0,.88);background:#fafafa;padding:16px;border-bottom:1px solid #f0f0f0;white-space:nowrap}.lg-table thead th:first-child{border-top-left-radius:8px}.lg-table thead th:last-child{border-top-right-radius:8px}.lg-table tbody td{padding:16px;border-bottom:1px solid #f0f0f0;vertical-align:top}.lg-table tbody tr:hover td{background:#fafafa}.lg-date{white-space:nowrap}.lg-part{width:300px;max-width:360px;word-break:break-all}.lg-pager{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:16px;font-size:14px;color:rgba(0,0,0,.65)}.lg-pager button{height:32px;min-width:32px;padding:0 12px;border:1px solid #d9d9d9;border-radius:6px;background:#fff;color:rgba(0,0,0,.88);font-size:14px;cursor:pointer}.lg-pager button:disabled{opacity:.4;cursor:not-allowed}.lg-pager button:not(:disabled):hover{border-color:var(--primary,#1755A6);color:var(--primary,#1755A6)}@media (prefers-color-scheme:dark){.ledger,.lg-fy-lbl,.lg-table,.lg-table tbody td,.lg-table thead th,.lg-title,.lg-year{color:var(--text,#e6e6e6)}.lg-card{background:var(--bg,#141414);border-color:var(--border-2,#303030)}.lg-back-btn,.lg-fy select{background:var(--bg,#141414);border-color:var(--border-2,#303030);color:var(--text,#e6e6e6)}.lg-table thead th{background:var(--bg-layout,#1f1f1f)}.lg-table tbody td,.lg-table thead th{border-color:var(--border-2,#303030)}.lg-table tbody tr:hover td{background:var(--bg-layout,#1f1f1f)}}.pinfo{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.pinfo,.pinfo-title{color:rgba(0,0,0,.88)}.pinfo-title{margin:0 0 16px;font-size:20px;line-height:1.4;font-weight:600}.pinfo-card{background:#fff;border:1px solid #f0f0f0;border-radius:8px;padding:24px;box-shadow:0 1px 2px 0 rgba(0,0,0,.03)}.pinfo-sec-head{display:flex;align-items:center;gap:8px;margin:0 0 16px;font-size:15px;font-weight:600;color:#1755A6}.pinfo-sec-head .pinfo-ic,.pinfo-sec-head svg{flex:none}.pinfo-ic{width:18px;height:18px;object-fit:contain;display:inline-block}.pinfo-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px 24px;gap:18px 24px;padding-left:26px}.pinfo-cell{display:flex;flex-direction:column;gap:4px;min-width:0}.pinfo-lbl{font-size:13px;line-height:1.4;color:rgba(0,0,0,.45)}.pinfo-val{font-size:14px;line-height:1.5;color:rgba(0,0,0,.88);word-break:break-word}.pinfo-divider{height:1px;background:#f0f0f0;margin:24px 0}.pinfo-inline{gap:8px;flex-wrap:wrap}.pinfo-inline,.pinfo-kyc{display:inline-flex;align-items:center}.pinfo-kyc{gap:5px}.pinfo-tick{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:#52c41a;color:#fff;font-size:11px;line-height:1}.pinfo-info{color:#1755A6;cursor:pointer;font-size:13px}.pinfo-btn,.pinfo-pill{height:24px;padding:0 12px;border:none;border-radius:12px;background:var(--primary,#1755A6);color:#fff;font-size:12px;font-family:inherit;cursor:pointer;line-height:24px;white-space:nowrap}.pinfo-btn:hover,.pinfo-pill:hover{opacity:.9}.pinfo-btn-ghost{border:none;background:none;color:#1755A6;cursor:pointer;font-size:14px;padding:0 2px}@media (max-width:640px){.pinfo-grid{grid-template-columns:repeat(2,1fr);padding-left:0}.pinfo-card{padding:16px}}@media (prefers-color-scheme:dark){.pinfo,.pinfo-sec-head,.pinfo-title,.pinfo-val{color:var(--text,#e6e6e6)}.pinfo-card{background:var(--bg,#141414);border-color:var(--border-2,#303030)}.pinfo-divider{background:var(--border-2,#303030)}.pinfo-lbl{color:var(--text-3,#8c8c8c)}}.pinfo-verify{width:16px;height:16px;vertical-align:-3px}.pinfo-info-ic,.pinfo-verify{object-fit:contain;display:inline-block}.pinfo-info-ic{width:15px;height:15px;cursor:pointer;vertical-align:-2px}.order-card{background:#fff;border:1px solid #f0f0f0;border-radius:8px;padding:16px;margin-bottom:16px;box-shadow:0 1px 2px 0 rgba(0,0,0,.03)}.oc-grid{display:flex;gap:20px;align-items:stretch}.oc-left{gap:12px}.oc-left,.oc-right{flex:1 1 45%;min-width:0;display:flex;flex-direction:column}.oc-right{gap:10px}.oc-vdiv{width:1px;background:#f0f0f0;flex:none}.oc-tagrow{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.oc-no{font-size:14px;color:rgba(0,0,0,.45)}.oc-no b{color:rgba(0,0,0,.88);font-weight:600}.otag{display:inline-block;padding:0 8px;height:22px;line-height:20px;border-radius:4px;border:1px solid;font-size:12px;white-space:nowrap}.otag-success{background:#f6ffed;border-color:#b7eb8f;color:#389e0d}.otag-error{background:#fff2f0;border-color:#ffccc7;color:#cf1322}.otag-warn{background:#fffbe6;border-color:#ffe58f;color:#d48806}.otag-info{background:#e6f4ff;border-color:#91caff;color:#0958d9}.otag-muted{background:#fafafa;border-color:#d9d9d9;color:rgba(0,0,0,.65)}.oc-prod{display:flex;align-items:center;gap:20px}.oc-img{width:80px;height:80px;border-radius:8px;object-fit:cover;border:1px solid #f0f0f0;flex:none;background:#fff}.oc-prodinfo{display:flex;flex-direction:column;gap:2px;min-width:0}.oc-pname{font-size:16px;color:rgba(0,0,0,.88);line-height:1.4}.oc-more{color:#1755a6;font-size:14px;font-weight:590;cursor:pointer}.oc-amtrow{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:2px}.oc-amt{font-size:16px;font-weight:600;color:rgba(0,0,0,.88)}.oc-btns{display:flex;gap:12px}.oc-buy{height:32px;padding:0 16px;border:none;border-radius:16px;background:var(--primary,#1755A6);color:#fff;font-size:14px;font-family:inherit;cursor:pointer}.oc-buy:disabled{opacity:.6;cursor:not-allowed}.oc-view{display:inline-flex;align-items:center;height:32px;padding:0 16px;border:1px solid #d9d9d9;border-radius:16px;background:#fff;color:rgba(0,0,0,.88);font-size:14px;text-decoration:none}.oc-view:hover{border-color:var(--primary,#1755A6);color:var(--primary,#1755A6)}.oc-date{font-size:14px;color:rgba(0,0,0,.45);text-align:right}.oc-date b{color:rgba(0,0,0,.88);font-weight:400}.oc-field{display:flex;flex-direction:column;gap:4px;min-width:0}.oc-flabel{font-size:14px;color:rgba(0,0,0,.45)}.oc-fval{font-size:14px;color:rgba(0,0,0,.88);word-break:break-word}.oc-addr{line-height:1.5}.oc-subgrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px 16px;gap:12px 16px}.oc-alert{display:flex;align-items:center;gap:8px;margin-top:16px;padding:9px 12px;border-radius:8px;background:#fffbe6;border:1px solid #ffe58f;color:#873800;font-size:14px}.oc-alert-ic{color:#d48806}@media (max-width:768px){.oc-grid{flex-direction:column;gap:12px}.oc-vdiv{width:auto;height:1px}.oc-date{text-align:left}.oc-amtrow{align-items:flex-start}}@media (prefers-color-scheme:dark){.order-card{background:var(--bg,#141414);border-color:var(--border-2,#303030)}.oc-amt,.oc-date b,.oc-fval,.oc-no b,.oc-pname{color:var(--text,#e6e6e6)}.oc-img,.oc-vdiv{border-color:var(--border-2,#303030)}.oc-vdiv{background:var(--border-2,#303030)}.oc-view{background:var(--bg,#141414);border-color:var(--border-2,#303030);color:var(--text,#e6e6e6)}}.sb .sb-card{background:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:8px;display:flex;flex-direction:column;gap:16px}.sb-user{gap:12px;padding:16px;border:1px solid #ddf1fe;border-radius:12px;background:url(/icons/sidebar/profileCover.svg) 50%/cover no-repeat,linear-gradient(120deg,#1755A6,#0e3f7e)}.sb-av,.sb-user{display:flex;align-items:center}.sb-av{flex:none;width:64px;height:64px;border-radius:50%;background:#fff;color:#1755A6;font-size:26px;font-weight:600;justify-content:center;overflow:hidden}.sb-av img{width:100%;height:100%;object-fit:cover}.sb-uinfo{display:flex;flex-direction:column;gap:4px;min-width:0}.sb-name{color:#fff;font-weight:600;font-size:16px;line-height:1.3;word-break:break-word}.sb-role{align-self:flex-start;padding:0 8px;height:20px;line-height:18px;border-radius:4px;border:1px solid;font-size:11px;letter-spacing:.02em}.sb-role-volcano{color:#fa541c;background:#fff2e8;border-color:#ffbb96}.sb-role-green{color:#00bf60;background:#e6ffee;border-color:#6ee69e}.sb-role-purple{color:#722ed1;background:#f9f0ff;border-color:#d3adf7}.sb-role-magenta{color:#eb2f96;background:#fff0f6;border-color:#ffadd2}.sb-pin{display:inline-flex;align-items:center;gap:5px;color:#fff;font-size:13px;opacity:.95}.sb-pin b{color:#fff;font-weight:600}.sb-pin-dia{flex:none}.sb-search{display:flex;align-items:center;gap:8px;height:34px;padding:0 10px;border:1px solid #d9d9d9;border-radius:6px;color:rgba(0,0,0,.45)}.sb-search input{border:none;outline:none;flex:1 1;min-width:0;font:inherit;font-size:14px;color:rgba(0,0,0,.88);background:none}.sb-menu{display:flex;flex-direction:column;gap:2px;max-height:70vh;overflow-y:auto}.sb-grp-h{display:flex;align-items:center;gap:10px;width:100%;padding:8px 11px;background:none;border:none;cursor:pointer;font:inherit;font-size:14px;font-weight:600;color:rgba(0,0,0,.88);text-align:left}.sb-grp-h:hover{background:#fafafa;border-radius:6px}.sb-grp-ic{width:24px;height:24px;object-fit:contain;flex:none}.sb-grp-t{flex:1 1;min-width:0}.sb-chev{color:rgba(0,0,0,.45);transition:transform .2s}.sb-chev.up{transform:rotate(180deg)}.sb-grp-items{display:flex;flex-direction:column;padding:2px 0}.sb-item{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 11px 8px 44px;font-size:14px;color:rgba(0,0,0,.65);text-decoration:none;border-left:4px solid transparent}.sb-item:hover{background:#fafafa}.sb-item.on{border-left-color:#1755a6;background:#f2f7fd;color:#1755a6;font-weight:600;border-radius:0 4px 4px 0}.sb-new{background:#fff1f0;color:#cf1322;border:1px solid #ffa39e;border-radius:4px;font-size:10px;padding:0 5px;line-height:16px}.sb-divider{height:1px;background:#f0f0f0;margin:4px}.sb-logout{display:flex;align-items:center;gap:8px;padding:8px 11px;background:none;border:none;cursor:pointer;font:inherit;font-size:14px;color:#cf1322}.sb-logout img{width:16px;height:16px}.sb-logout:hover{background:#fff1f0;border-radius:6px}@media (prefers-color-scheme:dark){.sb .sb-card{background:var(--bg,#141414);border-color:var(--border-2,#303030)}.sb-grp-h{color:var(--text,#e6e6e6)}.sb-grp-h:hover,.sb-item:hover{background:var(--bg-layout,#1f1f1f)}.sb-search input{color:var(--text,#e6e6e6)}.sb-divider{background:var(--border-2,#303030)}}.addr-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px;flex-wrap:wrap}.addr-title{margin:0;font-size:20px;line-height:1.4;font-weight:600;color:rgba(0,0,0,.88)}.addr-add{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 16px;border:1px solid var(--primary,#1755a6);border-radius:17px;background:#fff;color:var(--primary,#1755A6);font-size:14px;font-family:inherit;cursor:pointer}.addr-add:hover{background:#f2f7fd}.addr-add-ic{font-size:15px;line-height:1}.addr-list{display:flex;flex-direction:column;gap:16px}.addr-card{display:flex;justify-content:space-between;gap:16px;padding:16px;background:#fff;border:1px solid #f0f0f0;border-radius:8px;flex-wrap:wrap}.addr-card.def{border-color:var(--primary,#1755A6)}.addr-info{display:flex;flex-direction:column;gap:10px;min-width:0;flex:1 1}.addr-name-row{display:flex;align-items:center;gap:10px}.addr-name{font-size:16px;font-weight:600;text-transform:capitalize}.addr-name,.addr-tag{color:rgba(0,0,0,.88)}.addr-tag{display:inline-block;padding:0 8px;height:22px;line-height:20px;border-radius:4px;border:1px solid #d9d9d9;background:#fafafa;font-size:12px}.addr-line{margin:0;line-height:1.5}.addr-contact,.addr-line{font-size:14px;color:rgba(0,0,0,.88)}.addr-contact{display:flex;gap:20px;flex-wrap:wrap}.addr-lbl{color:rgba(0,0,0,.45)}.addr-actions{display:flex;align-items:center;gap:4px;flex:none}.addr-del,.addr-edit{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 12px;border:none;background:none;font:inherit;font-size:14px;cursor:pointer;border-radius:6px}.addr-edit{color:var(--primary,#1755A6)}.addr-edit:hover{background:#f2f7fd}.addr-del{color:#cf1322}.addr-del:hover{background:#fff1f0}.addr-vdiv{width:1px;height:20px;background:#f0f0f0}@media (max-width:640px){.addr-card{flex-direction:column}.addr-actions{justify-content:flex-start}.addr-contact{gap:8px;flex-direction:column}}@media (prefers-color-scheme:dark){.addr-contact,.addr-line,.addr-name,.addr-title{color:var(--text,#e6e6e6)}.addr-card{border-color:var(--border-2,#303030)}.addr-add,.addr-card{background:var(--bg,#141414)}.addr-tag{background:var(--bg-layout,#1f1f1f);border-color:var(--border-2,#303030);color:var(--text,#e6e6e6)}.addr-vdiv{background:var(--border-2,#303030)}}.ah-title{margin:0 0 20px;font-size:20px;font-weight:600;color:rgba(0,0,0,.88)}.ah-sec{margin-bottom:28px}.ah-h{margin:0 0 12px;font-size:18px;font-weight:600;color:rgba(0,0,0,.88)}.ah-tiles{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.ah-tile{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;border:1px solid #f0f0f0;border-radius:8px;cursor:pointer;text-align:left;font:inherit;transition:box-shadow .2s,border-color .2s}.ah-tile:hover{box-shadow:0 4px 14px rgba(0,0,0,.08);border-color:#ddf1fe}.ah-tile-ic{width:40px;height:40px;object-fit:contain;flex:none}.ah-tile-txt{display:flex;flex-direction:column;gap:2px;min-width:0}.ah-tile-t{font-size:15px;font-weight:600;color:rgba(0,0,0,.88)}.ah-tile-s{font-size:13px;color:rgba(0,0,0,.45)}.ah-card{background:#fff;border:1px solid #f0f0f0;border-radius:8px;padding:16px}.ah-forms{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.ah-form{display:flex;flex-direction:column;gap:12px;justify-content:space-between;padding:16px;background:#fff;border:1px solid #f0f0f0;border-radius:8px}.ah-form-l{font-size:15px;color:rgba(0,0,0,.88);line-height:1.4}.ah-form-btn{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 16px;border-radius:6px;background:var(--primary,#1755A6);color:#fff;font-size:14px;text-decoration:none}.ah-form-btn:hover{color:#fff;opacity:.9}@media (max-width:900px){.ah-tiles{grid-template-columns:repeat(2,1fr)}.ah-forms{grid-template-columns:1fr}}@media (max-width:520px){.ah-tiles{grid-template-columns:1fr}}@media (prefers-color-scheme:dark){.ah-form-l,.ah-h,.ah-tile-t,.ah-title{color:var(--text,#e6e6e6)}.ah-card,.ah-form,.ah-tile{background:var(--bg,#141414);border-color:var(--border-2,#303030)}}.cg-title{margin:0 0 16px;font-size:16px;font-weight:600;color:rgba(0,0,0,.88)}.cg-alert-ic{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:#52c41a;color:#fff;font-size:10px}.cg-trail-h{font-weight:600;font-size:14px;color:rgba(0,0,0,.88);margin:0 0 8px}.cg-card{background:#fff;border:1px solid #f0f0f0;border-radius:8px;padding:20px;margin-bottom:16px}.cg-form{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap}.cg-input{display:flex;flex-direction:column;gap:6px;flex:1 1;min-width:220px}.cg-input span{font-size:14px;color:rgba(0,0,0,.88)}.cg-input input{height:40px;padding:0 12px;border:1px solid #d9d9d9;border-radius:6px;font:inherit;font-size:14px}.cg-input input:focus{border-color:var(--primary,#1755A6);outline:none;box-shadow:0 0 0 2px rgba(23,85,166,.1)}.cg-btn{height:40px;padding:0 28px;border:none;border-radius:20px;background:var(--primary,#1755A6);color:#fff;font:inherit;font-size:14px;cursor:pointer}.cg-btn:disabled{opacity:.6;cursor:not-allowed}.cg-alert{padding:9px 14px;border-radius:8px;font-size:14px;margin-bottom:16px}.cg-alert-ok{background:#f6ffed;border:1px solid #b7eb8f;color:#389e0d}.cg-alert-err{background:#fff2f0;border:1px solid #ffccc7;color:#cf1322}.cg-h{margin:0 0 14px;font-size:16px;font-weight:600;color:rgba(0,0,0,.88)}.cg-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px 24px;gap:16px 24px}.cg-field{display:flex;flex-direction:column;gap:4px}.cg-lbl{font-size:13px;color:rgba(0,0,0,.45)}.cg-val{font-size:14px;color:rgba(0,0,0,.88);word-break:break-word}.cg-divider{height:1px;background:#f0f0f0;margin:18px 0}.cg-trail{white-space:pre-wrap;font:inherit;font-size:13px;color:rgba(0,0,0,.75);background:#fafafa;border:1px solid #f0f0f0;border-radius:6px;padding:12px;max-height:360px;overflow:auto}@media (max-width:560px){.cg-grid{grid-template-columns:1fr}}@media (prefers-color-scheme:dark){.cg-h,.cg-input span,.cg-title,.cg-val{color:var(--text,#e6e6e6)}.cg-card{background:var(--bg,#141414);border-color:var(--border-2,#303030)}}.idc-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}.idc-title{margin:0;font-size:20px;font-weight:600;color:rgba(0,0,0,.88)}.idc-tools{display:flex;align-items:center;gap:12px}.idc-seg{display:inline-flex;background:#f0f2f5;border-radius:8px;padding:2px}.idc-seg button{border:none;background:none;padding:6px 16px;border-radius:6px;font:inherit;font-size:14px;color:rgba(0,0,0,.65);cursor:pointer}.idc-seg button.on{background:#fff;color:rgba(0,0,0,.88);box-shadow:0 1px 2px rgba(0,0,0,.1)}.idc-print{height:36px;padding:0 18px;border:none;border-radius:18px;background:var(--primary,#1755A6);color:#fff;font:inherit;font-size:14px;cursor:pointer}.idc-stage{display:flex;justify-content:center;padding:12px 0}.idc-card{background:#fff;overflow:hidden;box-shadow:0 6px 24px rgba(0,0,0,.12)}.idc-v{width:360px;border-radius:12px;background:#1755a6;padding:8px}.idc-v-head{height:160px;background:50%/cover no-repeat;border-radius:8px 8px 0 0;position:relative;display:flex;align-items:flex-start;justify-content:space-between;padding:12px 20px}.idc-logo{height:28px;width:auto}.idc-photo{position:absolute;left:50%;bottom:-46px;transform:translateX(-50%);width:140px;height:140px;background:50%/contain no-repeat;display:flex;align-items:center;justify-content:center}.idc-photo img{width:104px;height:104px;border-radius:50%;object-fit:cover;background:#fff}.idc-v-body{background:#fff;border-radius:0 0 8px 8px;padding:56px 22px 18px;text-align:center;display:flex;flex-direction:column;gap:8px;align-items:center}.idc-name{font-size:20px;font-weight:600;color:#1755a6}.idc-ab{font-size:14px;color:rgba(0,0,0,.88)}.idc-ab b{font-weight:600}.idc-row{display:flex;align-items:center;gap:8px;font-size:13px;color:rgba(0,0,0,.88);text-align:left;max-width:100%}.idc-ic{width:22px;height:22px;flex:none}.idc-addr,.idc-company{line-height:1.4}.idc-company{font-size:11px;font-weight:700;color:rgba(0,0,0,.75);margin-top:6px}.idc-sign{display:flex;flex-direction:column;align-items:center;gap:2px;margin-top:6px}.idc-sign img{height:34px}.idc-sign span{font-size:11px;color:rgba(0,0,0,.65)}.idc-foot{background:#1755a6;color:#fff;text-align:center;font-size:11px;padding:8px;border-radius:0 0 8px 8px;margin-top:8px}.idc-h{width:570px;max-width:100%;border-radius:12px;border:1px solid #f0f0f0}.idc-h-head{height:100px;background:50%/cover no-repeat;display:flex;align-items:center;justify-content:space-between;padding:0 34px;position:relative}.idc-h .idc-photo.h{position:static;transform:none;width:120px;height:120px;margin-top:24px}.idc-h .idc-photo.h img{width:88px;height:88px}.idc-logo.h{height:30px}.idc-h-body{padding:36px 34px 16px;display:flex;flex-direction:column;gap:6px}.idc-h .idc-ab,.idc-h .idc-name,.idc-h .idc-row{text-align:left}@media print{.acct-side,.crumbs,.idc-top,footer,header{display:none!important}.idc-stage{padding:0}}@media (prefers-color-scheme:dark){.idc-title{color:var(--text,#e6e6e6)}}.sb-skel{display:flex;flex-direction:column;gap:6px;padding:6px 0}.sb-skel-row{display:flex;align-items:center;gap:10px;padding:8px 11px}.sb-skel-ic{width:24px;height:24px;flex:none}.sb-skel-bar,.sb-skel-ic{border-radius:6px;background:linear-gradient(90deg,#f0f0f0 25%,#f7f7f7 37%,#f0f0f0 63%);background-size:400% 100%;animation:sb-shimmer 1.4s ease infinite}.sb-skel-bar{height:12px;flex:1 1}.sb-skel-row:nth-child(2n) .sb-skel-bar{max-width:70%}.sb-skel-row:nth-child(3n) .sb-skel-bar{max-width:85%}@keyframes sb-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion:reduce){.sb-skel-bar,.sb-skel-ic{animation:none}}@media (prefers-color-scheme:dark){.sb-skel-bar,.sb-skel-ic{background:linear-gradient(90deg,#1f1f1f 25%,#2a2a2a 37%,#1f1f1f 63%);background-size:400% 100%}}.agr-radios{display:flex;gap:20px;margin-bottom:16px;flex-wrap:wrap}.agr-table{min-width:900px}.agr-table td,.agr-table th{white-space:nowrap}.agr-sticky{z-index:1}@media (prefers-color-scheme:dark){.agr-title{color:var(--text,#e6e6e6)}.agr-card{border-color:var(--border-2,#303030)}.agr-card,.agr-sticky{background:var(--bg,#141414)}.agr-table thead .agr-sticky{background:var(--bg-layout,#1f1f1f)}}.agr-title{margin:0 0 16px;font-size:20px;font-weight:600;color:rgba(0,0,0,.88)}.agr-card{background:#fff;border:1px solid #f0f0f0;border-radius:8px;padding:16px}.agr-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:16px}.agr-lbl{font-size:14px;font-weight:600;color:rgba(0,0,0,.88)}.agr-lbl-fy{margin-left:8px}.agr-radio{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:rgba(0,0,0,.88);cursor:pointer}.agr-radio input{accent-color:var(--primary,#1755A6)}.agr-radio.on{color:var(--primary,#1755A6);font-weight:600}.agr-fy{height:34px;padding:0 12px;border:1px solid #d9d9d9;border-radius:6px;font:inherit;font-size:14px;background:#fff;color:rgba(0,0,0,.88)}.agr-download{margin-left:auto;display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 18px;border-radius:18px;background:var(--primary,#1755A6);color:#fff;font-size:14px;text-decoration:none}.agr-download:hover{color:#fff;opacity:.92}.agr-scroll{width:100%;overflow-x:auto;overflow-y:hidden;border:1px solid #f0f0f0;border-radius:8px}.agr-scroll::-webkit-scrollbar{height:12px}.agr-scroll::-webkit-scrollbar-thumb{background:#c9c9c9;border-radius:6px;border:3px solid #fff}.agr-scroll::-webkit-scrollbar-track{background:#f5f5f5}.agr-table{border-collapse:separate;border-spacing:0;min-width:1400px;font-size:14px;white-space:nowrap}.agr-table th{background:#fafafa;color:rgba(0,0,0,.88);font-weight:600}.agr-table td,.agr-table th{padding:12px 16px;border-bottom:1px solid #f0f0f0;white-space:nowrap}.agr-table tbody tr:hover td{background:#fafafa}.agr-sticky{position:-webkit-sticky;position:sticky;left:0;z-index:2;background:#fff}.agr-table thead .agr-sticky{background:#fafafa;z-index:3}.agr-pager{display:flex;align-items:center;justify-content:flex-end;gap:6px;margin-top:16px;flex-wrap:wrap}.agr-pg-arrow,.agr-pg-num{min-width:32px;height:32px;padding:0 8px;border:1px solid #d9d9d9;border-radius:6px;background:#fff;color:rgba(0,0,0,.88);font:inherit;font-size:14px;cursor:pointer}.agr-pg-arrow:hover:not(:disabled),.agr-pg-num.on,.agr-pg-num:hover:not(.on){border-color:var(--primary,#1755A6);color:var(--primary,#1755A6)}.agr-pg-arrow:disabled{opacity:.4;cursor:not-allowed}.agr-pg-ell{padding:0 4px;color:rgba(0,0,0,.45)}.agr-pg-size{height:32px;border:1px solid #d9d9d9;border-radius:6px;font:inherit;font-size:14px;padding:0 8px;background:#fff;margin-left:6px}@media (prefers-color-scheme:dark){.agr-lbl,.agr-radio,.agr-title{color:var(--text,#e6e6e6)}.agr-card,.agr-fy,.agr-pg-arrow,.agr-pg-num,.agr-pg-size{background:var(--bg,#141414);border-color:var(--border-2,#303030)}.agr-fy,.agr-pg-arrow,.agr-pg-num,.agr-pg-size{color:var(--text,#e6e6e6)}.agr-table th,.agr-table thead .agr-sticky{background:var(--bg-layout,#1f1f1f)}.agr-table td,.agr-table th{border-color:var(--border-2,#303030)}.agr-sticky{background:var(--bg,#141414)}.agr-table tbody tr:hover td{background:var(--bg-layout,#1f1f1f)}}.acct-content,.acct-page{min-width:0}.agr,.ah,.ledger,.pinfo,.ppl{min-width:0;max-width:100%}.ppl-title{margin:0 0 16px;font-size:20px;font-weight:600;color:rgba(0,0,0,.88)}.ppl-card{background:#fff;border:1px solid #f0f0f0;border-radius:8px;padding:16px;margin-bottom:16px}.ppl-filters{display:flex;gap:20px;align-items:flex-end;flex-wrap:wrap}.ppl-fld{display:flex;flex-direction:column;gap:6px}.ppl-fld>span{font-size:14px;color:rgba(0,0,0,.88)}.ppl-req{color:#cf1322}.ppl-fld select{height:38px;min-width:220px;padding:0 12px;border:1px solid #d9d9d9;border-radius:6px;font:inherit;font-size:14px;background:#fff}.ppl-search{flex:1 1;min-width:240px}.ppl-searchrow{display:flex;gap:8px}.ppl-searchrow input{flex:1 1;padding:0 12px;border:1px solid #d9d9d9;border-radius:6px}.ppl-searchbtn,.ppl-searchrow input{height:38px;font:inherit;font-size:14px}.ppl-searchbtn{padding:0 18px;border:none;border-radius:6px;background:var(--primary,#1755A6);color:#fff;cursor:pointer}.ppl-searchbtn:disabled{opacity:.5;cursor:not-allowed}.ppl-table{min-width:760px}.ppl-table th{background:#fafafa;font-weight:600;color:rgba(0,0,0,.88);padding:12px 16px}.ppl-table td,.ppl-table th{border-bottom:1px solid #f0f0f0}.ppl-table td{padding:10px 16px}.ppl-img{width:48px;height:48px;object-fit:contain;border:1px solid #f0f0f0;border-radius:6px;background:#fff}@media (prefers-color-scheme:dark){.ppl-title{color:var(--text,#e6e6e6)}.ppl-card,.ppl-fld select,.ppl-searchrow input{background:var(--bg,#141414);border-color:var(--border-2,#303030)}.ppl-fld select,.ppl-searchrow input{color:var(--text,#e6e6e6)}.ppl-table th{background:var(--bg-layout,#1f1f1f)}}.ypv-head{display:flex;align-items:center;gap:12px;margin-bottom:16px}.ypv-back{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;font-size:18px;color:rgba(0,0,0,.65);text-decoration:none;flex:none}.ypv-back:hover{background:#f5f5f5;color:var(--primary,#1755A6)}.ypv-title{margin:0;font-size:20px;font-weight:600;color:rgba(0,0,0,.88)}.ypv-card{background:#fff;border:1px solid #f0f0f0;border-radius:8px;padding:16px;margin-bottom:16px}.ypv-searchfld{display:flex;flex-direction:column;gap:6px;max-width:520px}.ypv-searchfld>span{font-size:14px;color:rgba(0,0,0,.88)}.ypv-searchrow{display:flex}.ypv-searchrow input{flex:1 1;padding:0 12px;border:1px solid #d9d9d9;border-right:none;border-radius:6px 0 0 6px}.ypv-searchbtn,.ypv-searchrow input{height:40px;font:inherit;font-size:14px}.ypv-searchbtn{padding:0 18px;border:none;border-radius:0 6px 6px 0;background:var(--primary,#1755A6);color:#fff;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.ypv-searchbtn:hover{filter:brightness(1.08)}.ypv-searchbtn:disabled{opacity:.6;cursor:default}.ypv-table tbody tr:hover{background:#fafafa}.ypv-busy{position:relative}.ypv-busy:after{content:"";position:absolute;inset:0;background:rgba(255,255,255,.45);border-radius:8px;pointer-events:none}.ypv-pager{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px;margin-top:16px}.ypv-pg{min-width:32px;height:32px;padding:0 6px;border:1px solid #d9d9d9;border-radius:6px;background:#fff;font:inherit;font-size:14px;cursor:pointer;color:rgba(0,0,0,.85);display:inline-flex;align-items:center;justify-content:center}.ypv-pg.on,.ypv-pg:hover:not(:disabled){border-color:var(--primary,#1755A6);color:var(--primary,#1755A6)}.ypv-pg.on{font-weight:600}.ypv-pg-arrow{font-size:16px;line-height:1}.ypv-pg:disabled{opacity:.4;cursor:default}.ypv-pg-ellip{min-width:24px;text-align:center;color:rgba(0,0,0,.35)}.ypv-crumb-ic{display:inline-flex;align-items:center;color:rgba(0,0,0,.45)}.ypv-scroll{width:100%;overflow-x:auto}.ypv-pintable,.ypv-table{width:100%;min-width:560px;border-collapse:collapse;font-size:14px}.ypv-pintable th,.ypv-table th{background:#fafafa;font-weight:600;color:rgba(0,0,0,.88);padding:12px 16px;border:1px solid #f0f0f0;text-align:left}.ypv-pintable td,.ypv-table td{padding:16px;border:1px solid #f0f0f0;color:rgba(0,0,0,.85)}.ypv-tabs{display:flex;gap:4px;border-bottom:1px solid #f0f0f0;margin-bottom:16px;flex-wrap:wrap}.ypv-tab{padding:10px 16px;background:none;font:inherit;font-size:14px;color:rgba(0,0,0,.65);cursor:pointer;border:none;border-bottom:2px solid transparent;margin-bottom:-1px}.ypv-tab.on{color:var(--primary,#1755A6);font-weight:600;border-bottom-color:var(--primary,#1755A6)}.ypv-summary{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.ypv-name{font-size:18px;color:rgba(0,0,0,.65)}.ypv-name b,.ypv-pvrow{color:rgba(0,0,0,.88)}.ypv-pvrow{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:18px}.ypv-lbl{color:rgba(0,0,0,.45)}.ypv-badge{padding:2px 8px;border-radius:4px;font-size:14px}.ypv-badge,.ypv-refresh{display:inline-flex;align-items:center;gap:4px}.ypv-refresh{border:none;background:none;color:var(--primary,#1755A6);font:inherit;font-size:14px;cursor:pointer}.ypv-tentative{align-self:flex-start;background:#fffbe6;border:1px solid #ffe58f;color:#873800;font-size:13px;padding:5px 12px;border-radius:6px}.ypv-crumbs{display:flex;align-items:center;gap:4px;flex-wrap:wrap;margin-bottom:10px;color:rgba(0,0,0,.65);font-size:14px}.ypv-crumb{border:none;background:none;color:rgba(0,0,0,.65);font:inherit;cursor:pointer;padding:0}.ypv-crumb:hover{color:var(--primary,#1755A6);text-decoration:underline}.ypv-crumb-sep{color:rgba(0,0,0,.35);margin:0 2px}.ypv-viewdown{border:none;background:none;color:var(--primary,#1755A6);font:inherit;font-size:14px;cursor:pointer;padding:0}@media (prefers-color-scheme:dark){.ypv-name b,.ypv-pvrow,.ypv-title{color:var(--text,#e6e6e6)}.ypv-card,.ypv-searchrow input{background:var(--bg,#141414);border-color:var(--border-2,#303030)}.ypv-searchrow input{color:var(--text)}.ypv-pintable th,.ypv-table th{background:var(--bg-layout,#1f1f1f)}.ypv-pintable td,.ypv-pintable th,.ypv-table td,.ypv-table th{border-color:var(--border-2,#303030)}.ypv-table tbody tr:hover{background:var(--bg-layout,#1f1f1f)}.ypv-table td{color:var(--text,#e6e6e6)}.ypv-back:hover{background:var(--bg-layout,#1f1f1f)}.ypv-busy:after{background:rgba(0,0,0,.35)}.ypv-pg,.ypv-pg.on{background:var(--bg,#141414);border-color:var(--border-2,#303030);color:var(--text,#e6e6e6)}.ypv-pg.on{border-color:var(--primary,#1755A6);color:var(--primary,#1755A6)}}.ygrp-kyc,.ygrp-kyc-card{display:flex}.ygrp-kyc{align-items:center;gap:14px}.ygrp-kyc-ic{flex:none;display:inline-flex}.ygrp-kyc-title{font-size:18px;font-weight:700;color:rgba(0,0,0,.88);line-height:1.3}.ygrp-kyc-msg{font-size:14px;color:rgba(0,0,0,.45);margin-top:2px}@media (prefers-color-scheme:dark){.ygrp-kyc-title{color:var(--text,#e6e6e6)}.ygrp-kyc-msg{color:var(--text-3,#9aa6b2)}}.ygrp-searchrow{display:flex;gap:12px;align-items:center;max-width:560px}.ygrp-searchrow input{flex:1 1;padding:0 12px;border:1px solid #d9d9d9;border-radius:6px}.ygrp-searchrow input,.ygrp-showbtn{height:40px;font:inherit;font-size:14px}.ygrp-showbtn{padding:0 28px;border:none;border-radius:20px;background:var(--primary,#1755A6);color:#fff;cursor:pointer}.ygrp-showbtn:hover:not(:disabled){filter:brightness(1.08)}.ygrp-showbtn:disabled{opacity:.55;cursor:default}.ygrp-scroll{overflow-x:auto;white-space:nowrap;padding:6px 2px}.ygrp-node{font-size:14px}.ygrp-children{margin-left:12px;padding-left:14px;border-left:1px solid #e8e8e8}.ygrp-row{gap:6px;padding:3px 4px;white-space:nowrap}.ygrp-row,.ygrp-switch{display:inline-flex;align-items:center}.ygrp-switch{width:20px;height:20px;flex:none;justify-content:center;border:none;background:none;cursor:pointer;color:rgba(0,0,0,.45);font-size:14px;line-height:1}.ygrp-switch:hover{color:var(--primary,#1755A6)}.ygrp-switch-leaf{width:20px;flex:none;text-align:center;color:rgba(0,0,0,.25)}.ygrp-spin{width:12px;height:12px;border:2px solid rgba(0,0,0,.15);border-top:2px solid var(--primary,#1755a6);border-radius:50%;display:inline-block;animation:ygrp-rot .7s linear infinite}@keyframes ygrp-rot{to{transform:rotate(1turn)}}.ygrp-user{flex:none;vertical-align:-2px;margin-right:3px}.ygrp-label{display:inline-flex;align-items:center;font-size:16px;cursor:pointer}.ygrp-label.active{color:#52c41a;font-weight:600}.ygrp-label.inactive{color:var(--primary,#1755A6)}.ygrp-label.terminated{color:#f5222d}.ygrp-label:hover .ygrp-name{text-decoration:underline}.ygrp-name{font-size:16px}.ygrp-status{color:rgba(0,0,0,.45);font-size:13px}.ygrp-status .ygrp-b{color:rgba(0,0,0,.85);font-weight:600}@media (prefers-color-scheme:dark){.ygrp-children,.ygrp-searchrow input{border-color:var(--border-2,#303030)}.ygrp-searchrow input{background:var(--bg,#141414);color:var(--text)}.ygrp-status,.ygrp-switch,.ygrp-switch-leaf{color:var(--text-3,#9aa6b2)}.ygrp-status .ygrp-b{color:var(--text,#e6e6e6)}}.ppq-form{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end}.ppq-fld{display:flex;flex-direction:column;gap:6px;flex:1 1;min-width:220px}.ppq-fld>span{font-size:14px;color:rgba(0,0,0,.88)}.ppq-fld input,.ppq-fld select{height:40px;padding:0 12px;border:1px solid #d9d9d9;border-radius:6px;font:inherit;font-size:14px;background:#fff;color:rgba(0,0,0,.88)}.ppq-show{height:40px;padding:0 34px;border:none;border-radius:20px;background:var(--primary,#1755A6);color:#fff;font:inherit;font-size:14px;cursor:pointer;flex:none}.ppq-show:hover:not(:disabled){filter:brightness(1.08)}.ppq-show:disabled{opacity:.55;cursor:default}.ppq-panel{background:#fafafa;border:1px solid #f0f0f0;border-radius:8px;padding:16px;margin-top:16px}.ppq-panel-head{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:12px;margin-bottom:16px}.ppq-panel-title{font-size:18px;font-weight:600;color:rgba(0,0,0,.88)}.ppq-controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.ppq-fylbl{font-size:14px;color:rgba(0,0,0,.45)}.ppq-fy{height:32px;padding:0 10px;border:1px solid #d9d9d9;border-radius:6px;font:inherit;font-size:14px;background:#fff}.ppq-seg{display:inline-flex;background:#f0f0f0;border-radius:8px;padding:2px}.ppq-seg button{border:none;background:none;padding:5px 14px;border-radius:6px;font:inherit;font-size:13px;color:rgba(0,0,0,.65);cursor:pointer}.ppq-seg button.on{background:#fff;color:rgba(0,0,0,.88);box-shadow:0 1px 2px rgba(0,0,0,.12)}.ypv-table-bordered td,.ypv-table-bordered th{border:1px solid #f0f0f0}.ppq-exp{text-align:center}.ppq-exp button{border:none;background:none;cursor:pointer;color:rgba(0,0,0,.45);font-size:14px}.ppq-exp button:hover{color:var(--primary,#1755A6)}.ppq-detail-row>td{background:#fafafa;padding:8px 12px!important}.ppq-detail td,.ppq-detail th{font-size:13px;padding:8px 10px}.ppq-detail th{background:#f0f0f0}.ppq-tag{display:inline-block;padding:1px 8px;border:1px solid #d9d9d9;border-radius:4px;font-size:12px;color:rgba(0,0,0,.65)}.ppq-tag,.ppq-total td{background:#fafafa}.ppq-legend{display:flex;gap:18px;align-items:center;justify-content:center;margin-top:8px;font-size:13px;color:rgba(0,0,0,.65)}.ppq-legend i{display:inline-block;width:12px;height:12px;border-radius:2px;margin-right:6px;vertical-align:-1px}.ppq-legend-x{margin-left:12px;font-weight:600;color:rgba(0,0,0,.88)}.ppq-alert{padding:9px 14px;background:#fffbe6;border:1px solid #ffe58f;border-radius:8px;font-size:14px;color:#874d00}.ppq-alert,.ppq-empty{display:flex;align-items:center;gap:8px;margin-top:16px}.ppq-empty{flex-direction:column;text-align:center;padding:40px 16px}.ppq-empty h3{margin:8px 0 0;font-size:18px;font-weight:600;color:rgba(0,0,0,.88)}.ppq-empty p{margin:0;max-width:460px;font-size:14px;color:rgba(0,0,0,.45)}.ppq-nodata{display:flex;flex-direction:column;align-items:center;gap:10px;padding:48px 16px}.ppq-nodata h2{margin:0;font-size:20px;font-weight:600;color:rgba(0,0,0,.88)}@media (prefers-color-scheme:dark){.ppq-fld>span{color:var(--text,#e6e6e6)}.ppq-fld input,.ppq-fld select,.ppq-fy{background:var(--bg,#141414);border-color:var(--border-2,#303030);color:var(--text)}.ppq-panel{background:var(--bg-layout,#1f1f1f);border-color:var(--border-2,#303030)}.ppq-empty h3,.ppq-legend-x,.ppq-nodata h2,.ppq-panel-title{color:var(--text,#e6e6e6)}.ppq-seg{background:#000}.ppq-detail th,.ppq-detail-row>td,.ppq-seg button.on,.ppq-total td{background:var(--bg,#141414)}.ppq-alert{background:#2b2611;border-color:#594a1a;color:#e8d9a0}}.kycc-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;margin-top:24px;padding:32px 16px}.kycc-icon{width:100px;height:100px}.kycc-title{margin:4px 0 0;font-size:24px;font-weight:600;color:rgba(0,0,0,.88)}.kycc-msg{margin:0;font-size:18px;color:rgba(0,0,0,.45);max-width:520px}.kycc-reasons{margin-top:12px;text-align:left;max-width:320px;width:100%}.kycc-reason-h{font-size:16px;font-weight:600;text-decoration:underline;color:rgba(0,0,0,.55);text-align:center;margin-bottom:6px}.kycc-reasons ul{list-style:none;margin:0;padding:0}.kycc-reasons li{color:#f5222d;font-size:14px;padding:2px 0}@media (prefers-color-scheme:dark){.kycc-title{color:var(--text,#e6e6e6)}.kycc-msg,.kycc-reason-h{color:var(--text-3,#9aa6b2)}}.pvc-form{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end}.pvc-fld{display:flex;flex-direction:column;gap:6px}.pvc-fld>span{font-size:14px;color:rgba(0,0,0,.88)}.pvc-fld input{height:40px;padding:0 12px;border:1px solid #d9d9d9;border-radius:6px;font:inherit;font-size:14px;background:#fff;color:rgba(0,0,0,.88);width:120px}.pvc-prod{flex:1 1;min-width:260px}.pvc-combo{position:relative}.pvc-combo input{width:100%}.pvc-opts{position:absolute;z-index:20;top:44px;left:0;right:0;max-height:280px;overflow-y:auto;background:#fff;border:1px solid #e8e8e8;border-radius:8px;box-shadow:0 6px 18px rgba(0,0,0,.12)}.pvc-opt{display:block;width:100%;text-align:left;padding:9px 12px;border:none;background:none;font:inherit;font-size:14px;color:rgba(0,0,0,.85);cursor:pointer}.pvc-opt:hover{background:#f5f7fb}.pvc-opt-empty{padding:12px;font-size:13px;color:rgba(0,0,0,.4);text-align:center}.pvc-add{height:40px;padding:0 22px;border:none;border-radius:8px;background:var(--primary,#1755A6);color:#fff;font:inherit;font-size:14px;cursor:pointer}.pvc-add:hover:not(:disabled){filter:brightness(1.08)}.pvc-add:disabled{opacity:.5;cursor:default}.pvc-table td,.pvc-table th{white-space:nowrap}.pvc-step{display:inline-flex;align-items:center;gap:8px}.pvc-step button{width:24px;height:24px;border:1px solid #d9d9d9;border-radius:6px;background:#fff;cursor:pointer;color:var(--primary,#1755A6);font-size:13px;line-height:1}.pvc-step button:disabled{opacity:.35;cursor:default;color:rgba(0,0,0,.4)}.pvc-del{border:none;background:none;color:#f5222d;font:inherit;font-size:14px;cursor:pointer;padding:0}@media (prefers-color-scheme:dark){.pvc-fld>span{color:var(--text,#e6e6e6)}.pvc-fld input,.pvc-opts{background:var(--bg,#141414);border-color:var(--border-2,#303030);color:var(--text)}.pvc-opt{color:var(--text,#e6e6e6)}.pvc-opt:hover{background:var(--bg-layout,#1f1f1f)}.pvc-step button{background:var(--bg,#141414);border-color:var(--border-2,#303030)}}.org-wrap{overflow-x:auto}.org{display:inline-block;min-width:100%;padding:12px 20px 20px;text-align:center}.org-tree,.org-tree ul{list-style:none;margin:0;padding:0;display:flex;justify-content:center}.org-tree li{padding:24px 10px 0;display:flex;flex-direction:column;align-items:center}.org-tree li,.org-tree ul{position:relative}.org-tree ul:before{content:"";position:absolute;top:0;left:50%;height:24px;border-left:1px solid #d0d7de}.org-tree ul li:after,.org-tree ul li:before{content:"";position:absolute;top:0;height:24px;width:50%;border-top:1px solid #d0d7de}.org-tree ul li:before{right:50%;border-right:1px solid #d0d7de}.org-tree ul li:after{left:50%}.org-tree ul li:only-child:after,.org-tree ul li:only-child:before{display:none}.org-tree ul li:only-child{padding-top:24px}.org-tree ul li:first-child:before,.org-tree ul li:last-child:after{border:0}.org-tree ul li:last-child:before{border-right:1px solid #d0d7de;border-radius:0 6px 0 0}.org-tree ul li:first-child:after{border-radius:6px 0 0 0}.org-node{display:flex;gap:10px;align-items:flex-start;text-align:left;width:230px;padding:12px;border:1px solid #f0f0f0;border-radius:10px;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.06);cursor:pointer;transition:box-shadow .15s,border-color .15s}.org-node:hover{border-color:var(--primary,#1755A6);box-shadow:0 4px 12px rgba(0,0,0,.1)}.org-avatar{flex:none;width:36px;height:36px;border-radius:50%;background:#fde3cf;color:#f56a00;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px}.org-info{min-width:0}.org-name{font-size:14px;font-weight:600;color:rgba(0,0,0,.88);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px}.org-meta{font-size:12px;color:rgba(0,0,0,.45);margin-top:2px}.org-meta span{color:rgba(0,0,0,.8)}@media (prefers-color-scheme:dark){.org-node{background:var(--bg,#141414);border-color:var(--border-2,#303030)}.org-meta span,.org-name{color:var(--text,#e6e6e6)}.org-tree ul li:after,.org-tree ul li:before,.org-tree ul:before{border-color:var(--border-2,#404040)}}.piyg-filters{display:flex;flex-wrap:wrap;gap:16px;margin-top:16px}.piyg-filters .ppq-fld{flex:1 1;min-width:180px}.piyg-filters select{height:40px;padding:0 12px;border:1px solid #d9d9d9;border-radius:6px;font:inherit;font-size:14px;background:#fff;color:rgba(0,0,0,.88)}.piyg-filters select:disabled{opacity:.5;cursor:not-allowed}.piyg-table{font-size:13px;white-space:nowrap}.piyg-table td,.piyg-table th{padding:9px 12px}@media (prefers-color-scheme:dark){.piyg-filters select{background:var(--bg,#141414);border-color:var(--border-2,#303030);color:var(--text)}}.piyg-charts{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-top:16px}@media (max-width:820px){.piyg-charts{grid-template-columns:1fr}}.piyg-chart{margin:0}.piyg-chart-t{font-size:14px;font-weight:600;color:rgba(0,0,0,.88);margin-bottom:14px}.piyg-bars{display:flex;align-items:flex-end;gap:10px;height:170px;padding-top:10px}.piyg-bar-col{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:4px}.piyg-bar-val{font-size:11px;color:rgba(0,0,0,.55);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.piyg-bar{width:60%;max-width:34px;background:linear-gradient(180deg,#2f7ed8,#1755A6);border-radius:4px 4px 0 0}.piyg-bar-x{font-size:11px;color:rgba(0,0,0,.55)}.piyg-hbars{display:flex;flex-direction:column;gap:9px}.piyg-hrow{display:grid;grid-template-columns:110px 1fr auto;align-items:center;grid-gap:8px;gap:8px;font-size:12px}.piyg-hlabel{color:rgba(0,0,0,.65);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.piyg-htrack{height:12px;background:#f0f0f0;border-radius:6px;overflow:hidden}.piyg-hfill{display:block;height:100%;background:#52c41a;border-radius:6px}.piyg-hval{color:rgba(0,0,0,.75);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}@media (prefers-color-scheme:dark){.piyg-chart-t{color:var(--text,#e6e6e6)}.piyg-bar-val,.piyg-bar-x,.piyg-hlabel{color:var(--text-3,#9aa6b2)}.piyg-htrack{background:var(--bg-layout,#1f1f1f)}.piyg-hval{color:var(--text,#e6e6e6)}}.piyg-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-top:16px}.piyg-showing{font-size:13px;color:rgba(0,0,0,.45)}@media (prefers-color-scheme:dark){.piyg-showing{color:var(--text-3,#9aa6b2)}}.piyg-summary{align-items:center;justify-content:space-between;gap:12px;margin-top:16px}.piyg-chips,.piyg-summary{display:flex;flex-wrap:wrap}.piyg-chips{gap:8px}.piyg-chip{background:var(--primary-bg,#eaf1fb);font-size:13px;font-weight:600;padding:5px 12px;border-radius:16px}.piyg-chip,.piyg-export{color:var(--primary,#1755A6)}.piyg-export{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 16px;border:1px solid var(--primary,#1755a6);border-radius:8px;background:#fff;font:inherit;font-size:13px;font-weight:600;cursor:pointer}.piyg-export:hover{background:var(--primary,#1755A6);color:#fff}.piyg-tablewrap{margin-top:12px}.piyg-scroll{overflow:auto;max-height:70vh;border-radius:6px}.piyg-th{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.piyg-th:hover{background:#f0f4fa}.piyg-sortic{color:rgba(0,0,0,.3);font-size:11px}.piyg-sticky thead th{position:-webkit-sticky;position:sticky;top:0;z-index:3;background:#fafafa}.piyg-sticky tbody td:first-child,.piyg-sticky thead th:first-child{position:-webkit-sticky;position:sticky;left:0;z-index:2;background:#fff}.piyg-sticky thead th:first-child{z-index:4}.piyg-sticky tbody td:nth-child(2),.piyg-sticky thead th:nth-child(2){position:-webkit-sticky;position:sticky;left:88px;z-index:2;background:#fff}.piyg-sticky thead th:nth-child(2){z-index:4}.piyg-sticky tbody tr:hover td{background:#fafafa}.piyg-skel{padding:8px}.piyg-skel-row{height:38px;margin:8px 0;border-radius:6px;background:linear-gradient(90deg,#f2f2f2 25%,#e9e9e9 37%,#f2f2f2 63%);background-size:400% 100%;animation:piyg-shim 1.3s ease infinite}@keyframes piyg-shim{0%{background-position:100% 0}to{background-position:-100% 0}}@media (max-width:720px){.piyg-scroll{max-height:none}.piyg-sticky thead{display:none}.piyg-sticky,.piyg-sticky tbody,.piyg-sticky td,.piyg-sticky tr{display:block;width:auto}.piyg-sticky tr{border:1px solid #f0f0f0;border-radius:10px;margin-bottom:10px;padding:6px 10px;background:#fff}.piyg-sticky td{position:static!important;display:flex;justify-content:space-between;gap:12px;border:none;border-bottom:1px solid #f7f7f7;padding:7px 2px;text-align:right!important}.piyg-sticky td:before{content:attr(data-label);font-weight:600;color:rgba(0,0,0,.55);text-align:left}}@media (prefers-color-scheme:dark){.piyg-chip{background:rgba(23,85,166,.22)}.piyg-export{background:var(--bg,#141414)}.piyg-sticky thead th,.piyg-th:hover{background:var(--bg-layout,#1f1f1f)}.piyg-sticky tbody td:first-child,.piyg-sticky tbody td:nth-child(2){background:var(--bg,#141414)}.piyg-skel-row{background:linear-gradient(90deg,#1f1f1f 25%,#2a2a2a 37%,#1f1f1f 63%);background-size:400% 100%}@media (max-width:720px){.piyg-sticky tr{background:var(--bg,#141414);border-color:var(--border-2,#303030)}}}.piyg-stack{width:60%;max-width:34px;border-radius:4px 4px 0 0;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end}.piyg-stack-f{background:#eb5c8b;width:100%}.piyg-stack-m{background:#1755A6;width:100%}.piyg-th{vertical-align:top}.piyg-th-lbl{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.piyg-th-f{margin-top:6px;width:100%;min-width:70px;height:26px;padding:0 7px;border:1px solid #d9d9d9;border-radius:5px;font:inherit;font-size:12px;font-weight:400;background:#fff;color:rgba(0,0,0,.85)}.piyg-th-f::placeholder{color:rgba(0,0,0,.3)}.piyg-th-f:focus{outline:none;border-color:var(--primary,#1755A6)}.piyg-actions{display:flex;align-items:center;gap:10px}.piyg-clear{height:34px;padding:0 14px;border:1px solid #ffccc7;border-radius:8px;background:#fff5f5;color:#f5222d;font:inherit;font-size:13px;cursor:pointer}.piyg-clear:hover{background:#fff1f0}@media (prefers-color-scheme:dark){.piyg-th-f{background:var(--bg,#141414);border-color:var(--border-2,#303030);color:var(--text,#e6e6e6)}.piyg-clear{background:rgba(245,34,45,.12);border-color:rgba(245,34,45,.4)}}.piyg-upline{margin-top:16px}.piyg-upline-t{font-size:16px;font-weight:600;color:rgba(0,0,0,.88);margin-bottom:12px}.piyg-upline-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.piyg-upline-grid>div{display:flex;flex-direction:column;gap:3px}.piyg-upline-grid span{font-size:13px;color:rgba(0,0,0,.45)}.piyg-upline-grid b{font-size:15px;color:rgba(0,0,0,.88)}.piyg-downof{margin-top:16px;font-size:15px;color:rgba(0,0,0,.65)}.piyg-downof b{color:var(--primary,#1755A6);font-weight:600}@media (max-width:720px){.piyg-upline-grid{grid-template-columns:repeat(2,1fr)}}@media (prefers-color-scheme:dark){.piyg-upline-grid b,.piyg-upline-t{color:var(--text,#e6e6e6)}.piyg-downof,.piyg-upline-grid span{color:var(--text-3,#9aa6b2)}}.crew-detail-t{font-size:13px;font-weight:600;color:rgba(0,0,0,.65);margin-bottom:8px}@media (prefers-color-scheme:dark){.crew-detail-t{color:var(--text-3,#9aa6b2)}}.drv-radios{display:flex;gap:10px;flex-wrap:wrap}.drv-radio{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;border:1px solid #d9d9d9;border-radius:20px;font-size:14px;cursor:pointer;color:rgba(0,0,0,.75)}.drv-radio.on{border-color:var(--primary,#1755A6);background:var(--primary-bg,#eaf1fb);color:var(--primary,#1755A6);font-weight:600}.drv-radio input{accent-color:var(--primary,#1755A6)}@media (prefers-color-scheme:dark){.drv-radio{background:var(--bg,#141414);border-color:var(--border-2,#303030);color:var(--text)}.drv-radio.on{background:rgba(23,85,166,.22)}}.puc-grade{display:inline-block;min-width:26px;text-align:center;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:700}.puc-g-a{background:#f6ffed;color:#389e0d}.puc-g-b{background:#e6f4ff;color:#1677ff}.puc-g-c{background:#fffbe6;color:#d48806}.puc-g-d{background:#fff1f0;color:#cf1322}@media (prefers-color-scheme:dark){.puc-g-a{background:rgba(56,158,13,.18)}.puc-g-b{background:rgba(22,119,255,.18)}.puc-g-c{background:rgba(212,136,6,.18)}.puc-g-d{background:rgba(207,19,34,.18)}}.pdp-dispatch{display:inline-flex;align-items:center;gap:8px;margin-top:8px;padding:7px 12px;border-radius:8px;font-size:13px;font-weight:600}.pdp-dispatch.is-store{background:#f6ffed;color:#389e0d;border:1px solid #b7eb8f}.pdp-dispatch.is-depot{background:#eef4ff;color:#1755A6;border:1px solid #c3d7f5}@media (prefers-color-scheme:dark){.pdp-dispatch.is-store{background:rgba(56,158,13,.14);border-color:rgba(56,158,13,.4)}.pdp-dispatch.is-depot{background:rgba(23,85,166,.16);border-color:rgba(23,85,166,.4);color:#8fb6f0}}.perf-badge{position:fixed;right:14px;bottom:14px;z-index:9999;display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:999px;font:600 12px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:.02em;cursor:pointer;border:1px solid transparent;color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.18);opacity:.9;transition:opacity .15s ease,transform .15s ease;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.perf-badge:hover{opacity:1;transform:translateY(-1px)}.perf-badge .perf-spark{font-size:12px;line-height:1}.perf-badge.perf-good{background:#22b24c}.perf-badge.perf-warn{background:#f38220}.perf-badge.perf-bad{background:#e0364f}.perf-badge.perf-dot{width:12px;height:12px;padding:0;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.25)}@media (prefers-color-scheme:dark){.perf-badge{box-shadow:0 2px 12px rgba(0,0,0,.5)}}.gate-wrap{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f1b34,#16233f);padding:20px}.gate-card{background:#fff;border-radius:16px;padding:36px 32px;width:100%;max-width:380px;box-shadow:0 20px 60px rgba(0,0,0,.35);text-align:center}.gate-badge{display:inline-block;background:#f38220;color:#fff;font-size:11px;font-weight:800;letter-spacing:.12em;padding:4px 10px;border-radius:999px;margin-bottom:14px}.gate-title{font-size:22px;margin:0 0 6px;color:#182131;font-weight:700}.gate-sub{font-size:14px;color:#6b7280;margin:0 0 20px;line-height:1.5}.gate-input{width:100%;height:46px;border:1px solid #d2d9e4;border-radius:10px;padding:0 14px;font-size:15px;outline:none;box-sizing:border-box}.gate-input:focus{border-color:#1755A6;box-shadow:0 0 0 3px rgba(23,85,166,.12)}.gate-err{color:#c0342c;font-size:13px;margin-top:10px}.gate-btn{width:100%;height:46px;margin-top:16px;background:#1755A6;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer}.gate-btn:hover:not(:disabled){background:#12437f}.gate-btn:disabled{opacity:.6;cursor:not-allowed}.gate-note{font-size:12px;color:#9aa5b4;margin:14px 0 0}