:where(body.pg-module){--pgw-radius:24px}
:where(body.pg-module) .pg-web3-main{min-height:70vh;padding:44px 0 100px}
:where(body.pg-module) .pg-web3-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}
:where(body.pg-module) .pg-web3-hero{position:relative;overflow:hidden;padding:64px 0 54px;border-bottom:1px solid var(--pgw-border)}
:where(body.pg-module) .pg-web3-hero:before{content:"";position:absolute;inset:0;pointer-events:none;background-size:38px 38px;mask-image:linear-gradient(to bottom,#000,transparent)}
:where(body.pg-module) .pg-web3-kicker{display:inline-flex;align-items:center;gap:10px}
:where(body.pg-module) .pg-web3-kicker:before{content:"";width:24px;height:1px}
:where(body.pg-module) .pg-web3-hero h1{max-width:850px;margin:18px 0 20px}
:where(body.pg-module) .pg-web3-hero p{max-width:780px;margin:0}
:where(body.pg-module) .pg-web3-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
:where(body.pg-module) .pgw-btn,:where(body.pg-module) .pg-web3-actions a,:where(body.pg-module) .pgw-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border:1px solid var(--pgw-border);border-radius:999px;text-decoration:none;cursor:pointer;transition:.2s ease}
:where(body.pg-module) .pgw-btn:hover,:where(body.pg-module) .pg-web3-actions a:hover,:where(body.pg-module) .pgw-button:hover{transform:translateY(-1px)}
:where(body.pg-module) .pgw-btn[disabled],:where(body.pg-module) .pgw-button[disabled]{opacity:.45;cursor:not-allowed;transform:none}
:where(body.pg-module) .pgw-section{padding:64px 0;border-bottom:1px solid var(--pgw-border)}
:where(body.pg-module) .pgw-section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}
:where(body.pg-module) .pgw-section-head small{display:block}
:where(body.pg-module) .pgw-section-head h2{margin:8px 0 0}
:where(body.pg-module) .pgw-section-head p{max-width:590px;margin:0}
:where(body.pg-module) .pgw-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
:where(body.pg-module) .pgw-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
:where(body.pg-module) .pgw-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}
:where(body.pg-module) .pgw-card{position:relative;overflow:hidden;padding:24px;border:1px solid var(--pgw-border);border-radius:var(--pgw-radius)}
:where(body.pg-module) .pgw-card:after{content:"";position:absolute;inset:auto -20% -50% 40%;height:120px;pointer-events:none}
:where(body.pg-module) .pgw-card small{display:block}
:where(body.pg-module) .pgw-card h3{margin:12px 0 10px}
:where(body.pg-module) .pgw-card p{margin:0}
:where(body.pg-module) .pgw-card a.stretched{position:absolute;inset:0;z-index:2;text-indent:-9999px}
:where(body.pg-module) .pgw-card .pgw-card-link{display:inline-flex;margin-top:18px;text-decoration:none}
:where(body.pg-module) .pgw-status-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
:where(body.pg-module) .pgw-status{padding:18px;border:1px solid var(--pgw-border);border-radius:18px}
:where(body.pg-module) .pgw-status i{display:block;width:9px;height:9px;border-radius:50%;margin-bottom:14px}
:where(body.pg-module) .pgw-status strong{display:block}
:where(body.pg-module) .pgw-status span{display:block;margin-top:5px}
:where(body.pg-module) .pgw-notice{padding:18px 20px;border:1px solid var(--line);border-radius:18px}
:where(body.pg-module) .pgw-flow{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;counter-reset:flow}
:where(body.pg-module) .pgw-flow article{position:relative;padding:19px 16px;border:1px solid var(--pgw-border);border-radius:18px;counter-increment:flow}
:where(body.pg-module) .pgw-flow article:before{content:counter(flow,decimal-leading-zero);display:block;margin-bottom:12px}
:where(body.pg-module) .pgw-flow article:not(:last-child):after{content:"←";position:absolute;left:-10px;top:50%;transform:translate(-50%,-50%)}
:where(body.pg-module) .pgw-flow h3{margin:0 0 8px}
:where(body.pg-module) .pgw-flow p{margin:0}
:where(body.pg-module) .pgw-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:20px}
:where(body.pg-module) .pgw-input,:where(body.pg-module) .pgw-select,:where(body.pg-module) .pgw-textarea{width:100%;min-height:48px;padding:11px 14px;border:1px solid var(--pgw-border);border-radius:14px;outline:none}
:where(body.pg-module) .pgw-textarea{min-height:130px;resize:vertical}
:where(body.pg-module) .pgw-toolbar .pgw-input{flex:1 1 280px}
:where(body.pg-module) .pgw-toolbar .pgw-select{width:auto;min-width:190px}
:where(body.pg-module) .pgw-field{display:grid;gap:7px}
:where(body.pg-module) .pgw-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
:where(body.pg-module) .pgw-form-grid .wide{grid-column:1/-1}
:where(body.pg-module) .pgw-check{display:flex;align-items:flex-start;gap:10px}
:where(body.pg-module) .pgw-check input{margin-top:5px;accent-color:var(--pgw-accent)}
:where(body.pg-module) .pgw-table-wrap{overflow:auto;border:1px solid var(--pgw-border);border-radius:20px}
:where(body.pg-module) .pgw-table{width:100%;border-collapse:collapse;min-width:860px}
:where(body.pg-module) .pgw-table th,:where(body.pg-module) .pgw-table td{padding:15px 16px;border-bottom:1px solid var(--pgw-border);text-align:right;vertical-align:middle}
:where(body.pg-module) .pgw-table th{position:sticky;top:0;z-index:1}
:where(body.pg-module) .pgw-table tr:last-child td{border-bottom:0}
:where(body.pg-module) .pgw-table a{text-decoration:none}
:where(body.pg-module) .pgw-code{display:inline-block;max-width:270px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;direction:ltr}
:where(body.pg-module) .pgw-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border:1px solid var(--pgw-border);border-radius:999px}
:where(body.pg-module) .pgw-badge:before{content:"";width:6px;height:6px;border-radius:50%}
:where(body.pg-module) .pgw-passport{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:24px;align-items:start}
:where(body.pg-module) .pgw-passport-media{position:sticky;top:110px;overflow:hidden;border:1px solid var(--pgw-border);border-radius:28px}
:where(body.pg-module) .pgw-passport-media img{display:block;width:100%;aspect-ratio:4/3;object-fit:contain}
:where(body.pg-module) .pgw-passport-media .caption{padding:16px 18px}
:where(body.pg-module) .pgw-passport-panel{display:grid;gap:16px}
:where(body.pg-module) .pgw-passport-title{padding:26px;border:1px solid var(--pgw-border);border-radius:28px}
:where(body.pg-module) .pgw-passport-title h1{margin:12px 0 8px}
:where(body.pg-module) .pgw-passport-title p{margin:0}
:where(body.pg-module) .pgw-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid var(--pgw-border);border-radius:22px}
:where(body.pg-module) .pgw-meta div{padding:15px 17px}
:where(body.pg-module) .pgw-meta dd{margin:6px 0 0}
:where(body.pg-module) .pgw-qr-card{display:grid;grid-template-columns:170px 1fr;gap:20px;align-items:center;padding:20px;border:1px solid var(--pgw-border);border-radius:24px}
:where(body.pg-module) .pgw-qr-card img{display:block;width:170px;height:170px;object-fit:contain;image-rendering:pixelated}
:where(body.pg-module) .pgw-qr-card h3{margin:0 0 9px}
:where(body.pg-module) .pgw-qr-card p{margin:0}
:where(body.pg-module) .pgw-qr-card .pgw-btn{margin-top:12px}
:where(body.pg-module) .pgw-timeline{display:grid;gap:10px}
:where(body.pg-module) .pgw-timeline article{position:relative;padding:16px 20px 16px 16px;border-right:2px solid var(--pgw-border);border-radius:14px 0 0 14px}
:where(body.pg-module) .pgw-timeline article:before{content:"";position:absolute;right:-6px;top:22px;width:10px;height:10px;border-radius:50%}
:where(body.pg-module) .pgw-timeline time{display:block}
:where(body.pg-module) .pgw-timeline h3{margin:7px 0 5px}
:where(body.pg-module) .pgw-timeline p{margin:0}
:where(body.pg-module) .pgw-verify-box{max-width:880px;margin:0 auto;padding:28px;border:1px solid var(--pgw-border);border-radius:30px}
:where(body.pg-module) .pgw-verify-result{margin-top:24px}
:where(body.pg-module) .pgw-verify-result[hidden]{display:none}
:where(body.pg-module) .pgw-result-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:22px;border:1px solid var(--pgw-border);border-radius:20px}
:where(body.pg-module) .pgw-result-head h2{margin:7px 0 0}
:where(body.pg-module) .pgw-result-head p{margin:8px 0 0}
:where(body.pg-module) .pgw-result-icon{display:grid;place-items:center;width:52px;height:52px;border:1px solid var(--line);border-radius:50%}
:where(body.pg-module) .pgw-art-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
:where(body.pg-module) .pgw-art-card{overflow:hidden;border:1px solid var(--pgw-border);border-radius:24px}
:where(body.pg-module) .pgw-art-card img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}
:where(body.pg-module) .pgw-art-card-body{padding:19px}
:where(body.pg-module) .pgw-art-card h3{margin:10px 0 8px}
:where(body.pg-module) .pgw-art-card p{margin:0}
:where(body.pg-module) .pgw-art-card footer{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
:where(body.pg-module) .pgw-json{min-height:260px;max-height:480px;overflow:auto;padding:18px;border:1px solid var(--pgw-border);border-radius:18px;direction:ltr;text-align:left;white-space:pre-wrap;word-break:break-word}
:where(body.pg-module) .pgw-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);gap:20px;align-items:start}
:where(body.pg-module) .pgw-sticky{position:sticky;top:110px}
:where(body.pg-module) .pgw-wallet-card{max-width:780px;margin:0 auto;padding:28px;border:1px solid var(--pgw-border);border-radius:30px}
:where(body.pg-module) .pgw-wallet-state{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;overflow:hidden;margin:22px 0;border:1px solid var(--pgw-border);border-radius:18px}
:where(body.pg-module) .pgw-wallet-state div{padding:16px}
:where(body.pg-module) .pgw-wallet-state small{display:block}
:where(body.pg-module) .pgw-wallet-state strong{display:block;overflow:hidden;margin-top:7px;text-overflow:ellipsis;white-space:nowrap;direction:ltr}
:where(body.pg-module) .pgw-demo-qr{display:grid;grid-template-columns:150px 1fr;gap:18px;align-items:center;padding:18px;border:1px solid var(--line);border-radius:22px}
:where(body.pg-module) .pgw-demo-qr img{width:150px;height:150px;padding:8px;border-radius:14px}
:where(body.pg-module) .pgw-demo-qr strong{display:block}
:where(body.pg-module) .pgw-demo-qr p{margin:8px 0 0}
:where(body.pg-module) .pgw-policy{max-width:860px;margin:0 auto}
:where(body.pg-module) .pgw-policy section{padding:25px 0;border-bottom:1px solid var(--pgw-border)}
:where(body.pg-module) .pgw-policy h2{margin:0 0 12px}
:where(body.pg-module) .pgw-policy ul{padding-right:21px}
:where(body.pg-module) .pgw-admin-list{display:grid;gap:10px}
:where(body.pg-module) .pgw-admin-item{display:grid;grid-template-columns:90px minmax(0,1fr) auto;gap:14px;align-items:center;padding:12px;border:1px solid var(--pgw-border);border-radius:16px}
:where(body.pg-module) .pgw-admin-item img{width:90px;height:68px;border-radius:10px;object-fit:cover}
:where(body.pg-module) .pgw-admin-item h3{margin:0 0 4px}
:where(body.pg-module) .pgw-admin-item p{margin:0}
:where(body.pg-module) .pgw-empty{padding:36px;border:1px dashed var(--pgw-border);border-radius:20px;text-align:center}
:where(body.pg-module) .pgw-toast{position:fixed;left:24px;bottom:24px;z-index:9999;max-width:340px;padding:13px 16px;border:1px solid var(--line);border-radius:14px;opacity:0;transform:translateY(12px);pointer-events:none;transition:.22s ease}
:where(body.pg-module) .pgw-toast.is-show{opacity:1;transform:none}
:where(body.pg-module) .pg-lot-passport-card{margin-top:18px;padding:18px;border:1px solid var(--line);border-radius:18px}
:where(body.pg-module) .pg-lot-passport-card small{display:block}
:where(body.pg-module) .pg-lot-passport-card h3{margin:8px 0 7px}
:where(body.pg-module) .pg-lot-passport-card p{margin:0;opacity:.78}
:where(body.pg-module) .pg-lot-passport-card .pgw-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:13px}
:where(body.pg-module) .pg-lot-passport-card a{display:inline-flex;padding:8px 12px;border:1px solid currentColor;border-radius:999px;text-decoration:none}
@media(max-width:1000px){:where(body.pg-module) .pgw-grid,:where(body.pg-module) .pgw-art-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
:where(body.pg-module) .pgw-grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}
:where(body.pg-module) .pgw-status-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
:where(body.pg-module) .pgw-flow{grid-template-columns:repeat(3,minmax(0,1fr))}
:where(body.pg-module) .pgw-flow article:after{display:none}
:where(body.pg-module) .pgw-passport,:where(body.pg-module) .pgw-split{grid-template-columns:1fr}
:where(body.pg-module) .pgw-passport-media,:where(body.pg-module) .pgw-sticky{position:static}}
@media(max-width:680px){:where(body.pg-module) .pg-web3-shell{width:min(100% - 24px,1180px)}
:where(body.pg-module) .pg-web3-main{padding-top:24px}
:where(body.pg-module) .pg-web3-hero{padding:45px 0 38px}
:where(body.pg-module) .pgw-section{padding:46px 0}
:where(body.pg-module) .pgw-section-head{display:block}
:where(body.pg-module) .pgw-section-head p{margin-top:14px}
:where(body.pg-module) .pgw-grid,:where(body.pg-module) .pgw-grid.two,:where(body.pg-module) .pgw-grid.four,:where(body.pg-module) .pgw-art-grid,:where(body.pg-module) .pgw-status-grid,:where(body.pg-module) .pgw-flow,:where(body.pg-module) .pgw-form-grid{grid-template-columns:1fr}
:where(body.pg-module) .pgw-form-grid .wide{grid-column:auto}
:where(body.pg-module) .pgw-passport-title,:where(body.pg-module) .pgw-card,:where(body.pg-module) .pgw-wallet-card,:where(body.pg-module) .pgw-verify-box{padding:19px;border-radius:20px}
:where(body.pg-module) .pgw-meta{grid-template-columns:1fr}
:where(body.pg-module) .pgw-qr-card,:where(body.pg-module) .pgw-demo-qr{grid-template-columns:1fr;text-align:center}
:where(body.pg-module) .pgw-qr-card img,:where(body.pg-module) .pgw-demo-qr img{margin:auto}
:where(body.pg-module) .pgw-wallet-state{grid-template-columns:1fr}
:where(body.pg-module) .pgw-admin-item{grid-template-columns:70px 1fr}
:where(body.pg-module) .pgw-admin-item img{width:70px;height:58px}
:where(body.pg-module) .pgw-admin-item .pgw-btn{grid-column:1/-1}}