@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
.pe-wrap{background:#fafafa;min-height:100vh;padding-bottom:40px;font-family:Inter,sans-serif}.pe-header{z-index:20;background:#fff;align-items:center;gap:16px;padding:16px 20px;display:flex;position:sticky;top:0;box-shadow:0 2px 10px #0000000d}.pe-back{color:#212121;cursor:pointer;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;transition:all .2s;display:flex}.pe-back:hover{background:#e0e0e0}.pe-header h1{color:#212121;margin:0;font-size:18px;font-weight:700}.pe-container{max-width:600px;margin:24px auto;padding:0 20px}.pe-empty{text-align:center;color:#757575;padding:60px 20px}.pe-empty i{color:#e0e0e0;margin-bottom:16px;font-size:48px}.pe-card{background:#fff;border:1px solid #0000;border-radius:16px;margin-bottom:16px;padding:20px;text-decoration:none;transition:all .2s;display:block;box-shadow:0 4px 16px #0000000a}.pe-card:hover{border-color:#ffebee;transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.pe-card-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:12px;display:flex}.pe-id{color:#616161;font-size:14px;font-weight:700}.pe-date{color:#9e9e9e;font-size:12px}.pe-status{border-radius:6px;align-items:center;padding:4px 8px;font-size:12px;font-weight:700;display:inline-flex}.pe-status.aguardando{color:#ff8f00;background:#fff8e1}.pe-status.pago{color:#2e7d32;background:#e8f5e9}.pe-card-content{justify-content:space-between;align-items:flex-end;display:flex}.pe-items{color:#424242;font-size:14px;line-height:1.5}.pe-total{color:#ed1c24;font-size:16px;font-weight:800}
